forked from Olav63/outils_OSM
ajout d'un README sommaire
This commit is contained in:
parent
da6a62abd7
commit
e8ce535110
19
README.md
Normal file
19
README.md
Normal file
@ -0,0 +1,19 @@
|
||||
|
||||
|
||||
# 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
|
@ -25,22 +25,6 @@ Module principal :
|
||||
- sauvegarde des données en ods
|
||||
"""
|
||||
|
||||
# inspiration :
|
||||
# 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
|
||||
|
||||
import time
|
||||
import os
|
||||
|
Loading…
Reference in New Issue
Block a user