=====================
Technical Description
=====================
Planning Insights is created by spatially intersecting planning zone and overlay data with Geoscape's Cadastre product. The G-NAF (Geocoded National Address File) product is then spatially related to the linked cadastre parcels via a point (G-NAF address) in polygon (Cadastre) relationship. Source attributes are mapped and standardised to provide a coherent definition across Australia. Additional attributes have been generated and integrated by Geoscape to support the source information as well as to provide convenience in the use and representation of the dataset. Planning Insights is updated and released regularly and has integrated relationships with other Geoscape Products. Further information regarding attributes, quality, coverage, and product release details are outlined below.
--------
Linkages
--------
Planning Insights is integrated with the following Geoscape products:
* Cadastre [#F1]_
* G-NAF
Planning Insights uses simple spatial intersection to provide the relationship between a parcel and planning zones or overlays (for example, flood, bushfire or heritage overlays). If any part of a planning zone or overlay overlaps a parcel, it will be associated with the parcel, even if it does not overlap with the area of the parcel where a building is located.
The joins used to link to these products are shown below, with attributes used in the joins described.
.. graphviz::
digraph G {
graph [pad="0.5", ranksep="1"];
fontname="ROBOTO" fontsize="10pt"
node [fontname="ROBOTO" fontsize="8pt"]
edge [fontname="ROBOTO" fontsize="8pt"]
rankdir=LR; nodesep=0.5;
subgraph cluster_planning_insights { label="Planning Insights"
graph[style="dashed,rounded" color="#EA6B66"]
planning_insights [shape=plain
label=<
planning_insights |
PK |
pi_pid: varchar (15) |
FK |
base_cadastre_pid: varchar (15) |
|
date_created: date |
|
state: varchar (3) |
|
pi_zone_code: varchar (120) |
|
flood: varchar (5) |
|
bushfire: varchar (5) |
|
infrastructure: varchar (5) |
|
environment: varchar (5) |
|
heritage: varchar (5) |
|
industry: varchar (5) |
|
permitted: varchar (2800) |
|
permitted_with_controls: varchar (4800). |
|
prohibited: varchar (4000) |
|
permitted_use_apartment: varchar (5) |
|
permitted_use_duplex: varchar (5) |
|
permitted_use_mixeduse: varchar (5) |
|
permitted_use_townhouse: varchar (5) |
>];
planning_insights_zoning [ shape=plain
label=<
cadastre |
PK |
cadastre_polygon_pid: varchar (15) |
|
cadastre_pid: varchar (15) |
|
contributor_id: varchar (20) |
|
date_created: date |
|
date_modified: date |
|
state: varchar (3) |
|
lot: varchar (15) |
|
plan: varchar (20) |
|
section: varchar (5) |
|
parcel_id: varchar (60) |
|
source: varchar (20) |
|
contributor_status: varchar (35) |
|
title_status: varchar (10) |
|
parcel_type: varchar (10) |
|
base_parcel: varchar (3) |
FK |
base_cadastre_pid: varchar (15) |
|
strata_type: varchar (10) |
|
total_strata_count: number (5) |
|
horizontal_strata_count: number (5) |
|
vertical_strata_count: number (5) |
|
area: number (12,2) |
|
geometry: Polygon |
>];
cadastre -> planning_insights [arrowhead=noneteenoneodot, dir=both, arrowtail=crownonetee, label="base_cadastre_pid"]
}
subgraph cluster_gnaf { label="G-NAF"
graph[style="dashed,rounded" color="#000000"]
address_detail [shape=plain
label=<
ADDRESS_DETAIL |
PK |
ADDRESS_DETAIL_PID: varchar (15) |
|
DATE_CREATED: date |
|
DATE_LAST_MODIFIED: date |
|
DATE_RETIRED: date |
|
BUILDING_NAME: varchar (200) |
|
LOT_NUMBER_PREFIX: varchar (2) |
|
LOT_NUMBER: varchar (5) |
|
LOT_NUMBER_SUFFIX: varchar (2) |
FK |
FLAT_TYPE_CODE: varchar (7) |
|
FLAT_NUMBER_PREFIX: varchar (2) |
|
FLAT_NUMBER: number (5) |
|
FLAT_NUMBER_SUFFIX: varchar (2) |
FK |
LEVEL_TYPE_CODE: varchar (4) |
|
LEVEL_NUMBER_PREFIX: varchar (2) |
|
LEVEL_NUMBER: number (3) |
|
LEVEL_NUMBER_SUFFIX: varchar (2) |
|
NUMBER_FIRST_PREFIX: varchar (3) |
|
NUMBER_FIRST: number (6) |
|
NUMBER_FIRST_SUFFIX: varchar (2) |
|
NUMBER_LAST_PREFIX: varchar (2) |
|
NUMBER_LAST: number (6) |
|
NUMBER_LAST_SUFFIX: varchar (2) |
FK |
STREET_LOCALITY_PID: varchar (15) |
|
LOCATION_DESCRIPTION: varchar (2) |
|
LOCALITY_PID: varchar (2) |
|
ALIAS_PRINCIPAL: char (1) |
|
POSTCODE: varchar (4) |
|
PRIVATE_STREET: varchar (75) |
|
LEGAL_PARCEL_ID: varchar (20) |
|
CONFIDENCE: number (1) |
|
ADDRESS_SITE_PID: varchar (15) |
FK |
LEVEL_GEOCODED_CODE: number (2) |
|
PROPERTY_PID: varchar (15) |
|
GNAF_PROPERTY_PID: varchar (15) |
|
PRIMARY_SECONDARY: varchar (1) |
>];
address_default_geocode [shape=plain
label=<
planning_insights |
PK |
pi_pid: varchar (15) |
FK |
base_cadastre_pid: varchar (15) |
|
date_created: date |
|
state: varchar (3) |
|
pi_zone_code: varchar (120) |
|
flood: varchar (5) |
|
bushfire: varchar (5) |
|
infrastructure: varchar (5) |
|
environment: varchar (5) |
|
heritage: varchar (5) |
|
industry: varchar (5) |
|
permitted: varchar (2800) |
|
permitted_with_controls: varchar (4800). |
|
prohibited: varchar (4000) |
|
permitted_use_apartment: varchar (5) |
|
permitted_use_duplex: varchar (5) |
|
permitted_use_mixeduse: varchar (5) |
|
permitted_use_townhouse: varchar (5) |
>];
planning_insights_zoning [ shape=plain
label=<