https://github.com/FixMyBerlin/atlas-app
Radverkehrsatlas provides access to bicycle infrastructure data from OpenStreetMap (OSM) for administrative staff.
https://github.com/FixMyBerlin/atlas-app
openstreetmap osm radinfrastruktur radverkehr verkehrswende
Last synced: 5 months ago
JSON representation
Radverkehrsatlas provides access to bicycle infrastructure data from OpenStreetMap (OSM) for administrative staff.
- Host: GitHub
- URL: https://github.com/FixMyBerlin/atlas-app
- Owner: FixMyBerlin
- License: agpl-3.0
- Created: 2022-08-18T14:30:17.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-29T09:54:54.000Z (6 months ago)
- Last Synced: 2024-10-29T09:57:19.640Z (6 months ago)
- Topics: openstreetmap, osm, radinfrastruktur, radverkehr, verkehrswende
- Language: TypeScript
- Homepage: https://radverkehrsatlas.de/
- Size: 15.5 MB
- Stars: 11
- Watchers: 4
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- open-sustainable-technology - Radverkehrsatlas - Provides access to bicycle infrastructure data from OpenStreetMap for administrative staff. (Consumption / Mobility and Transportation)
README
# About
**Radverkehrsatlas** makes **bicycle infrastructure** and related data from [**OpenStreetMap** (OSM)](https://www.openstreetmap.org) easily accessible. The OSM data is processed and visualized in various map views.
**Core use cases:**
- Plan bicycle networks using POI and infrastructure data from OpenStreetMap, along with region-specific datasets (both private and public).
- Work with street-side parking data sourced from OpenStreetMap.
- Showcase data relevant for urban planning to support local planning efforts.**Core features:**
- Display different data layers in a web GIS.
- Provide feedback to the OpenStreetMap community through OSM Notes.
- Collect internal notes and discuss them with regional stakeholders.
- Process OpenStreetMap data to normalize and sanitize it for easy use in the daily work of administrative staff.
- Gather feedback on potential mapping issues to improve OpenStreetMap data.Please [contact FixMyCity GmbH to learn more](https://www.fixmycity.de/radverkehrsatlas).
# Development
This project has two main components:
- **[`app`](./app) Frontend and ORM** – The NextJS/BlitzJS app that handles the frontend, API, and exports.
- **[`processing`](./processing) OpenStreetMap Data Processing and Tileserver** – The osm2pgsql-based processing of OSM data, along with the Tileserver and caching.Please follow the setup instructions in these subfolders to run the project.
## License
This project is [licensed under the AGPL-3.0](./LICENSE.md).