lshtm-gis / WHO_PHSM_Cleaning

Cleaning PHSM provider data for WHO
https://lshtm-gis.github.io/WHO_PHSM_Cleaning/html/
MIT License
0 stars 1 forks source link

add ingestion hash workflow #130

Closed hamishgibbs closed 3 years ago

hamishgibbs commented 3 years ago

Adds feature to filter newly ingested records with row-wise hash values.

This provides the benefits outlined in #123.

This improves the previous workflow (implemented last week) to filter by prop_id which combined different parts of the workflow which should remain disconnected.

Also - this workflow functions on any dataset (including OXCGRT) which is also an improvement.

Closes #123