python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Convert CSV with WKT Polygon Geometry to Shapefile - Python
I am trying to convert a CSV file with WKT Polygon geometry to shapefile in Python, but cannot determine how to correctly integrate the geometry into a shapefile. Below is a segment of the CSV file:
...
mdl518
Votes: 0
Answers: 0
MemoryError when Using the read() Method in Reading a Zipped Shapefile from Amazon S3
I'm new to AWS and Shapefiles so bear with me.
I'm currently trying to read a shape file from Amazon S3 onto an RDS Postgres database. I'm struggling to read the file as it throws me a memory error. W...

Amal Sailendran
Votes: 0
Answers: 1
Shapefile to geojson and set the right crs
I am working with a form file, from a city in Colombia (Cali). I need to convert the file to geojson format, however when loading it there is a problem with the crs, because when loading the geojson a...

Rafael Díaz
Votes: 0
Answers: 1
How to Iterate through rasters and shapefiles faster?
I have 3 datasets, 2 rasters and 1 shapefile. I need to extract values from all 3 at the center of each grid cell for the raster with the more precise resolution. I then need to do some calculations...

Maxerature
Votes: 0
Answers: 0