Click here to Skip to main content
15,888,610 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello fellow coders!

I am doing a little school project at the moment where I have to use geo-spatial data that was downloaded in the .shp ("Shapefile") format. This file type is primarily intended for specialized graphical software. However I just need to represent it numerically and I am pretty sure there is a way to convert .shp into csv file.

I did a bit of research and I found out about GDAL python library which presumably can do the job. Though, because it is quite rare, there is zero documentation on the web on how to use it.

In case anybody has ever had a chance to use it, could you please explain to me how to use it. What do I normally do in the cases, where no documentation can be found nowhere?

What I have tried:

I have installed GDAL package for anaconda. I am using Anaconda for compiling python.
Posted
Updated 3-Jul-19 6:53am

1 solution

Lots of information at GDAL python library - Google Search[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900