Cam2map missing projection info when using PROJ
Open
bug
- Dominant language
- C++
- Stars
- 245
- Forks
- 181
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 15
Description
**ISIS version(s) affected**: ISIS 10.0.0RC2
**Description**
When running cam2map on an image, the output image does not contain any projection information when using GDALINFO.
**How to reproduce**
run cam2map on any image using the proj features, then run gdalinfo.
**Possible Solution**
We probably have to explcitly call setprojection. Consider only enabling this for non-cubes. e.g. GTIFFs. I imagine cubes would require a sidecart file. In the cube case, we might need to update GDAL to read the proj string.
**Additional context**
Contributor guide
Assessment
This issue has not been assessed yet.