Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 353 Bytes

conversion.md

File metadata and controls

10 lines (7 loc) · 353 Bytes

Easy way to convert csv to geoJSON.

Install the Mapbox library (https://github.com/mapbox/csv2geojson) via NPM and then run the conversion command. Below assumes that you are in the correct directory.

    $ npm install -g csv2geojson
    $ csv2geojson matchedNomismaBM.csv > ../geojson/sicilyCoins.geojson