Metadata-Version: 2.1
Name: pydriosm
Version: 2.0.3
Summary: An open-source tool for downloading, reading and PostgreSQL-based I/O of OpenStreetMap data.
Home-page: https://github.com/mikeqfu/pydriosm
Author: Qian Fu
Author-email: qian.fu@outlook.com
License: GPLv3
Project-URL: Documentation, https://pydriosm.readthedocs.io/en/latest/
Project-URL: Source, https://github.com/mikeqfu/pydriosm
Project-URL: Tracker, https://github.com/mikeqfu/pydriosm/issues
Description: ========
        PyDriosm
        ========
        
        |PyPI| |Python| |License| |Downloads| |DOI|
        
        .. |PyPI| image:: https://img.shields.io/pypi/v/pydriosm?color=important&label=PyPI
            :target: https://pypi.org/project/pydriosm/
        .. |Python| image:: https://img.shields.io/pypi/pyversions/pydriosm?color=informational&label=Python
            :target: https://docs.python.org/3/
        .. |License| image:: https://img.shields.io/pypi/l/pydriosm?color=green&label=License
            :target: https://github.com/mikeqfu/pydriosm/blob/master/LICENSE
        .. |Downloads| image:: https://static.pepy.tech/personalized-badge/pydriosm?period=total&units=international_system&left_color=grey&right_color=yellow&left_text=Downloads
            :target: https://pepy.tech/project/pydriosm
        .. |DOI| image:: https://zenodo.org/badge/92493726.svg
            :target: https://zenodo.org/badge/latestdoi/92493726
        
        **Author**: Qian Fu
        
        PyDriosm is an open-source tool for researchers/practitioners to easily download and read `OpenStreetMap`_ (OSM) data in popular file formats such as `protocolbuffer 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.
        
        .. _`OpenStreetMap`: https://www.openstreetmap.org/
        .. _`protocolbuffer binary format`: https://wiki.openstreetmap.org/wiki/PBF_Format
        .. _`shapefile`: https://wiki.openstreetmap.org/wiki/Shapefiles
        .. _`Geofabrik`: https://download.geofabrik.de/
        .. _`BBBike`: https://www.bbbike.org/
        .. _`PostgreSQL`: https://www.postgresql.org/
        
        Resources
        =========
        
        - `Documentation <https://pydriosm.readthedocs.io/en/latest/>`_
        - `Issue Tracker <https://github.com/mikeqfu/pydriosm/issues>`_
        
        License
        =======
        
        - PyDriosm is licensed under `GNU General Public License, version 3 (GPLv3)`_.
        - The free `OpenStreetMap`_ data, which is used for the development of PyDriosm, is licensed under the `Open Data Commons Open Database License`_ (ODbL) by the `OpenStreetMap Foundation`_ (OSMF).
        
        .. _GNU General Public License, version 3 (GPLv3): https://github.com/mikeqfu/pydriosm/blob/master/LICENSE
        .. _Open Data Commons Open Database License: https://opendatacommons.org/licenses/odbl/
        .. _OpenStreetMap Foundation: https://osmfoundation.org/
        
        Cite as
        =======
        
        Qian Fu, 2020. PyDriosm: an open-source tool for downloading, reading and PostgreSQL-based I/O of OpenStreetMap (OSM) data. `doi:10.5281/zenodo.4281194 <https://doi.org/10.5281/zenodo.4281194>`_
        
Keywords: Python,OpenStreetMap,OSM,PostgreSQL,Geofabrik,BBBike,Protocolbuffer Binary Format,PBF Format,Shapefile,Shapefiles
Platform: UNKNOWN
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Education
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Description-Content-Type: text/x-rst
