Top "Shapefile" questions

The Esri shapefile or simply a shapefile is a popular geospatial vector data format for geographic information systems (GIS) software.

shapefile and matplotlib: plot polygon collection of shapefile coordinates

I'm trying to plot filled polygons of countries on the world map with matplotlib in python. I've got a shapefile …

python matplotlib polygon geospatial shapefile
in R, save a shapefile

I would like to save a shapefile after a manipulation. First, I read my object map<-readOGR("C:/MAPS","33…

r shapefile
Shapefile reader in Python?

Are there any libraries that I can use to read a shp/shx/dbf/sbx set of files? I mainly …

python gis shapefile
Intersecting Points and Polygons in R

I am working with shapefiles in R, one is point.shp the other is a polygon.shp. Now, I would …

r spatial shapefile intersect
How to Import shape file into MySQL

I need to import the spatial data in shape file into MySQL tables. I am able to import into PostGreSQL. …

mysql import spatial shapefile
Creating Shapefiles in R

I'm trying to create a shapefile in R that I will later import to either Fusion Table or some other …

r gis shapefile
Create convex hull polygon from points and save as shapefile

Needing some help re a conversion problem in R. I've got calculated the convex hull of a cloud of points. …

r polygon shapefile
Export a polygon from an R plot as a shapefile

I have been trying to export the content of a plot (lines/polygons) as a layer/shapefile that I can …

r export polygon shapefile
Changing the Projection of Shapefile

I am trying to change or assign the projection of a Germany-Shapefile from NA to +proj=longlat +datum=WGS84 +no_…

r projection shapefile sp
How to set line width and color when plotting a shapefile with plot()

I have a simple shapefile I want to plot with the general plot() (I noticed that ggplot is extremely slow …

r plot maps shapefile