Skip to content

OpenGeoShift/tuto_pygeoapi_ogc_processes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 shapely
pip install -e .

run the test

pytest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages