psyplot / psy-maps

The psyplot plugin for visualizations on a map
https://psyplot.github.io/psy-maps
8 stars 5 forks source link

ortho projection does not focus on central longitude and latitude #7

Closed Chilipp closed 4 years ago

Chilipp commented 4 years ago

Consider the following (zipped) netCDF file

regional-icon-test.zip

psy.plot.mapplot('regional-icon-test.nc', name='t2m', projection='ortho', cmap='viridis')

produces the following plot

image

and clon and clat are both 0. Instead, it should be

image

Clon and clat are probably not converted to degree when calculating clon and clat.