All Projects → hotosm → Osm Export Tool

hotosm / Osm Export Tool

Licence: bsd-3-clause
Web service to download customised OSM data in various file formats

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Osm Export Tool

a11yjson
A11yJSON: A standard to describe the accessibility of the physical world.
Stars: ✭ 58 (-41.41%)
Mutual labels:  openstreetmap, gis
Osmnx
OSMnx: Python for street networks. Retrieve, model, analyze, and visualize street networks and other spatial data from OpenStreetMap.
Stars: ✭ 3,357 (+3290.91%)
Mutual labels:  gis, openstreetmap
osmcha
Python package to detect suspicious OSM changesets
Stars: ✭ 33 (-66.67%)
Mutual labels:  openstreetmap, gis
osm-export-tool-python
command line tool + Python library for exporting OSM in various file formats.
Stars: ✭ 32 (-67.68%)
Mutual labels:  openstreetmap, gis
Django Rest Framework Gis
Geographic add-ons for Django REST Framework. Maintained by the OpenWISP Project.
Stars: ✭ 830 (+738.38%)
Mutual labels:  django, gis
cloud-tileserver
Serve mapbox vectortiles via AWS stack
Stars: ✭ 48 (-51.52%)
Mutual labels:  openstreetmap, gis
Offroad-routing-engine
Off-road Navigation System
Stars: ✭ 16 (-83.84%)
Mutual labels:  openstreetmap, gis
qgis-outdoor-map
QGIS project for an outdoor map based on OpenStreetMap data.
Stars: ✭ 20 (-79.8%)
Mutual labels:  openstreetmap, gis
Mapsui
Mapsui is a .NET Map component for WPF, Xamarin.Forms, Xamarin.Android, Xamarin.iOS and UWP
Stars: ✭ 447 (+351.52%)
Mutual labels:  gis, openstreetmap
Blendergis
Blender addons to make the bridge between Blender and geographic data
Stars: ✭ 4,642 (+4588.89%)
Mutual labels:  gis, openstreetmap
gazetteer
OSM ElasticSearch geocoder and addresses exporter
Stars: ✭ 93 (-6.06%)
Mutual labels:  openstreetmap, gis
Urbansprawl
Open framework for calculating spatial urban sprawl indices and performing disaggregated population estimates using open data
Stars: ✭ 48 (-51.52%)
Mutual labels:  gis, openstreetmap
osm4scala
Scala and Spark library focused on reading OpenStreetMap Pbf files.
Stars: ✭ 62 (-37.37%)
Mutual labels:  openstreetmap, gis
HMap
:earth: HMap | 基于openlayers的封装组件
Stars: ✭ 64 (-35.35%)
Mutual labels:  openstreetmap, gis
GeoNotes
A simple app to create georeferences notes.
Stars: ✭ 37 (-62.63%)
Mutual labels:  openstreetmap, gis
accessibility-cloud
👩🏽‍🦯🦮👩🏻‍🦽👩🏿‍🦼 the platform to exchange physical accessibility data in a standardized, future-proof, easy-to-use way.
Stars: ✭ 37 (-62.63%)
Mutual labels:  openstreetmap, gis
Django Loci
Reusable Django app for storing geographic and indoor coordinates. Maintained by the OpenWISP Project.
Stars: ✭ 164 (+65.66%)
Mutual labels:  django, gis
Django Geojson
django-geojson is a collection of helpers to (de)serialize (Geo)Django objects into GeoJSON.
Stars: ✭ 209 (+111.11%)
Mutual labels:  django, gis
Fmm
Fast map matching, an open source framework in C++
Stars: ✭ 359 (+262.63%)
Mutual labels:  gis, openstreetmap
Geonode
GeoNode is an open source platform that facilitates the creation, sharing, and collaborative use of geospatial data.
Stars: ✭ 988 (+897.98%)
Mutual labels:  django, gis

Export Tool

Join the chat at https://gitter.im/hotosm/osm-export-tool2

CircleCI

The Export Tool creates OpenStreetMap exports for GIS programs and mobile devices. It outputs files in various tabular formats based on an input area of interest polygon and a selection of OpenStreetMap tags. It is synchronized minutely with the main OSM database, so exports can be created to accompany real-time humanitarian mapping efforts.

screenshot

Get involved!

This is the source code for the web service available at export.hotosm.org. If you would like to export OSM data offline without using the web site, you can access the separate command line tool and Python Library. This repository is at github.com/osm-export-tool-python.

How to report a problem or bug

For Developers

The code in this repository powers the export tool web service and includes a number of features beside creating GIS files:

  • Periodic exports for HOT's partner humanitarian organizations, such as those that appear on the Humanitarian Data Exchange platform.
  • Authentication via OSM accounts and email notifications for when exports are complete.
  • Storage of YAML feature tag selections.
  • A rich user interface with error reporting and geometry drawing/uploading, built on OpenLayers.

If you would like to host the Export Tool yourself, see the ops folder, which includes instructions for setting up both an Overpass Instance and the Export tool web app on Ubuntu.

If you would like to enhance the code of the Export Tool web app, a guide to installing it in a local development environment is at docs/setup-development.md.

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].