All Projects → fossgis → osmdata

fossgis / osmdata

Licence: GPL-3.0 license
Scripts for creating OSM data derived data sets

Programming Languages

shell
77523 projects
HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to osmdata

Leaflet Cluster Example
🗺 Example of using the clustering plugin with Leaflet
Stars: ✭ 26 (+30%)
Mutual labels:  openstreetmap
AndroidApp
CityZen Android App, OpenStreetMap base-map
Stars: ✭ 70 (+250%)
Mutual labels:  openstreetmap
geoguessrnim
GeoGuessr browser plugin, hide Ads, Filters for StreetView and Mapillary for Chromium and Firefox
Stars: ✭ 17 (-15%)
Mutual labels:  openstreetmap
osmdbt
OSM Database Replication Tools
Stars: ✭ 18 (-10%)
Mutual labels:  openstreetmap
3D-Public-Transport-Simulator
The 3D Public Transport Simulator is a Unity-based simulation, which uses OpenStreetMap data in order to support the simulation of worldwide locations. The development was part of a Bachelor thesis.
Stars: ✭ 87 (+335%)
Mutual labels:  openstreetmap
chef
Chef configuration management repo for configuring & maintaining the OpenStreetMap servers.
Stars: ✭ 94 (+370%)
Mutual labels:  openstreetmap
AAT
Another Activity Tracker for Android
Stars: ✭ 137 (+585%)
Mutual labels:  openstreetmap
OpenNameSearch
Script for Building a Basic Nominatim Server
Stars: ✭ 14 (-30%)
Mutual labels:  openstreetmap
ciclomapa
Beautiful, interactive & open bike maps of Brazilian cities. Powered by OpenStreetMap.
Stars: ✭ 56 (+180%)
Mutual labels:  openstreetmap
osm-parquetizer
A converter for the OSM PBFs to Parquet files
Stars: ✭ 71 (+255%)
Mutual labels:  openstreetmap
osmot
Preprocessor for make public transit maps from Openstreetmap data
Stars: ✭ 14 (-30%)
Mutual labels:  openstreetmap
nagmapReborn
Nagmap Reborn - Standalone integration with some server monitoring systems providing a user-friendly interface through geographic visualization.
Stars: ✭ 19 (-5%)
Mutual labels:  openstreetmap
gtfs-osm-sync
Synchronizes public transportation data in GTFS format with OpenStreetMap.org
Stars: ✭ 85 (+325%)
Mutual labels:  openstreetmap
tilekiln
No description or website provided.
Stars: ✭ 3 (-85%)
Mutual labels:  openstreetmap
psycopgr
A Python wrapper of pgRouting for routing from nodes to nodes on real map.
Stars: ✭ 24 (+20%)
Mutual labels:  openstreetmap
GeoNotes
A simple app to create georeferences notes.
Stars: ✭ 37 (+85%)
Mutual labels:  openstreetmap
osm-static-maps
Openstreetmap static maps is a nodejs lib, CLI and server open source inspired on google static map service
Stars: ✭ 130 (+550%)
Mutual labels:  openstreetmap
maproulette2
MapRoulette back-end / API
Stars: ✭ 46 (+130%)
Mutual labels:  openstreetmap
maproulette3
MapRoulette, the micro-tasking tool for OpenStreetMap
Stars: ✭ 98 (+390%)
Mutual labels:  openstreetmap
openstreetmap-americana
A quintessentially American map style
Stars: ✭ 89 (+345%)
Mutual labels:  openstreetmap

OSMData

The OpenStreetMap project collects an amazing amount of geodata and makes it available to the world for free. But the raw OpenStreetMap data is hard to use. This repository contains scripts to set up a server that processes some OSM data and brings it into a format for easier use.

Currently these scripts can be used to derive

  • Coastline data (in the form of linestrings or land or water polygons for the worlds land masses or oceans).
  • Antarctic icesheet data.

datasets from OSM data.

The icesheet scripts are based on https://github.com/imagico/icesheet_proc.

Public server

A server running this code and offering the results for download to the general public is at https://osmdata.openstreetmap.de/ .

Overview

The scripts are intended to work in the Hetzner Cloud. But it should be possible to port them to other cloud providers.

One server runs all the time as webserver and "master of ceremonies". It will start other servers regularly to update a planet file and do the data processing. The results are then copied back to the master server and are available for download from there.

Setting up a master server

See the master README on how to set up a master server.

License

Unless otherwise mentioned everything in the repository is available under the GNU GENERAL PUBLIC LICENSE Version 3. See the file COPYING for the complete text of the license.

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