Skip to content

Commit

Permalink
Refactor of the pixel2map application and add geospatial vector file …
Browse files Browse the repository at this point in the history
…output (DOI-USGS#5606)

* added README.md

* added pixel2map '23 mods

* updated the 2023 code to the current dev branch

* Started the refactoring

* Added app functional test

* updated files for refactoring

* removed call to UserInterface in new cpp code

* refactored started working

* First functional test working

* Removed unused headers

* code reviewed with Kelvin

* fixed Functional Test - started UnitTest

* added the unit test cpp file in the tests folder

* added new test, fixed code in case of 360 crossing

* cleanup for PR

* updated CHANGELOG and docs

* updated institution info

* removed commented-out lines in header

* removed README.md

* pixel2map definition re-inserted into Isis namespace (which was deleted during code cleanup)

* change on testCube path reverted
  • Loading branch information
afrigeri authored Oct 4, 2024
1 parent 0dff523 commit e64f156
Show file tree
Hide file tree
Showing 12 changed files with 817 additions and 408 deletions.
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

0 comments on commit e64f156

Please sign in to comment.