struct
Statistics
Public types
- enum Counts { SRC_PLG = 0, TGT_PLG, INT_PLG, UNCVR_SRC }
- enum Errors { SRC_SUBPLG_L1 = 0, SRC_SUBPLG_LINF, TGT_SUBPLG_L1, TGT_SUBPLG_LINF, SRC_INTERSECTPLG_L1, SRC_INTERSECTPLG_LINF, TGT_INTERSECTPLG_L1, TGT_INTERSECTPLG_LINF, SRCTGT_INTERSECTPLG_DIFF, REMAP_CONS, REMAP_L2, REMAP_LINF, ERRORS_ENUM_SIZE }
Constructors, destructors, conversion operators
- Statistics()
- Statistics(const Metadata&)
Public functions
- void fillMetadata(Metadata&)
-
auto accuracy(const Interpolation& interpolation,
const Field target,
std::
function<double(const PointLonLat&)> func) -> Metadata - auto diff(const Interpolation&, const Field source, const Field target) -> Field
Public variables
-
std::
array<int, 4> counts -
std::
array<double, ERRORS_ENUM_SIZE> errors - double tgt_area_sum
- double src_area_sum