Closed mwu2018 closed 1 month ago
When https://github.com/TerriaJS/terriajs/issues/5220 is resolved, more datasets can be correctly added to the map.
Ana to organise a meeting on Search epic and start breaking down the ticket
ana: please check whether v8 still implements the filters for DGA mwu: If there is no limit from DGA, how do we implement that into a catalog for NatMap?
we can't use pagination for huge number of items as our current pattern for catalog explorer is through an expander so we need a UX redesign
The DGA is backed by magda and harvests very rich datasets from various public sources, including but not limited to ckan datasets. Currently the catalog group
data.gov.au
in the NationalMap only has very limited items common to DGA, which is because the NationalMap only harvests ckan datasets with a filter.The NationalMap should harvest all geospatial datasets from DGA.
Technical Note
Search all organisations in DGA
https://data.gov.au/api/v0/search/organisations?limit=1000
Search datasets with specified formats within an organisation
https://data.gov.au/api/v0/search/datasets?publisher=AADC&format=CSV&format=geojson&format=kml&format=kmz&format=wms&format=wfs&publishingState=published
Challenge
Currently a digital twin assumes that a catalog item from magda record will have
terria
aspect that is created byminion-terria
. However, there is nominion-terria
in DGA therefore noterria
aspect available. When harvesting data from DGA, the properties similar to what are defined interria
aspect need to be created dynamically.