forked from Olav63/outils_OSM
19 lines
729 B
Markdown
19 lines
729 B
Markdown
|
|
|
|
# Inspiration :
|
|
### urls ressources
|
|
https://towardsdatascience.com/loading-data-from-openstreetmap-with-python-and-the-overpass-api-513882a27fd0
|
|
https://geo.api.gouv.fr/adresse
|
|
https://wiki.cartocite.fr/doku.php?id=umap:10_-_je_valorise_les_donnees_openstreetmap_avec_umap
|
|
https://sites-formations.univ-rennes2.fr/mastersigat/Cours/Intro_Overpass.pdf
|
|
|
|
### usage des tags :
|
|
https://taginfo.openstreetmap.org/tags/?key=amenity&value=bicycle_parking#combinations
|
|
|
|
### exemple URL données pour umap :
|
|
https://www.velocite63.fr/velocite63/OSM/stationnements_velos_publics.json
|
|
penser à cocher "proxy" dans la rubrique "données distantes" du calque
|
|
|
|
### export ODS :
|
|
https://pythonhosted.org/pyexcel-ods/
|
|
pip3 install pyexcel-ods3 |