osm4gpd


Nameosm4gpd JSON
Version 0.2.0a3 PyPI version JSON
download
home_page
SummaryA parser that loads openstreetmaps native protobuf format into a sparse geopandas dataframe.
upload_time2023-08-18 15:23:02
maintainer
docs_urlNone
authorChristian
requires_python>=3.10,<4.0
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # osm4gpd: OpenStreetMap to GeoPandas Parser

![Test](https://github.com/knthls/osm4gpd/actions/workflows/test.yml/badge.svg)
![Release](https://img.shields.io/github/v/release/knthls/osm4gpd)
[![codecov](https://codecov.io/gh/knthls/osm4gpd/branch/main/graph/badge.svg?token=OSNRL1NSNH)](https://codecov.io/gh/knthls/osm4gpd)

## Introduction

Osm4gpd is a Python package that provides a fairly memory-efficient parser to load OpenStreetMap data in its native protobuf format into a sparse GeoPandas DataFrame. This package aims to help users work with large OSM datasets while minimizing memory usage and providing a convenient interface for data manipulation.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "osm4gpd",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Christian",
    "author_email": "christian.knauth@citywalx.net",
    "download_url": "https://files.pythonhosted.org/packages/6d/4a/586ae45e83a0ed7c4fc532d57c150701060c0c04d971fc47294667e8481f/osm4gpd-0.2.0a3.tar.gz",
    "platform": null,
    "description": "# osm4gpd: OpenStreetMap to GeoPandas Parser\n\n![Test](https://github.com/knthls/osm4gpd/actions/workflows/test.yml/badge.svg)\n![Release](https://img.shields.io/github/v/release/knthls/osm4gpd)\n[![codecov](https://codecov.io/gh/knthls/osm4gpd/branch/main/graph/badge.svg?token=OSNRL1NSNH)](https://codecov.io/gh/knthls/osm4gpd)\n\n## Introduction\n\nOsm4gpd is a Python package that provides a fairly memory-efficient parser to load OpenStreetMap data in its native protobuf format into a sparse GeoPandas DataFrame. This package aims to help users work with large OSM datasets while minimizing memory usage and providing a convenient interface for data manipulation.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A parser that loads openstreetmaps native protobuf format into a sparse geopandas dataframe.",
    "version": "0.2.0a3",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "22a64142203dc3197f350c54c585a05b3d074d68b3f091a66552202482a447b8",
                "md5": "f61b4eaa1ab2a7cf889690711dd49794",
                "sha256": "12beff9d4af4544cccc88745060fe5028efcc7999194bdd52456624e6803f420"
            },
            "downloads": -1,
            "filename": "osm4gpd-0.2.0a3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f61b4eaa1ab2a7cf889690711dd49794",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<4.0",
            "size": 22026,
            "upload_time": "2023-08-18T15:23:01",
            "upload_time_iso_8601": "2023-08-18T15:23:01.170692Z",
            "url": "https://files.pythonhosted.org/packages/22/a6/4142203dc3197f350c54c585a05b3d074d68b3f091a66552202482a447b8/osm4gpd-0.2.0a3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6d4a586ae45e83a0ed7c4fc532d57c150701060c0c04d971fc47294667e8481f",
                "md5": "25994d0d86bf8ff5bd3a63abe4d9c719",
                "sha256": "a428718f0cf07ab6f958a70ad340ab966d84178371bea202b270a4730e84202a"
            },
            "downloads": -1,
            "filename": "osm4gpd-0.2.0a3.tar.gz",
            "has_sig": false,
            "md5_digest": "25994d0d86bf8ff5bd3a63abe4d9c719",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<4.0",
            "size": 15827,
            "upload_time": "2023-08-18T15:23:02",
            "upload_time_iso_8601": "2023-08-18T15:23:02.679099Z",
            "url": "https://files.pythonhosted.org/packages/6d/4a/586ae45e83a0ed7c4fc532d57c150701060c0c04d971fc47294667e8481f/osm4gpd-0.2.0a3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-18 15:23:02",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "osm4gpd"
}
        
Elapsed time: 0.09697s