You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
👋 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.
yunjunz
changed the title
Support for changing projections in view.py
Support for changing projections in view.py for high latitude regions
Aug 6, 2023
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.
The text was updated successfully, but these errors were encountered: