Create a script or scripts that verify data integrity. Some checks that would be important for the app:
Tile Indexes Checks:
Extents Checks:
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.
Create a script or scripts that verify data integrity. Some checks that would be important for the app:
TILE_INDEXfield in the tile index datasets are present in the corresponding extents datasetTile_Indexfield and vice versaTile Indexes Checks:
PATH,TILE, andEXTare populated for all features whereIn_Houseis marked asYin their corresponding extent features.SIZEhas a value?Extents Checks:
ServiceNamein extents is a valid discover service nameHTML_Pagefield contains valid URLThere may be other checks that arise.
Should this script be run on a schedule? Or manually when the data is changed?
ManageIndexes.pyhas some checks in it that may be useful.