All Projects → tyrasd → Overpass Turbo

tyrasd / Overpass Turbo

Licence: other
A web based data mining tool for OpenStreetMap using the Overpass API.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Overpass Turbo

Vectiler
A vector tile, terrain and city 3d model builder and exporter
Stars: ✭ 394 (-9.43%)
Mutual labels:  osm, openstreetmap
query-overpass
Query the OpenStreetMap Overpass API.
Stars: ✭ 17 (-96.09%)
Mutual labels:  openstreetmap, osm
ohsome-api
API for analysing OpenStreetMap history data
Stars: ✭ 25 (-94.25%)
Mutual labels:  openstreetmap, osm
gosmparse
Processing OpenStreetMap PBF files at speed with Go
Stars: ✭ 55 (-87.36%)
Mutual labels:  openstreetmap, osm
accessibility-cloud
👩🏽‍🦯🦮👩🏻‍🦽👩🏿‍🦼 the platform to exchange physical accessibility data in a standardized, future-proof, easy-to-use way.
Stars: ✭ 37 (-91.49%)
Mutual labels:  openstreetmap, osm
AndroidOfflineMapLibrary
Offline OpenStreet Map Library (No Internet Required) You dont have to even one-time connect!
Stars: ✭ 16 (-96.32%)
Mutual labels:  openstreetmap, osm
Hootenanny
Hootenanny conflates multiple maps into a single seamless map.
Stars: ✭ 264 (-39.31%)
Mutual labels:  osm, openstreetmap
oshdb
OpenStreetMap History Data Analysis Framework
Stars: ✭ 82 (-81.15%)
Mutual labels:  openstreetmap, osm
bexhill-osm
A local mapping project using data from OpenStreetMap. Includes overlays, walking directions and historical information.
Stars: ✭ 16 (-96.32%)
Mutual labels:  openstreetmap, osm
MapComplete
A small and easy OpenStreetMap editor
Stars: ✭ 101 (-76.78%)
Mutual labels:  openstreetmap, osm
a11yjson
A11yJSON: A standard to describe the accessibility of the physical world.
Stars: ✭ 58 (-86.67%)
Mutual labels:  openstreetmap, osm
is-osm-uptodate
Find outdated nodes in OpenStreetMap
Stars: ✭ 16 (-96.32%)
Mutual labels:  openstreetmap, osm
LocationMapViewer
Android App to view Locations in a map with support for gpx, kml and kmz data
Stars: ✭ 31 (-92.87%)
Mutual labels:  openstreetmap, osm
Tilemill
TileMill is a modern map design studio
Stars: ✭ 2,952 (+578.62%)
Mutual labels:  osm, openstreetmap
osm-data-classification
Migrated to: https://gitlab.com/Oslandia/osm-data-classification
Stars: ✭ 23 (-94.71%)
Mutual labels:  openstreetmap, osm
osmcha
Python package to detect suspicious OSM changesets
Stars: ✭ 33 (-92.41%)
Mutual labels:  openstreetmap, osm
NotesReview
📝 Interface for searching and resolving OpenStreetMap notes
Stars: ✭ 34 (-92.18%)
Mutual labels:  openstreetmap, osm
mapcontrib
Thematic OpenStreetMap contribution
Stars: ✭ 63 (-85.52%)
Mutual labels:  openstreetmap, osm
o.map
Open Street Map app - KaiOS
Stars: ✭ 51 (-88.28%)
Mutual labels:  openstreetmap, osm
basemaps
Scripts to generate MapServer mapfiles based on OpenStreetMap data. Please submit pull requests to the 'main' branch.
Stars: ✭ 51 (-88.28%)
Mutual labels:  openstreetmap, osm

overpass turbo

This is a GUI for testing and developing queries for the Overpass-API. It can also used for simple analysis of OSM data.

Getting Started

Just point your browser to overpass-turbo.eu and start running your Overpass queries.

More information about overpass turbo is found in the OSM wiki.

Translating

Translations are managed using the Transifex platform. After signing up, you can go to overpass-turbo's project page, select a language and click Translate now to start translating.

If your language isn't currently in the list, just drop me a mail or open an issue ticket.

To download the latest translations from Transifex, run tx pull --all using the Transifex client tx.

Development

Build Status

URL parameters

overpass turbo can be linked from other applications by using URL parameters. For example, one can provide a query to load, set the initial map location, or instruct turbo to load a template.

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. npm install
  2. npm start for a Development server listening at http://localhost:8080
  3. npm run build for a minified build in ./build
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].