NCAR / ldcpy

Statistical and visual tools for gathering metrics and comparing Earth System Model data files. A common use case is comparing data that has been lossily compressed with the original data.
https://ldcpy.readthedocs.io/
Apache License 2.0
19 stars 2 forks source link

some speedup issues #236

Open allibco opened 3 years ago

allibco commented 3 years ago

Speedup: reuse same DatasetMetrics object in get_metric_label instead of creating a new object.

(Also Review metrics and use xarray functionality (especially shift) to improve parallelization)