matplotlib / basemap

Plot on map projections (with coastlines and political boundaries) using matplotlib
MIT License
772 stars 390 forks source link

show a warning when projection is wrongly parameterized #585

Open ReimarBauer opened 10 months ago

ReimarBauer commented 10 months ago

We had recently a discussion in our project, what could be expected from using windarrows when the projection is wrongly parameterized, i.e. if, e.g., the landmasses are reversed in east-west order,

https://github.com/Open-MSS/MSS/issues/1899

Is it possible by basemap to give an hint that his likly won't work?