Open domdabomb opened 5 days ago
Hi, @domdabomb! Which basemap
version are you using to reproduce the issue? Can you provide a list of the packages in your environment? Is basemap
installed from the system repositories, from PyPI, from miniforge, or directly built from the source code?
Hi @molinav. I think I installed Basemap from PyPI. Here's what conda list | grep basemap
returns:
basemap 1.3.8 pypi_0 pypi basemap-data 1.3.2 pypi_0 pypi
I'm attaching the output of conda env export > conda_env.txt
here:
conda_env.txt
Is this the info you need? Thanks!
Hello! I'm plotting day/night shading on a Robinson projection centered at -180 degrees with nightshade(), and as you can see, the shading doesn't look right. I'm also getting a warning about a non-monotonically increasing x coordinate. Presumably, nightshade() is plotting a transparent contour under the hood, but I couldn't see a way to change the starting longitude in the documentation. I'm not familiar enough with Basemap to know if this is a bug or if I'm missing something. Any suggestions would be greatly appreciated!
Plot
Warning
Code for reproduction
Environment Ubuntu and RHEL Python 3.8.13
Please let me know if I should be providing more details