Loading CHANGELOG.md +3 −0 Original line number Original line Diff line number Diff line Loading @@ -34,6 +34,9 @@ release. --> --> ## [Unreleased] ## [Unreleased] # [1.6.0]() ### Added ### Added - Hard coded support for `csminit`ed cubes that have serial numbers that differ from `spiceinit`ed cubes. - Hard coded support for `csminit`ed cubes that have serial numbers that differ from `spiceinit`ed cubes. - Added support for scale and offset for GeoDataset objects. - Added support for scale and offset for GeoDataset objects. Loading code.json +45 −1 Original line number Original line Diff line number Diff line Loading @@ -86,7 +86,51 @@ "date": { "date": { "metadataLastUpdated": "2023-09-19" "metadataLastUpdated": "2023-09-19" } } }, { }, { "name": "plio", "organization": "U.S. Geological Survey", "description": "A planetary surface data input/output library written in Python.", "version": "v1.6.0", "status": "Development", "permissions": { "usageType": "openSource", "licenses": [ { "name": "Public Domain, CC0-1.0", "URL": "https://code.usgs.gov/astrogeology/plio/-/raw/v1.6.0/LICENSE.md" } ] }, "homepageURL": "https://plio.readthedocs.io/en/latest/?badge=latest", "downloadURL": "https://code.usgs.gov/astrogeology/plio/-/archive/v1.6.0/plio-v1.6.0.zip", "disclaimerURL": "https://code.usgs.gov/astrogeology/plio/-/raw/v1.6.0/DISCLAIMER.md", "repositoryURL": "https://code.usgs.gov/astrogeology/plio.git", "vcs": "git", "laborHours": 1000, "tags": [ "Planetary", "Remote Sensing", "Photogrammetry", "Data Processing" ], "languages": [ "python" ], "contact": { "name": "Kelvin Rodriguez", "email": "krodriguez@usgs.gov" }, "date": { "metadataLastUpdated": "2023-02-23" } }, { "name": "plio", "name": "plio", "organization": "U.S. Geological Survey", "organization": "U.S. Geological Survey", "description": "A planetary surface data input/output library written in Python.", "description": "A planetary surface data input/output library written in Python.", Loading setup.py +1 −1 Original line number Original line Diff line number Diff line Loading @@ -8,7 +8,7 @@ with open('README.md', 'r') as f: def setup_package(): def setup_package(): setup( setup( name = "plio", name = "plio", version = '1.5.5', version = '1.6.0', author = "USGS Astrogeology", author = "USGS Astrogeology", author_email = "jlaura@usgs.gov", author_email = "jlaura@usgs.gov", description = ("I/O API to support planetary data formats."), description = ("I/O API to support planetary data formats."), Loading recipe/meta.yaml +3 −3 File changed.Contains only whitespace changes. Show changes Loading
CHANGELOG.md +3 −0 Original line number Original line Diff line number Diff line Loading @@ -34,6 +34,9 @@ release. --> --> ## [Unreleased] ## [Unreleased] # [1.6.0]() ### Added ### Added - Hard coded support for `csminit`ed cubes that have serial numbers that differ from `spiceinit`ed cubes. - Hard coded support for `csminit`ed cubes that have serial numbers that differ from `spiceinit`ed cubes. - Added support for scale and offset for GeoDataset objects. - Added support for scale and offset for GeoDataset objects. Loading
code.json +45 −1 Original line number Original line Diff line number Diff line Loading @@ -86,7 +86,51 @@ "date": { "date": { "metadataLastUpdated": "2023-09-19" "metadataLastUpdated": "2023-09-19" } } }, { }, { "name": "plio", "organization": "U.S. Geological Survey", "description": "A planetary surface data input/output library written in Python.", "version": "v1.6.0", "status": "Development", "permissions": { "usageType": "openSource", "licenses": [ { "name": "Public Domain, CC0-1.0", "URL": "https://code.usgs.gov/astrogeology/plio/-/raw/v1.6.0/LICENSE.md" } ] }, "homepageURL": "https://plio.readthedocs.io/en/latest/?badge=latest", "downloadURL": "https://code.usgs.gov/astrogeology/plio/-/archive/v1.6.0/plio-v1.6.0.zip", "disclaimerURL": "https://code.usgs.gov/astrogeology/plio/-/raw/v1.6.0/DISCLAIMER.md", "repositoryURL": "https://code.usgs.gov/astrogeology/plio.git", "vcs": "git", "laborHours": 1000, "tags": [ "Planetary", "Remote Sensing", "Photogrammetry", "Data Processing" ], "languages": [ "python" ], "contact": { "name": "Kelvin Rodriguez", "email": "krodriguez@usgs.gov" }, "date": { "metadataLastUpdated": "2023-02-23" } }, { "name": "plio", "name": "plio", "organization": "U.S. Geological Survey", "organization": "U.S. Geological Survey", "description": "A planetary surface data input/output library written in Python.", "description": "A planetary surface data input/output library written in Python.", Loading
setup.py +1 −1 Original line number Original line Diff line number Diff line Loading @@ -8,7 +8,7 @@ with open('README.md', 'r') as f: def setup_package(): def setup_package(): setup( setup( name = "plio", name = "plio", version = '1.5.5', version = '1.6.0', author = "USGS Astrogeology", author = "USGS Astrogeology", author_email = "jlaura@usgs.gov", author_email = "jlaura@usgs.gov", description = ("I/O API to support planetary data formats."), description = ("I/O API to support planetary data formats."), Loading