Metadata-Version: 2.1
Name: geoprocessing
Version: 3.1.6
Summary: Geoprocessing Library
Home-page: https://ci.clearroadlab.io/clearroad/pygeoprocessing.git
Author: Arman Davidyan
Author-email: arman.davidyan@clearroad.io
License: unlicense
Description-Content-Type: text/markdown
Requires-Dist: requests==2.32.3
Requires-Dist: python-dateutil==2.9.0
Requires-Dist: numpy==2.1.1
Requires-Dist: shapely==2.0.6
Requires-Dist: fiona==1.10.1

# Python Geoprocessing Library

[![Pipeline Status](https://ci.clearroadlab.io/clearroad/pygeoprocessing/badges/master/pipeline.svg)](https://ci.clearroadlab.io/clearroad/pygeoprocessing/commits/master)
[![Coverage Report](https://ci.clearroadlab.io/clearroad/pygeoprocessing/badges/master/coverage.svg)](https://ci.clearroadlab.io/clearroad/pygeoprocessing/commits/master)

# Requirements

* python 3
* python3-dev (for linux)

# Install

```bash
pip install git+ssh://git@ci.clearroadlab.io/clearroad/pygeoprocessing.git
```
Or
```bash
pip install geoprocessing --extra-index-url https://<user>:<password>@registry.clearroadlab.io/simple/
```

## Run the tests

### Using local install

```bash
python -m unittest discover
```

### Using Docker

```bash
docker-compose -f docker-compose.test.yml up --build
```
