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

Decorator for Homogenize and Attribute Tracking #173

Open GregoryPetrochenkov-NOAA opened 9 months ago

GregoryPetrochenkov-NOAA commented 9 months ago

There is repeated code for homogenization and and attribute tracking for all full compare methods in gval_xarray.py. There should be a decorator for these methods to promote code reuse.