Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 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 (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-12-20T22:07:12.000Z (about 1 month ago)
- Last Synced: 2025-01-10T01:07:10.186Z (12 days ago)
- Topics: openstreetmap, openstreetmap-data, osm, overpass-api, overpass-turbo
- Language: TypeScript
- Homepage: https://overpass-turbo.eu
- Size: 57.8 MB
- Stars: 976
- Watchers: 34
- Forks: 136
- Open Issues: 216
-
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](http://www.overpass-api.de/). It can also used for simple analysis of OSM data.
[![](https://upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Overpass_turbo_screenshot_2022.png/1280px-Overpass_turbo_screenshot_2022.png)](https://overpass-turbo.eu)
## Getting Started
Just point your browser to [overpass-turbo.eu](http://overpass-turbo.eu) and start running your Overpass queries.
More information about _overpass turbo_ is found in the [OSM wiki](http://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](http://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](http://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`