An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        




radverkehrsatlas.de (Beta)


# 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).