Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor of the pixel2map application and add geospatial vector file output #5606

Merged
merged 23 commits into from
Oct 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,11 @@
"affiliation": "United States Geological Survey, Astro Geology Science Center",
"name": "Fergason, Robin"
},
{
"affiliation": "Italian National Institute for Astrophysics (INAF), Istituto di Astrofisica e Planetologia Spaziali (IAPS), Rome, Italy",
"name": "Frigeri, Alessandro",
"orcid": "0000-0002-9140-3977"
},
{
"name": "Gaddis, Lisa"
},
Expand Down
2 changes: 1 addition & 1 deletion AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -176,4 +176,4 @@ Integrated Software for Imagers and Spectrometers Contributors

-----
This list was generated from the .zenodo.json file by running the
isis/scripts/zenodo_to_authors.py Python program.
isis/scripts/zenodo_to_authors.py Python program.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,16 @@ release.

## [Unreleased]

### Fixed
### 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
- Added gtest files for the app and unit test

### Changed
- Refactored the pixel2map app
- Updated pixel2map documentation

### Fixed
- Fixed a bug in kaguyasp2isis that doesn't work for data with a detached label.

## [8.3.0] - 2024-08-16
Expand Down
Loading