https://github.com/pgiraud/osmtm_gns_extract
https://github.com/pgiraud/osmtm_gns_extract
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pgiraud/osmtm_gns_extract
- Owner: pgiraud
- Created: 2014-08-08T09:17:00.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-11-01T09:10:53.000Z (over 11 years ago)
- Last Synced: 2025-07-10T18:23:14.405Z (12 months ago)
- Language: Python
- Size: 152 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```