Skip to content
/ pyscoring Public

Comparison tool for geographical vector datasets

License

Notifications You must be signed in to change notification settings

IGNF/pyscoring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyScoring

PyScoring is a tool to evaluate the production of vector data by comparing it to an other dataset considered as the ground truth. PyScoring produces metrics qualifying the comparison between the two datasets. It works with both with 2D (only in .shp) and 3D data (only respecting the CityJSON specifications).

Installation

After cloning source, install dependencies and the package

virtualenv -p 'python3.10' .ve
source .ve/bin/activate
pip install .

Example

And then to launch the example (possible with both 2D or 3D example) :

cd example/2D
python3 example.py

Then you can modify the configuration file in the same directory than the example.py you launched, to try with your own parameters and data.

For any question or request don't hesitate to open an issue.

About

Comparison tool for geographical vector datasets

Resources

License

Stars

Watchers

Forks

Packages

No packages published