All Projects → mikeqfu → pydriosm

mikeqfu / pydriosm

Licence: GPL-3.0 license
PyDriosm: an open-source tool for downloading, reading and PostgreSQL-based I/O of OpenStreetMap data

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to pydriosm

openpoiservice
📍 Openpoiservice is a flask application which hosts a highly customizable points of interest database derived from OpenStreetMap data.
Stars: ✭ 134 (+219.05%)
Mutual labels:  openstreetmap, openstreetmap-data, openstreetmap-protobuffer-format
osm4scala
Scala and Spark library focused on reading OpenStreetMap Pbf files.
Stars: ✭ 62 (+47.62%)
Mutual labels:  openstreetmap, osm, pbf
Osmunda
An offline geocode library for android, powered by SQLite, using osm data. 离线地理编码Android库,基于SQLite,使用开放街道地图数据。
Stars: ✭ 37 (-11.9%)
Mutual labels:  openstreetmap, osm, openstreetmap-data
oshdb
OpenStreetMap History Data Analysis Framework
Stars: ✭ 82 (+95.24%)
Mutual labels:  openstreetmap, osm, openstreetmap-data
gosmparse
Processing OpenStreetMap PBF files at speed with Go
Stars: ✭ 55 (+30.95%)
Mutual labels:  openstreetmap, osm, pbf
ohsome-quality-analyst
Data quality estimations for OpenStreetMap
Stars: ✭ 28 (-33.33%)
Mutual labels:  openstreetmap, osm, openstreetmap-data
ohsome-api
API for analysing OpenStreetMap history data
Stars: ✭ 25 (-40.48%)
Mutual labels:  openstreetmap, osm, openstreetmap-data
basemaps
Scripts to generate MapServer mapfiles based on OpenStreetMap data. Please submit pull requests to the 'main' branch.
Stars: ✭ 51 (+21.43%)
Mutual labels:  openstreetmap, osm, openstreetmap-data
qgis-maptiler-plugin
QGIS MapTiler Plugin: vector tiles, basemaps, geocoding, OSM, QuickMapServices
Stars: ✭ 73 (+73.81%)
Mutual labels:  openstreetmap, osm
Libosmscout
Libosmscout is a C++ library for offline map rendering, routing and location lookup based on OpenStreetMap data
Stars: ✭ 159 (+278.57%)
Mutual labels:  openstreetmap, osm
equalstreetnames
Map visualizing the streetnames by gender : 50 cities in 11 countries
Stars: ✭ 64 (+52.38%)
Mutual labels:  openstreetmap, osm
osmscout-sailfish
OSM Scout for Sailfish OS (offline maps and navigation)
Stars: ✭ 42 (+0%)
Mutual labels:  openstreetmap, osm
osm-extracts
Each day, OSM Extracts by Interline mirrors the entire OpenStreetMap planet and creates city and region sized extracts
Stars: ✭ 34 (-19.05%)
Mutual labels:  openstreetmap, openstreetmap-data
fishfrymap
Fish Fry Map project repository
Stars: ✭ 14 (-66.67%)
Mutual labels:  openstreetmap, osm
Awesome Openstreetmap
😎 Curated list of awesome OpenSteetMap projects
Stars: ✭ 157 (+273.81%)
Mutual labels:  openstreetmap, osm
OSMChina-NextOSM
A more modern, designed and easy-to-use UI designed for browsing OpenStreetMap.
Stars: ✭ 17 (-59.52%)
Mutual labels:  openstreetmap, osm
Contextily
Context geo-tiles in Python
Stars: ✭ 254 (+504.76%)
Mutual labels:  openstreetmap, osm
Osm
General purpose library for reading, writing and working with OpenStreetMap data
Stars: ✭ 153 (+264.29%)
Mutual labels:  openstreetmap, osm
Mimirsbrunn
Geocoding and reverse-geocoding (with OSM data)
Stars: ✭ 165 (+292.86%)
Mutual labels:  openstreetmap, osm
Aphotomanager
Manage local photos on Android: gallery, geotag with photomap, privacy, tags, find, sort, view, copy, send, ... .
Stars: ✭ 164 (+290.48%)
Mutual labels:  openstreetmap, osm

PyDriosm

PyPI - Release PyPI - Python version ReadTheDocs - Documentation status PyPI - License Codacy grade (Code quality) Zenodo - DOI

PyDriosm is an open-source tool for researchers/practitioners to easily download and read OpenStreetMap (OSM) data in popular file formats such as protobuf binary format (PBF) and shapefile, which are available for free download from Geofabrik and BBBike. The package also provides a convenient way for PostgreSQL-based I/O and storage of parsed OSM data.

Installation

To install the latest release of pydriosm from PyPI via pip:

pip install --upgrade pydriosm

For more information, please refer to Installation.

Documentation

The full PyDriosm documentation (including detailed examples and a quick-start tutorial) is hosted on ReadTheDocs: [HTML] [PDF].

License

Cite as

Fu, Q. (2020). PyDriosm: an open-source tool for downloading, reading and PostgreSQL-based I/O of OpenStreetMap data. doi:10.5281/zenodo.4281194

@software{qian_fu_pydriosm_4281194,
  author    = {Qian Fu},
  title     = {{PyDriosm: an open-source tool for downloading, reading
                and PostgreSQL-based I/O of OpenStreetMap data}},
  year      = 2020,
  publisher = {Zenodo},
  doi       = {10.5281/zenodo.4718623},
  url       = {https://doi.org/10.5281/zenodo.4281194}
}

Note: Please also refer to the export options from Zenodo to reference the specific version of PyDriosm as appropriate.

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