Metadata-Version: 2.1
Name: osm4gpd
Version: 0.2.0a1
Summary: A parser that loads openstreetmaps native protobuf format into a sparse geopandas dataframe.
License: MIT
Author: Christian
Author-email: christian.knauth@citywalx.net
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: geopandas (>=0.13.2)
Requires-Dist: numpy (>=1.25.1)
Requires-Dist: pandas (>=2.0.3)
Requires-Dist: protobuf (>=4.23.4)
Requires-Dist: shapely (>=2.0.1)
Description-Content-Type: text/markdown

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

