Skip to content

Part of osmose that runs the analysis, and send the results to the frontend.

License

Notifications You must be signed in to change notification settings

Famlam/osmose-backend

This branch is 120 commits behind osm-fr/osmose-backend:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2f2e32d · Aug 10, 2024
May 7, 2024
Aug 10, 2024
Jul 3, 2024
Jul 14, 2024
Jun 22, 2024
Aug 6, 2024
Aug 10, 2024
Aug 2, 2023
Dec 16, 2012
Jul 22, 2023
Aug 6, 2024
Jun 1, 2024
Jul 19, 2024
Jun 26, 2023
Feb 26, 2022
Oct 27, 2022
Sep 6, 2022
Oct 23, 2022
Jan 29, 2013
Sep 6, 2022
Dec 21, 2021
Aug 20, 2013
Sep 18, 2012
Apr 13, 2013
Feb 26, 2022
Aug 6, 2024
May 2, 2020
Aug 27, 2011
Dec 3, 2022
Jul 6, 2023
Jan 28, 2023
Aug 3, 2024
Aug 3, 2024

Repository files navigation

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:

  • an .osm.pbf extraction is downloaded
  • analyses are run directly on the .osm.pbf file, or on the database
  • results of the analyses are uploaded to the frontend
  • by default, the database is purged

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.

About

Part of osmose that runs the analysis, and send the results to the frontend.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 91.9%
  • C 5.7%
  • PLpgSQL 1.6%
  • Shell 0.4%
  • C++ 0.2%
  • ANTLR 0.1%
  • Other 0.1%