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

Continuous Compare Class #130

Closed GregoryPetrochenkov-NOAA closed 1 year ago

GregoryPetrochenkov-NOAA commented 1 year ago

Like categorical compare, there should be a continuous compare class that has the ability to register, compute reusable parameters for metrics in advance, and manage execution order for performance.

Current behavior

A script for managing continuous metrics.

Expected behavior

Class with the aforementioned functionality.