Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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