Closed apob closed 3 years ago
Thanks Andy, When I upgraded from Ubuntu 18.04 to 20.04, it brought along a new version of GDAL where handling of coordinate order was improved. At the time, I got it to work for the few examples I had on hand, but I don't think I covered all cases. These example files will help me improve that part of the code.
I just checked and both maps show up correctly for me.
This commit is where I started fixing things for Noetic on Ubuntu 20.04:
https://github.com/CCOMJHC/camp/commit/a888e19ce6d3869618d43cdaa667e965d693d6ea
I then encountered a similar problem as you described while deployed in Michigan and added this fix:
https://github.com/CCOMJHC/camp/commit/a985cdc099b3c546976a0320a340693951364dff
I suspect this last commit is what you might be missing. Let me know if that's the case.
I'm assuming this is no longer an issue so closing. Feel free to reopen if that's not the case.
I believe I found an issue with CAMP related to utilizing background rasters.
This raster loads and displays properly but with Latitude/Longitude transposed: https://drive.google.com/file/d/1mpK3s_ri7D2Bvi8MAcdW-aGyB8MPMwKs/view?usp=sharing
the same image reprojected to UTM12N that works properly: https://drive.google.com/file/d/1liWd-YMOTMoTdPmu3B5e7C6nF8nj03Cd/view?usp=sharing
It might not be relevant but the "Data axis to CRS axis mapping" difference could be related.
Best, Andy