TerriaJS / aremi-natmap

AREMI fork of the NICTA/nationalmap repo.
11 stars 13 forks source link

Mismatched data TAS -> NT in Demand mey by PV #399

Closed steve9164 closed 4 years ago

steve9164 commented 4 years ago

Demand met by PV incorrectly matches data for TAS to NT, due to a mismatch in replacements in regionMapping.json when using state codes in a state name field https://github.com/TerriaJS/terriajs/blob/557154a2ac55c615928362bf17ec57b8ce61ddca/wwwroot/data/regionMapping.json#L2075-L2086 (see ASGS 2011 for correct codes)

image

This dataset is generated by Data61 so we should be able to fix it. The best fix would be to adjust the columns of the generated csv. Either call the state code column "ste", or remove the "State" column and rename the "State name" column "State"