You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any DataFormat instances that use StandardDatasetIndex.CATCHMENT_ID, and any associated DataDomains and Datasets, must be related to some particular hydrofabric. At present, this is not represented by format or domain definitions, but this needs to be corrected.
E.g., a forcing dataset can be constrained to a certain set of catchments by its DataDomain to indicate it only covers those catchments. The true catchments being referenced by the constraint - i.e., to which the forcing data is actually applicable - may only exist in the hydrofabric dataset used to regrid the original gridded data. A domain definition, if constrained by catchments, is thus incomplete unless we also explicitly constrain the domain to the hydrofabric in which those catchment exist.
The text was updated successfully, but these errors were encountered:
Any DataFormat instances that use
StandardDatasetIndex.CATCHMENT_ID
, and any associated DataDomains and Datasets, must be related to some particular hydrofabric. At present, this is not represented by format or domain definitions, but this needs to be corrected.E.g., a forcing dataset can be constrained to a certain set of catchments by its DataDomain to indicate it only covers those catchments. The true catchments being referenced by the constraint - i.e., to which the forcing data is actually applicable - may only exist in the hydrofabric dataset used to regrid the original gridded data. A domain definition, if constrained by catchments, is thus incomplete unless we also explicitly constrain the domain to the hydrofabric in which those catchment exist.
The text was updated successfully, but these errors were encountered: