Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 511 Bytes

File metadata and controls

30 lines (20 loc) · 511 Bytes

GeodataValidator

A lightweight Python library for validating Geojson which includes pygeoapi processes interface.


📦 Installation

You can install GeodataValidator from GitHub:

pip install git+https://github.com/OpenGeoShift/tuto_pygeoapi_ogc_processes

🧪 Unit Tests

make venv and install packages from root directory

python -m venv venv
venv/Scripts/activate
pip install pytest
pip install -e .

run the test

pytest