Discussion:
[Matplotlib-users] Read and plot point Shapefile with Basemap
Ronquillo, Edgar Nahum
2015-06-11 21:40:42 UTC
Permalink
Hello all,
I am currently using Basemap to map a shapefile into a map which works perfect with some shapefiles. I notice it doesn't work with point shapefiles which are only points in a map. Do I have to use another strategy to plot this points from the shapefile? I was thinking to extract the latitude and longitude points from the shapefile and plot those, however, I do not know if that is the best approach. Any feedback would be great.

Thanks so much
Joy merwin monteiro
2015-06-12 02:24:11 UTC
Permalink
I think Fiona is what you are looking for. I use it regularly for the exact
same purpose.
Post by Ronquillo, Edgar Nahum
Hello all,
I am currently using Basemap to map a shapefile into a map which works
perfect with some shapefiles. I notice it doesn’t work with point
shapefiles which are only points in a map. Do I have to use another
strategy to plot this points from the shapefile? I was thinking to extract
the latitude and longitude points from the shapefile and plot those,
however, I do not know if that is the best approach. Any feedback would be
great.
Thanks so much
------------------------------------------------------------------------------
_______________________________________________
Matplotlib-users mailing list
https://lists.sourceforge.net/lists/listinfo/matplotlib-users
Loading...