Skip to content

osmontrouge/extract-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extract tools

This host some tools we use to extract data from OpenStreetMap to another format.

Addresses to sjson

To index addresses on Addok. We take our opendata as geojson and tranform it to a JSON streaming file suitable to addok.

./bin/addresses2addok https://data.osmontrouge.fr/explore/dataset/base-adresse-locale-bal/download/?format=geojson | gzip | addresses.sjson.gzip

POI to sjson

To index POI on Addok. We request overpass and transform it to a JSON streaming file suitable to addok.

./bin/poi2addok https://overpass-api.de/api/interpreter | gzip | poi.sjson.gzip

About

Extract tools for OSMontrouge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published