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
There are a number of steps involved in updating the PBS:
Updating companies ownership data
Downloading and backing up INSPIRE data
Analysing the new INSPIRE data and matching
Acceptance Criteria
All the steps are documented in the codebase docs
The INSPIRE data updates are handled in such a way that we can re-run updates each month in case of an error or in case of improving our matching algorithms in the future.
Basic monitoring and error handling so that we are notified if things go wrong, including if the INSPIRE backups fail due to server full.
After each update a notification sent to element breaking down the updates
This is an example element output. This is documented in the code.
(index) │ count │ % │
├────────────────────────┼───────┼─────┤
│ exactMatchIds │ 0 │ NaN │
│ sameVerticesIds │ 0 │ NaN │
│ exactOffsetIds │ 0 │ NaN │
│ highOverlapIds │ 0 │ NaN │
│ boundariesShiftedIds │ 0 │ NaN │
│ mergedIds │ 0 │ NaN │
│ mergedIncompleteIds │ 0 │ NaN │
│ segmentedIds │ 0 │ NaN │
│ segmentedIncompleteIds │ 0 │ NaN │
│ mergedAndSegmentedIds │ 0 │ NaN │
│ newSegmentIds │ 0 │ NaN │
│ movedIds │ 0 │ NaN │
│ failedMatchIds │ 0 │ NaN │
│ newInspireIds │ 0 │ NaN │
The text was updated successfully, but these errors were encountered:
Description
There are a number of steps involved in updating the PBS:
Acceptance Criteria
This is an example element output. This is documented in the code.
(index) │ count │ % │
├────────────────────────┼───────┼─────┤
│ exactMatchIds │ 0 │ NaN │
│ sameVerticesIds │ 0 │ NaN │
│ exactOffsetIds │ 0 │ NaN │
│ highOverlapIds │ 0 │ NaN │
│ boundariesShiftedIds │ 0 │ NaN │
│ mergedIds │ 0 │ NaN │
│ mergedIncompleteIds │ 0 │ NaN │
│ segmentedIds │ 0 │ NaN │
│ segmentedIncompleteIds │ 0 │ NaN │
│ mergedAndSegmentedIds │ 0 │ NaN │
│ newSegmentIds │ 0 │ NaN │
│ movedIds │ 0 │ NaN │
│ failedMatchIds │ 0 │ NaN │
│ newInspireIds │ 0 │ NaN │
The text was updated successfully, but these errors were encountered: