-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Milestone
Description
Create a script or scripts that verify data integrity. Some checks that would be important for the app:
- Verify that required common fields are present in both sets of datasets with valid values
- Verify that all values in the
TILE_INDEXfield in the tile index datasets are present in the corresponding extents datasetTile_Indexfield and vice versa
Tile Indexes Checks:
- Validate that
PATH,TILE, andEXTare populated for all features whereIn_Houseis marked asYin their corresponding extent features. - Validate that
SIZEhas a value?
Extents Checks:
- Verify
ServiceNamein extents is a valid discover service name - Verify that
HTML_Pagefield contains valid URL
There may be other checks that arise.
Should this script be run on a schedule? Or manually when the data is changed?
ManageIndexes.py has some checks in it that may be useful.
Metadata
Metadata
Assignees
Labels
No labels