Geoscape Datasets
This post forms part of the ongoing #TagHub project.
The project uses as reference data Geoscape Datasets for Australian roads and administrative boundaries. Over the years, I have worked with these datasets under commercial licence, but happily they are now available for public use under The Australian Government's Data and Digital Government Strategy. Let's take a look at them.
Geoscape National Roads
Note: National Roads © Geoscape Australia licensed by the Commonwealth of Australia under Creative Commons Attribution 4.0 International license (CC BY 4.0).
The Geoscape National Roads dataset is a digital representation of the road network of Australia, inclusive of bus ways, walking trails, cycleways, and even ferry routes. The dataset has rich metadata, inclusive of road hierarchy (e.g. national highway, arterial, local road) and travel direction. One facet I like is that each row – and its associated geometry – is defined intersection-to-intserection (e.g. an actual road might be broken into multiple rows, with each row being the segment between two intersections).
The open edition of this dataset varies subtly from the commercially licensed edition. Firstly, the metadata is almost (but not quite) identical:
- road_id – primary key
- contributor_id
- jurisdiction_control – for example Aboriginal Land Council, Botanical Gardens, Commonwealth, Council, Department of Environment and Conservation, Department of Transport, Dept of Defence, etc
- operator – for example Port Authority, SAG: Forestry SA, SAG: Water, Southern Rural Water, etc
- date_created, date_modified
- national_route, state_route
- full_street_name (upper case)
- street_name (upper case) / street_name_label (title case)
- street_type (upper case) / street_type_label (title case)
- street_suffix (upper case) / street_suffix_label (title case)
- street_alias_name (upper case) / street_alias_type (upper case) / street_alias_suffix (upper case)
- feature_type – one of DUAL CARRIAGEWAY, FERRY ROUTE, MOTORWAY, PATHWAY, RAMP, ROUNDABOUT, SINGLE CARRIAGEWAY, VEHICULAR_TRACK, or null
- hierarchy – one of ACCESS ROAD, ARTERIAL ROAD, BUSWAY, COLLECTOR ROAD, CYCLEPATH, FERRY, FOOTPATH, LOCAL ROAD, NATIONAL OR STATE HIGHWAY, SUB-ARTERIAL ROAD, VEHICLE TRACK, or null
- subtype – BRIDGE, FERRY, FIRE TRAIL, PATHWAY, RAMP, ROAD, ROUNDABOUT, TUNNEL, or null
- ground_relationship – ABOVE GROUND, BELOW GROUND, ON GROUND, or null
- lane_count – range 1-6 or null
- lane_description – ONE, TWO OR MORE, or null (note all three values apply where lane_count is null)
- one_way – ONE WAY, TWO WAY, null
- status – CLOSED, OPERATIONAL, PROPOSED, UNDER CONSTRUCTION, or null
- surface – SEALED, UNSEALED, or null
- trafficability – 2WD, 4WD, or null
- travel_direction – BOTH, FROM TO, TO FROM, null
- speed – 10 – 110, or null
- state, source – ACT, NSW, NT, QLD, SA, TAS, VIC, WA (note: no OT)
- horizontal_accuracy – range 1-250
- shape_length, shape
Secondly, there are more limited data formats and datums. My intention is to work with GDA2020 in GDB format.
Geoscape Administrative Boundaries
Note: Administrative Boundaries © Geoscape Australia licensed by the Commonwealth of Australia under Creative Commons Attribution 4.0 International license (CC BY 4.0).
GDA2020 downloaded in SHP format
Geoscape Administrative Boundaries
- Localities
- Local Government Areas (LGAs)
Wards- Australian Bureau of Statistics (ABS) Boundaries
- Electoral Boundaries
- State Boundaries
Town Points
- Australia
- States and Territories (S/T)
- Statistical Areas Level 4 (SA4s)
- Statistical Areas Level 3 (SA3s)
- Statistical Areas Level 2 (SA2s)
- Statistical Areas Level 1 (SA1s)
- Mesh Blocks (MBs)
- Greater Capital City Statistical Areas (GCCSAs) – not part of main structure
Tags: #TagHub #Geospatial #DuckDB