Commit ded2877
authored
Add PROJ projection (#5317)
* Rectifying 9.0.0 changes
* Explicitly add proj to ISIS deps
* Fix field output in qview advanced tracking tool
* Initial addition of PROJ into ISIS
* Added changelog entry
* Near finished state of the PROJ plugin
* Exposed using PROJ strings in cam2map
* Fixed radii acquisition in IProj
* Adjusted how radii is acquired from proj and remove equator check from XYRange
* Clean up headers in base projection classes
* Fix reading existing ISIS mapping groups from geotiffs
* Fixed changelog
* Get ellipsoid information from proj crs if no radii in mapping group
* Added IProj tests
* Remove forced planetographic lat conversion in IProj
* Update tests to resemble ISIS equirectangular projection tests
* Update cam2map and IProj to extract necessary parameters and error reporting from proj
* Updated useproj option exclusions
* Initial stub in for useproj example
* Added proj example jpegs
* Fixed cam2map xml spacing
* Finished up cam2map example
* Added thumbnail assets1 parent 5d79fc1 commit ded2877
File tree
18 files changed
+725
-210
lines changed- isis
- src
- base
- apps/cam2map
- assets
- images
- thumbs
- objs
- Cube
- IProj
- Projection
- TProjection
- qisis/objs/AdvancedTrackTool
- tests
18 files changed
+725
-210
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
| 308 | + | |
308 | 309 | | |
309 | 310 | | |
310 | 311 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
34 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
35 | 91 | | |
36 | 92 | | |
37 | 93 | | |
| |||
0 commit comments