osm-fr / osmose-backend

Part of osmose that runs the analysis, and send the results to the frontend.
GNU General Public License v3.0
90 stars 115 forks source link
openstreetmap openstreetmap-data quality-assurance

Backend part of the Osmose QA tool

This is the part of Osmose which analyses OSM and sends the results to the frontend. This works as follows:

Analysers can be build in many ways:

Installation

The default way to setup Osmose Backend is through Docker. Look at the docker/README.md.

You can also install manually on a debian distribution INSTALL.md.

Run

Look at the osmose_run.py help for options

osmose_run.py -h

Contributing

Setup a Docker install and follow the "Develop on Osmose with docker" guide.

Read the additional contribution guidelines.