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

Operations to Rasterize Vector Datasets #94

Closed GregoryPetrochenkov-NOAA closed 1 year ago

GregoryPetrochenkov-NOAA commented 1 year ago

A user may want to include vector datasets in their evaluations. As of now, there is only support for raster space processing. Thus, we will want options to rasterize polygons and points. After this operation the user will be able to use the dataset with any available operation.

Current behavior

No functionality to rasterize vector datasets.

Expected behavior

Operations to rasterize polygon and point based vector datasets.