basemap
basemap copied to clipboard
Plot on map projections (with coastlines and political boundaries) using matplotlib
Due to the fix implemented for great circles getting cut off when intersecting map edges, (commit # 35b9207b5ac167f89378a74fc3bd7e8a70e83ae0) in certain cases, for some projections, the middle of the routes are...
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...
In python 3, field values of shapefile are parsed in shapefile.py, as shown below: ``` python def u(v): if PYTHON3: if isinstance(v, bytes): # For python 3 decode bytes to...
**Issue description** Drawing a scale in basemap using 'drawmapscale' results in a scale which is not correct. It seems the bar is about 1.6 times to short. So, a scale...
I have a data grid which spans the whole globe from -180 -> 180. pcolormesh can plot this OK if I have lon_0=0 in which case Basemap doesn't have to...
I have noticed that the version number for basemap available via pip is 1.0.7 while the [documentation says 1.0.8](http://matplotlib.org/basemap/index.html) (top left corner). It seemed that most repos ([like sourceforge](http://sourceforge.net/projects/matplotlib/files/matplotlib-toolkits/)) are...
I am experiencing strange behavior using mpl_toolkits.basemap.Basemap. My understanding is that pcolormesh is faster than pcolor, and thus preferable. Here is a minimal example (below) where I get a different...
The recently released numpy 2.0 appears to be incompatible with latest basemap version 1.4.1. Seems to be a common issue with packages compiled against older versions of numpy. Issue observed...
managing WebMapService constructor parameters when available See related issue here : https://github.com/matplotlib/basemap/issues/602
Been using OWSLib to extract pictures from a WMS server version 1.3.0 and was looking to visualise them with Basemap's wmsimage. I am seeing in the error traces that when...