basemap icon indicating copy to clipboard operation
basemap copied to clipboard

Plot on map projections (with coastlines and political boundaries) using matplotlib

Results 127 basemap issues
Sort by recently updated
recently updated
newest added

Hi: Does anyone know how to convert rotpole projection to ESRI format, to write data into a shape file? I tried to do it using basemap.proj4string, and then pycrs or...

- OS: Mac OS 10.11.4 (El Capitan) - Matplotlib version: 1.5.1 - Basemap version: 1.0.7 - Both installed via anaconda This issue was originally created in the `matplotlib` repo, but...

While creating a basemap from an EPSG code with the x_0 or y_0 (False Easting and False Northing), the Basemap instance does not respect those values. I tried with 'tmerc'...

I have another indication that there might be something wrong in case of the rotpole projection, I'll try to make an example with that, later when I have some time....

I have created two polar stereographic basemaps that look like this, sharing a plt.subplots figure: http://imgur.com/ayqINQ6 When zooming in, this happens: http://imgur.com/ca5OFgj I have confirmed that this happens only for...

I know it is possible to plot a 3D sphere using matplotlib. It is also possible to use an image as a basemap background using warpimage(). Is there a way...

I have some problems to use add cyclic with data from grib2 file. This is my code: ``` python # -*- coding: utf-8 -*- import pygrib import numpy as np...

Hi, I'm making a map with Basemap of Japan. However, I could not draw the inter-state borders in Japan. My snippet is like below. ``` # setting the two corners...

Hi, Is somebody working or intending to write a patch that could deal with those scale frame (black and white marks) on latitude and longitude maps? I wish to see...

I am currently working with a gridded data set that has its wind vectors already in an earth-relative frame. When looking to rotate the wind vectors appropriately for plotting on...