https://github.com/tyrasd/overpass-turbo
A web based data mining tool for OpenStreetMap using the Overpass API.
https://github.com/tyrasd/overpass-turbo
openstreetmap openstreetmap-data osm overpass-api overpass-turbo
Last synced: 12 days ago
JSON representation
A web based data mining tool for OpenStreetMap using the Overpass API.
- Host: GitHub
- URL: https://github.com/tyrasd/overpass-turbo
- Owner: tyrasd
- License: other
- Created: 2012-07-16T21:19:56.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2025-04-04T15:37:03.000Z (21 days ago)
- Last Synced: 2025-04-06T09:03:05.332Z (20 days ago)
- Topics: openstreetmap, openstreetmap-data, osm, overpass-api, overpass-turbo
- Language: TypeScript
- Homepage: https://overpass-turbo.eu
- Size: 66.7 MB
- Stars: 1,006
- Watchers: 32
- Forks: 137
- Open Issues: 226
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# overpass turbo
- https://overpass-turbo.eu/ – stable version
- https://tyrasd.github.io/overpass-turbo/ – latest versionThis is a GUI for testing and developing queries for the [Overpass-API](https://www.overpass-api.de/). It can also used for simple analysis of OSM data.
[](https://overpass-turbo.eu)
## Getting Started
Just point your browser to [overpass-turbo.eu](https://overpass-turbo.eu) and start running your Overpass queries.
More information about _overpass turbo_ is found in the [OSM wiki](https://wiki.openstreetmap.org/wiki/Overpass_turbo).
## Translating
Translations are managed using the [Transifex](https://explore.transifex.com/overpass-turbo/overpass-turbo) platform. After signing up, you can go to [overpass-turbo's project page](https://explore.transifex.com/overpass-turbo/overpass-turbo), click _JOIN THIS PROJECT_ and pick a language to start translating.
If your language isn't currently in the list, just drop me a [mail](mailto:[email protected]) or open an [issue ticket](https://github.com/tyrasd/overpass-turbo/issues/new).
To download the latest translations from Transifex, run `tx pull --all` using the [Transifex client `tx`](https://docs.transifex.com/client/introduction).
## Development
### URL parameters
_overpass turbo_ can be linked from other applications by using [URL parameters](https://wiki.openstreetmap.org/wiki/Overpass_turbo/Development#URL_Parameters).
For example, one can provide a query to load, set the initial map location, or instruct turbo to load a [template](https://wiki.openstreetmap.org/wiki/Overpass_turbo/Templates).### git-branches
Development is done in the _master_ branch, stable releases are marked with git tags, the _gh-pages_ branch contains static builds of the releases.
### install & run
1. `yarn install`
2. `yarn run start` for a Development server listening at http://localhost:5173
3. `yarn run build` for a minified build in `./dist`## See Also
* [Ultra](https://gitlab.com/trailstash/ultra) is a re-imagining of Overpass turbo powered by [MapLibre GL JS](https://wiki.openstreetmap.org/wiki/MapLibre_GL_JS) which allows for visualizing large datasets and complex styling.
* [QuickOSM](http://plugins.qgis.org/plugins/QuickOSM/) is a QGIS plugin to fetch OSM data with the Overpass API.