From 75f797c890c1ed3241bbd96bdd3df6e1c263c7a1 Mon Sep 17 00:00:00 2001 From: Simeon Darakchiev Date: Thu, 11 Jul 2024 11:40:11 +0300 Subject: [PATCH] Added AUS geocodes dataset --- src/ts/address-search.ts | 70 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) diff --git a/src/ts/address-search.ts b/src/ts/address-search.ts index b0138a5..17b851e 100644 --- a/src/ts/address-search.ts +++ b/src/ts/address-search.ts @@ -510,6 +510,76 @@ export default class AddressValidation { "mosaic_factor5_percentile", "mosaic_factor5_score" ]; + data['attributes']['aus_regional_geocodes'] = [ + "latitude", + "longitude", + "match_level", + "sa1", + "meshblock", + "lga_code", + "lga_name", + "street_pid", + "locality_pid", + "geocode_level_code", + "geocode_level_description", + "geocode_type_code", + "geocode_type_description", + "highest_level_longitude", + "highest_level_latitude", + "highest_level_elevation", + "highest_level_planimetric_accuracy", + "highest_level_boundary_extent", + "highest_level_geocode_reliability_code", + "highest_level_geocode_reliability_description", + "confidence_level_code", + "confidence_level_description", + "2021_meshblock_id", + "2021_meshblock_code", + "2021_meshblock_match_code", + "2021_meshblock_match_description", + "2016_meshblock_id", + "2016_meshblock_code", + "2016_meshblock_match_code", + "2016_meshblock_match_description", + "address_type_code", + "primary_address_pid", + "address_join_type", + "collector_district_id", + "collector_district_code", + "commonwealth_electoral_boundary_id", + "commonwealth_electoral_boundary_name", + "statistical_local_area_id", + "statistical_local_area_code", + "statistical_local_area_name", + "state_electoral_boundary_id", + "state_electoral_boundary_name", + "state_electoral_effective_start", + "state_electoral_effective_end", + "state_electoral_new_pid", + "state_electoral_new_name", + "state_electoral_new_effective_start", + "state_electoral_new_effective_end", + "address_level_longitude", + "address_level_latitude", + "address_level_elevation", + "address_level_planimetric_accuracy", + "address_level_boundary_extent", + "address_level_geocode_reliability_code", + "address_level_geocode_reliability_description", + "street_level_longitude", + "street_level_latitude", + "street_level_planimetric_accuracy", + "street_level_boundary_extent", + "street_level_geocode_reliability_code", + "street_level_geocode_reliability_description", + "locality_level_longitude", + "locality_level_latitude", + "locality_level_planimetric_accuracy", + "locality_level_geocode_reliability_code", + "locality_level_geocode_reliability_description", + "gnaf_legal_parcel_identifier", + "locality_class_code" + ]; } data['attributes']['premium_location_insight'] = [ "geocodes",