A high-level Python framework to evaluate the skill of geospatial datasets by comparing candidates to benchmark maps producing agreement maps and metrics.
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.
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.