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
The project utilizes a variety of raster datasets, each with specific data integrity requirements to ensure the quality and usability of the data for analysis and modeling;
Currently, there is a need for a systematic approach to validate these rasters against predefined rules to identify and rectify any data inconsistencies;
The specific rasters and their corresponding rules are as follows:
None of the pixels in the raster must contain NO_DATA value;
Raster pixels cannot consist entirely of zero values.
Solution
Implement a validation mechanism that checks each raster dataset against the following rules, as applicable:
FORBID_NO_DATA: Ensure no parts of the raster contain NO_DATA values;
FORBID_ALL_ZEROES: Ensure the raster does not consist entirely of zero values;
FORBID_ALL_ONES: Ensure the raster does not consist entirely of one values.
The validation should be performed automatically as part of the data processing pipeline, flagging any datasets that violate their respective rules for further investigation or correction.
Description
The project utilizes a variety of raster datasets, each with specific data integrity requirements to ensure the quality and usability of the data for analysis and modeling;
Currently, there is a need for a systematic approach to validate these rasters against predefined rules to identify and rectify any data inconsistencies;
The specific rasters and their corresponding rules are as follows:
NO_DATA
value;NO_DATA
value.NO_DATA
value;NO_DATA
value.NO_DATA
value.NO_DATA
value.NO_DATA
value;Solution
Implement a validation mechanism that checks each raster dataset against the following rules, as applicable:
FORBID_NO_DATA
: Ensure no parts of the raster containNO_DATA
values;FORBID_ALL_ZEROES
: Ensure the raster does not consist entirely of zero values;FORBID_ALL_ONES
: Ensure the raster does not consist entirely of one values.The validation should be performed automatically as part of the data processing pipeline, flagging any datasets that violate their respective rules for further investigation or correction.
Alternative solution(s)
Additional context
FORBID_NO_DATA
FORBID_ALL_ZEROES
FORBID_ALL_ONES
Acknowledgements
The text was updated successfully, but these errors were encountered: