All Projects → kiselev-dv → gazetteer

kiselev-dv / gazetteer

Licence: other
OSM ElasticSearch geocoder and addresses exporter

Programming Languages

java
68154 projects - #9 most used programming language
groovy
2714 projects
shell
77523 projects

Projects that are alternatives of or similar to gazetteer

osm4scala
Scala and Spark library focused on reading OpenStreetMap Pbf files.
Stars: ✭ 62 (-33.33%)
Mutual labels:  openstreetmap, osm, gis
a11yjson
A11yJSON: A standard to describe the accessibility of the physical world.
Stars: ✭ 58 (-37.63%)
Mutual labels:  openstreetmap, osm, gis
Osmunda
An offline geocode library for android, powered by SQLite, using osm data. 离线地理编码Android库,基于SQLite,使用开放街道地图数据。
Stars: ✭ 37 (-60.22%)
Mutual labels:  openstreetmap, osm, geocoder
osmcha
Python package to detect suspicious OSM changesets
Stars: ✭ 33 (-64.52%)
Mutual labels:  openstreetmap, osm, gis
accessibility-cloud
👩🏽‍🦯🦮👩🏻‍🦽👩🏿‍🦼 the platform to exchange physical accessibility data in a standardized, future-proof, easy-to-use way.
Stars: ✭ 37 (-60.22%)
Mutual labels:  openstreetmap, osm, gis
Mapsui
Mapsui is a .NET Map component for WPF, Xamarin.Forms, Xamarin.Android, Xamarin.iOS and UWP
Stars: ✭ 447 (+380.65%)
Mutual labels:  openstreetmap, osm, gis
Mimirsbrunn
Geocoding and reverse-geocoding (with OSM data)
Stars: ✭ 165 (+77.42%)
Mutual labels:  openstreetmap, osm, geocoder
qgis-outdoor-map
QGIS project for an outdoor map based on OpenStreetMap data.
Stars: ✭ 20 (-78.49%)
Mutual labels:  openstreetmap, gis
pydriosm
PyDriosm: an open-source tool for downloading, reading and PostgreSQL-based I/O of OpenStreetMap data
Stars: ✭ 42 (-54.84%)
Mutual labels:  openstreetmap, osm
osmot
Preprocessor for make public transit maps from Openstreetmap data
Stars: ✭ 14 (-84.95%)
Mutual labels:  openstreetmap, osm
AndroidApp
CityZen Android App, OpenStreetMap base-map
Stars: ✭ 70 (-24.73%)
Mutual labels:  openstreetmap, osm
fishfrymap
Fish Fry Map project repository
Stars: ✭ 14 (-84.95%)
Mutual labels:  openstreetmap, osm
planetiler
Flexible tool to build planet-scale vector tilesets from OpenStreetMap data fast
Stars: ✭ 823 (+784.95%)
Mutual labels:  openstreetmap, osm
GeoNotes
A simple app to create georeferences notes.
Stars: ✭ 37 (-60.22%)
Mutual labels:  openstreetmap, gis
ohsome-quality-analyst
Data quality estimations for OpenStreetMap
Stars: ✭ 28 (-69.89%)
Mutual labels:  openstreetmap, osm
ciclomapa
Beautiful, interactive & open bike maps of Brazilian cities. Powered by OpenStreetMap.
Stars: ✭ 56 (-39.78%)
Mutual labels:  openstreetmap, osm
simplexspatial
The Reactive Geospatial Server
Stars: ✭ 17 (-81.72%)
Mutual labels:  osm, gis
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 (-6.45%)
Mutual labels:  openstreetmap, osm
openstreetmap-americana
A quintessentially American map style
Stars: ✭ 89 (-4.3%)
Mutual labels:  openstreetmap, osm
maproulette2
MapRoulette back-end / API
Stars: ✭ 46 (-50.54%)
Mutual labels:  openstreetmap, osm

OpenStreetMap (OSM) geocoder

Main purpose of this project is easy to use geocoder/geoindexer.

Project consists of two parts: Gazetteer and GazetteerWeb

Gazetteer

Gazetteer used to parse osm data and do all dirty work with geometry.

You can use Gazetteer as standalone osm processor, to dump addresses from osm.

You can ignore GazetteerWeb and use data in your own geocoding/geosearching applications. Take an osm.bz2 dump and generate json with

  • full geocoded buildings
  • full geocoded POIs
  • streets
  • cities
  • administrative boundaries

Details are here https://github.com/kiselev-dv/gazetteer/tree/develop/Gazetteer

You could find data extracts here: http://data.osm.me/dumps/

GazetteerWeb

GazetteerWeb is a second part of the project. You may take it as example implementation of search engine for Gazetteer generated data or use it for your own purposes.

Details are here https://github.com/kiselev-dv/gazetteer/tree/develop/GazetteerWeb

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