Create README.md

This commit is contained in:
DerTyp187
2022-03-22 13:04:34 +01:00
committed by GitHub
parent 5d8894c5c5
commit 6ada69a8d0

19
README.md Normal file
View File

@@ -0,0 +1,19 @@
# 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>.