CartoDB / bigmetadata

BSD 3-Clause "New" or "Revised" License
43 stars 11 forks source link

Fixes for Mastercard data at UK #612

Closed juanignaciosl closed 5 years ago

juanignaciosl commented 5 years ago

Parent names

Demographics

Identifiers for Mastercard data at UK from 2018/07

From CartoDB/Geographica-Product-Coordination/issues/52

gis=# select distinct month, region_id from "uk.mastercard".mc_postcode_sector where month in ('06/01/2018', '07/01/2018');

...
 06/01/2018 | ZE1_0
 06/01/2018 | ZE2_9
 06/01/2018 | ZE3_9
 07/01/2018 | AB10 1
 07/01/2018 | AB10 6
 07/01/2018 | AB10 7
...

In the past we tried adding underscores, but it broke other datasets, so we're moving to spaces.

Fixes needed for mc_postcode_unit and mc_postcode_sector.

Parent names (again)

Extra ball: Tilesets API now also returns the level for top level features (for example, at state level. level was undefined).