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 all, I noticed that when saving a basemap plot to a PDF file, the file is flawed when the code has `drawparallels(..., linewidth=0)` or `drawmerdians(..., linewidth=0)` in it. A...

When plotting a shapefile using readshapefile() `m.readshapefile(shapefile_path, 'roads')` I received this error message: `ValueError: shapefile must have lat/lon vertices - it looks like this one has vertices in map projection...

I'm seeing an issue where spurious horizontal contour lines appear on my map depending on the number of contour levels I choose. I can also make the horizontal lines go...

Now that I played with `'rotpole'` a bit... I also found that `dralsmask` fails with `ZeroDivisionError`. This is the full traceback: ``` --------------------------------------------------------------------------- ZeroDivisionError Traceback (most recent call last) in...

When plotting data using pcolormesh on a basemap projection (or a cartopy projection) I notice strange lines appear when I set the alpha value to less than 1. Example code:...

Hi all, I got this weird issue that changing the order of `drawmapboundary()` wrt `drawparallels()` and `drawmeridians()` gives different results. Specifically, calling `drawmapboundary(fill_color='0.8')` first leads to an overlay of grey...

Good day, This issue relates to [this](https://stackoverflow.com/questions/58809429/draw-shaded-region-within-great-circle-distance-from-specified-point-with-matplo) question I asked on Stackoverflow. In summary, I would like to draw a great circle a fixed distance around a certain coordinate point,...

Hi all, I'm trying to fetch contour line coordinates from a `npaeqd` projection plot and I noticed that the contour lines will be broken into 2 parts whenever it crosses...

I ran into a few technical issues, when trying to install Basemap on a Centos Linux box where I did not have root privileges. This is a very specific case,...

Hello, I have an application where I would like to call is_land multiple times and for many coordinates, in the order of millions. Is there a way to speed up...