Step 5: Reduce location precision
Delete coordinates from the nested location object while retaining the fixture's city and country fields.
Location mapping
- mapping: |
root = this
root.location = this.location.without(
"latitude",
"longitude"
)
City-level data can remain identifying for sparse populations or when joined with other attributes. Choose the retained geography from measured group sizes and the downstream purpose.