I have a CSV file with 2 columns that comprise of lat/long points. I want create a geojson polygon by connecting all these dots. Everything that I am finding is using qgis etc.. is there a simpler way of doing this? I'm not familiar with that tool.
Asked
Active
Viewed 931 times
0
-
Does this answer help? https://stackoverflow.com/questions/48586647/python-script-to-convert-csv-to-geojson – Interested Developer Feb 09 '22 at 17:24
-
Not quite. The output geojson is saving as individual points and not connecting as a polygon. – Ryan Tom Feb 09 '22 at 17:37
-
https://gis.stackexchange.com/questions/294206/create-a-polygon-from-coordinates-in-geopandas-with-python I think this is what I'm looking for. – Ryan Tom Feb 09 '22 at 17:41