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

https://github.com/pgiraud/osmtm_gns_extract


https://github.com/pgiraud/osmtm_gns_extract

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

Workflow
========

* Load .csv file in CartoDB
* Export as GeoJSON
* Remove unrequired fields using jq

``` javascript
./jq 'del(.features[].properties.cartodb_id,.features[].properties.created_at,.features[].properties.updated_at)' gnis_liberia_li_2014_03_23_ppl_osm.geojson > gnis_liberia_li_2014_03_23_ppl_osm_new.geojson
```

* create venv with requirements
* launch
``` bash
python extract.py
```
* launch
```
sh convert.sh
```