TerriaJS / terriajs

A library for building rich, web-based geospatial data platforms.
https://terria.io
Apache License 2.0
1.16k stars 360 forks source link

Add ABS SDMX metadata #5824

Closed AnaBelgun closed 2 years ago

AnaBelgun commented 3 years ago

If by 'metadata link' we mean:

Metadata URL http://stat.data.abs.gov.au/sdmx-json/dataflow/RT

Here is the equivalent link in the new ABS Data API. The URL below returns XML by default, but it will also return json if you use the following header "accept: application/vnd.sdmx.structure+json" This is a standard URL format that will return metadata for all our dataflows. https://api.data.abs.gov.au/dataflow/ABS/RT?references=all

Additionally, next week we will update all our dataflows to include an "External Resource" annotation. This annotation will link to the Methodology section for that publication on the ABS website, which has information on how the data was collected, processed, etc. Once this feature is available we can send you an example.

nf-s commented 2 years ago

image

nf-s commented 2 years ago

Done!