NOAA-OWP / gval

A high-level Python framework to evaluate the skill of geospatial datasets by comparing candidates to benchmark maps producing agreement maps and metrics.
https://noaa-owp.github.io/gval/
Other
22 stars 0 forks source link

Vector Agreement Map When Benchmark is Vector #117

Closed GregoryPetrochenkov-NOAA closed 1 year ago

GregoryPetrochenkov-NOAA commented 1 year ago

Agreement maps are only passed back as rasters currently. Develop capabilities to vectorize rasters to return vector agreement map.

Current behavior

Only raster data format is available.

Expected behavior

Return a vector agreement map if the benchmark map is a vector data format as well.