pySTEPS / pysteps

Python framework for short-term ensemble prediction systems.
https://pysteps.github.io/
BSD 3-Clause "New" or "Revised" License
441 stars 160 forks source link

missing geographical axis in the plot_precip_field function #371

Closed AVI68 closed 1 month ago

dnerini commented 1 month ago

dear @AVI68 did you manage to find a solution to your issue?

AVI68 commented 1 month ago

Dear dnerini,

Yes, I found that pysteps automatically prompts a warning for cartopy installation for basemap (if system doesn't have cartopy). After installing cartopy it is unable to access the metadata for the xaxis and yaxis. so I uninstalled cartopy and used contexily for the basemap. Thank you.

Regards, Avijit