Skip to content

Commit

Permalink
Added AUS geocodes dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
Simeon Darakchiev authored and Simeon Darakchiev committed Jul 11, 2024
1 parent 3480958 commit 75f797c
Showing 1 changed file with 70 additions and 0 deletions.
70 changes: 70 additions & 0 deletions src/ts/address-search.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 75f797c

Please sign in to comment.