Loading CHANGELOG.md +2 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,8 @@ release. ## [Unreleased] ## [9.0.0] - 09-25-2024 ### Added - Added TOVECT output parameter which generate a geospatial CSV file with a VRT metadata sidecar file [#5571](https://github.com/DOI-USGS/ISIS3/issues/5571) - Added Vectorize to ProcessGroundPolygon library Loading code.json +4 −4 Original line number Diff line number Diff line Loading @@ -91,7 +91,7 @@ "name": "ISIS3", "organization": "U.S. Geological Survey", "description": "GitHub code repository for the Integrated Software for Imagers and Spectrometers (ISIS)", "version": "8.3.0", "version": "9.0.0_rc1", "status": "Production", "permissions": { Loading @@ -99,14 +99,14 @@ "licenses": [ { "name": "Public Domain, CC0-1.0", "URL": "https://code.usgs.gov/astrogeology/isis/-/raw/8.3.0/LICENSE.md" "URL": "https://code.usgs.gov/astrogeology/isis/-/raw/9.0.0_rc1/LICENSE.md" } ] }, "homepageURL": "https://isis.astrogeology.usgs.gov", "downloadURL": "https://code.usgs.gov/astrogeology/isis/-/archive/8.3.0/8.3.0.zip", "disclaimerURL": "https://code.usgs.gov/astrogeology/isis/-/raw/8.3.0/DISCLAIMER.md", "downloadURL": "https://code.usgs.gov/astrogeology/isis/-/archive/9.0.0_rc1/isis-9.0.0_rc1.zip", "disclaimerURL": "https://code.usgs.gov/astrogeology/isis/-/raw/9.0.0_rc1/DISCLAIMER.md", "repositoryURL": "https://code.usgs.gov/astrogeology/isis.git", "vcs": "git", Loading isis/CMakeLists.txt +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ set(PACKAGE "ISIS") set(PACKAGE_NAME "USGS ISIS") # Version number set(VERSION "8.3.0") set(VERSION "9.0.0") string(REPLACE "." ";" VERSION_LIST ${VERSION}) list(GET VERSION_LIST 0 VERSION_MAJOR) list(GET VERSION_LIST 1 VERSION_MINOR) Loading Loading
CHANGELOG.md +2 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,8 @@ release. ## [Unreleased] ## [9.0.0] - 09-25-2024 ### Added - Added TOVECT output parameter which generate a geospatial CSV file with a VRT metadata sidecar file [#5571](https://github.com/DOI-USGS/ISIS3/issues/5571) - Added Vectorize to ProcessGroundPolygon library Loading
code.json +4 −4 Original line number Diff line number Diff line Loading @@ -91,7 +91,7 @@ "name": "ISIS3", "organization": "U.S. Geological Survey", "description": "GitHub code repository for the Integrated Software for Imagers and Spectrometers (ISIS)", "version": "8.3.0", "version": "9.0.0_rc1", "status": "Production", "permissions": { Loading @@ -99,14 +99,14 @@ "licenses": [ { "name": "Public Domain, CC0-1.0", "URL": "https://code.usgs.gov/astrogeology/isis/-/raw/8.3.0/LICENSE.md" "URL": "https://code.usgs.gov/astrogeology/isis/-/raw/9.0.0_rc1/LICENSE.md" } ] }, "homepageURL": "https://isis.astrogeology.usgs.gov", "downloadURL": "https://code.usgs.gov/astrogeology/isis/-/archive/8.3.0/8.3.0.zip", "disclaimerURL": "https://code.usgs.gov/astrogeology/isis/-/raw/8.3.0/DISCLAIMER.md", "downloadURL": "https://code.usgs.gov/astrogeology/isis/-/archive/9.0.0_rc1/isis-9.0.0_rc1.zip", "disclaimerURL": "https://code.usgs.gov/astrogeology/isis/-/raw/9.0.0_rc1/DISCLAIMER.md", "repositoryURL": "https://code.usgs.gov/astrogeology/isis.git", "vcs": "git", Loading
isis/CMakeLists.txt +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ set(PACKAGE "ISIS") set(PACKAGE_NAME "USGS ISIS") # Version number set(VERSION "8.3.0") set(VERSION "9.0.0") string(REPLACE "." ";" VERSION_LIST ${VERSION}) list(GET VERSION_LIST 0 VERSION_MAJOR) list(GET VERSION_LIST 1 VERSION_MINOR) Loading