insarlab / MintPy

Miami InSAR time-series software in Python
https://mintpy.readthedocs.io
Other
575 stars 252 forks source link

Support for changing projections in `view.py` for high latitude regions #1054

Open phillip-lee-choi opened 1 year ago

phillip-lee-choi commented 1 year ago

As described in this discussion, it would be helpful for view.py to support different projections for geocoded products. Thank you!

The easy way forward would be: for products with coordinates in lat/lon, if 1) the central latitude is high (e.g. > 50 deg) or 2) the range of latitude is large (e.g. > 5 deg), use a different map projection for a better visualization than the current default PlateCarree.

welcome[bot] commented 1 year ago

👋 Thanks for opening your first issue here! Please filled out the template with as much details as possible. We appreciate that you took the time to contribute! Make sure you read our contributing guidelines.