basemap
basemap copied to clipboard
Plot on map projections (with coastlines and political boundaries) using matplotlib
For some reason, https://github.com/matplotlib/basemap/commit/decfa95124dab76499734145d03b002b9db27477 breaks pip. Running any pip command after installing Basemap from source returns this error. This can be reproduced with this Anaconda Dockerfile: ``` FROM continuumio/anaconda3:5.0.1 RUN...
First of all, thank you for maintaining this python module. I was wondering when the maintenance would actually come to a full stop. I thought this module would be completely...
In the context of fixing current issues within `basemap`, one easy step is to use static analysis tools, since they can catch the most evident problems. I open this issue...
I am using the multiple subplots in one image and loading shapefile files in the subplots, and then saving them in svg or svgz format by plt,savefig("xxx.svg") command is very...
Is there a way to extract basemap plt from an object on different extents by passing different values of `llcrnrlat`, `urcrnrlat`,`llcrnrlon`,`urcrnrlon` I want to pass some contourf data. but want...
I ran into this problem while trying to plot interpolated data NOT on a regular latlon grid. Orthographic projection works but cylindrical does not. Relevant code: fig = plt.figure() ax...
Hi. I have a problem about installing basemap package. I use PyCharm but can't install error basemap. Please check installation. Thanks. cf)PyCharm : 2016.1.2 Python : 2.7
When using Basemap 'hammer' projection with lon_0 set to anything greater than 0 degrees, the map is plotted as the mirror image of reality. Setting lon_0 to negative values (like...
Current method: def drawcounties(self,linewidth=0.1,linestyle='solid',color='k',antialiased=1, facecolor='none',ax=None,zorder=None,drawbounds=False): """ Draw county boundaries in US. The county boundary shapefile originates with the NOAA Coastal Geospatial Data Project (http://coastalgeospatial.noaa.gov/data_gis.html). .. tabularcolumns:: |l|L| ============== ==================================================== Keyword...
Currently, the url for basemap in pypi points at https://downloads.sourceforge.net/project/matplotlib/matplotlib-toolkits/basemap-1.0.7/basemap-1.0.7.tar.gz. This means that in order to install basemap, one has to type the rather scary-looking and lengthy `pip3 install --allow-external...