Metadata-Version: 2.4
Name: pygeodata
Version: 0.0.0
Summary: Lightweight framework for geospatial data access and processing
Author-email: Jasper Roebroek <roebroek.jasper@gmail.com>
License: MIT
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: rioxarray
Requires-Dist: geopandas
Requires-Dist: dask
Requires-Dist: zarr
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-mock; extra == "test"
Dynamic: license-file

# pygeodata

**Lightweight framework for geospatial data access and processing**

`pygeodata` provides simple, composable tools for working with geospatial raster and vector data. It aims to make spatial data handling consistent, efficient, and compatible with large-scale and cloud-based workflows.

## Features

- Unified access to raster and vector datasets  
- CRS-aware reprojection and alignment utilities
- Clean, composable API designed for scientific workflows  

## Installation

```bash
pip install pygeodata
```
