digital-land / technical-documentation

Technical Documentation for the planning data service.
https://digital-land.github.io/technical-documentation/index.html
0 stars 0 forks source link

Ensure values with invalid coordinate errors are not used in facts #150

Open Ben-Hodgkiss opened 6 days ago

Ben-Hodgkiss commented 6 days ago

Description: Service users have warned that brownfield land data has lots of entities with points well outside of England. It appears that these are correctly being identified by the pipeline as data quality issues with the “invalid coordinate”, or “..out of bounds of England” issue types, but even though these issues type have an “error” severity the values are still ending up as facts on live entities.

For example:

entity 1700497 has a point value of POINT (3974021.813 -8522.251), which comes from fact f36bcd38ba79bd0c9af917706b26810be1d3404e4f7a1937c7ac49282076f2cd. The resource that generated this fact has invalid coordinate issues raised for entry 10.

entity 1701854 has a point value of POINT (54.396 -5.681), which comes from fact 6caea4152b2e1f1d8c800eecefc4d6a72f195abb61eb1aac7b8561bec4654256. The resource that generated this fact has “WGS84 out of bounds of England” issues for entry 6.

Priority: high

Recommended Resolution: Make sure that when a value has an “invalid coordinate” issue type it is not used to create a fact.

Success Criteria: