NCAR / geocat-examples

GeoCAT-examples provides a gallery of visualization examples demonstrating how to reproduce plots from NCL Applications scripts with packages in Python. It also includes some longer form examples demonstrating how to use functionality from various GeoCAT packages.
https://geocat-examples.readthedocs.io
Apache License 2.0
66 stars 42 forks source link

Better mimic NCL's satellite projection #609

Closed kafitzgerald closed 4 months ago

kafitzgerald commented 4 months ago

Adjusts the three satellite projection examples to better mimic NCL's satellite projection using Cartopy's NearsidePerspective (which allow for a satellite_height option) and Orthographic (equivalent in certain cases) projections.

Closes #602.

jukent commented 4 months ago

LGTM