Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ocsmit/csv_to_geojson
little cli script to convert csv columns to single geojson feature collection
https://github.com/ocsmit/csv_to_geojson
Last synced: about 1 month ago
JSON representation
little cli script to convert csv columns to single geojson feature collection
- Host: GitHub
- URL: https://github.com/ocsmit/csv_to_geojson
- Owner: ocsmit
- License: gpl-3.0
- Created: 2021-02-16T16:48:16.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-16T17:36:50.000Z (about 4 years ago)
- Last Synced: 2024-11-13T09:48:38.232Z (3 months ago)
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE
Awesome Lists containing this project
README
csv_to_geojson.py
-----------------Little cli tool to convert csv column to GeoJSON Feature Collection.
Usage:
python csv_to_geojson.py input.csv output.json "GeoJSON Field" "Propery 1" "Property 2" ...Can use ogr2ogr to convert to different formats from this.
e.g. ogr2ogr -f "ESRI Shapefile" example.shp example.json