mirror of
https://github.com/DerTyp7/local-analyzer-python.git
synced 2025-10-28 20:12:10 +01:00
20 lines
715 B
Markdown
20 lines
715 B
Markdown
# LocalAnalyzer
|
|
Get sorted information of your area based on an <a href="https://wiki.openstreetmap.org/wiki/OSM_file_formats">OSM-File</a>
|
|
|
|
|
|
## Which data gets selected? (currently)
|
|
- Accessibility of public transport
|
|
- Train
|
|
- Bus
|
|
- Tram
|
|
- Light rail
|
|
- Subway
|
|
- Places
|
|
- <a href="https://wiki.openstreetmap.org/wiki/Shops">Shops</a>
|
|
- <a href="https://wiki.openstreetmap.org/wiki/Education_features">Schools</a>
|
|
|
|
### Sources
|
|
This project uses the <a href="https://www.openstreetmap.org/">OpenStreetMap</a> data.
|
|
|
|
To reveice the <a href="https://wiki.openstreetmap.org/wiki/OSM_file_formats">OSM-File</a> of the selected area we use the <a href="https://overpass-api.de/">Overpass-API</a>.
|