Top "Shapefile" questions

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

Easiest way to plot data on country map with python

Could not delete question. Please refer to question: Shade states of a country according to dictionary values with Basemap I …

python shapefile bokeh matplotlib-basemap vincent
Which C++ library for ESRI shapefiles to choose?

Does anyone have an experience in processing (reading) ESRI shapefiles from C++? I have found at least 2 open source libraries: …

c++ shapefile gdal
Shapefile into geojson conversion python 3

output_buffer = [] for features in range(0,layer.GetFeatureCount()): feat = layer.GetNextFeature() geom = feat.GetGeometryRef() result = feat.ExportToJson() output_buffer.append(…

python json append shapefile gdal
Add Polygons to R shiny leaflet map

How do I add polygons from Global Administrative areas, so they are clickable. The simple way describe in the docs …

r leaflet shiny shapefile
Import shape file into postgis?

I can find multiple tutorials that show how to import shapefiles to postgis via pgAdmin-3. But pgAdmin-3 is no longer …

shapefile pgadmin-4
Plotting Thematic Maps in R Using Shapefiles and Data Files from DIfferent Sources

Given a shapefile, how do I shape and use a data file in order to be able to plot thematic …

r shapefile maptools
R - stuck with plot() - Colouring shapefile polygons based upon a slot value

I have a shapefile showing remote areas in Australia, obtained from the Australian Bureau of Statistics: http://www.abs.gov.…

r geospatial shapefile
Shapefile to raster conversion in R?

I have a shapefile downloaded from the worldwildlife.org for the terrestrial ecoregions of the world. The file can be …

r raster shapefile data-conversion rasterizing
How can I convert an excel spreadsheet (.xls) to a shapefile programmatically?

I have an excel spreadsheet I want to convert to an ESRI shapefile programmatically. It contains X and Y coordinates …

python excel gis shapefile
Convert table of coordinate to shape file using R

I have a dataset of point coordinate in UTM zone 48. x y 615028.3 2261614 615016.3 2261635 614994.4 2261652 The CSV file here. I would like to …

r shapefile