CSIRO-enviro-informatics / loci-integration-api

This application provides a convenient interface for executing common functions across the whole LOCI system.
0 stars 3 forks source link

Add an endpoint for a list of datatypes and their topology #62

Closed jyucsiro closed 4 years ago

jyucsiro commented 4 years ago

An endpoint that returns a topology for a dataset for understanding routes from one dataset to another would be good. e.g. ASGS 16 IREG to SUA, LGA to SOS.

As a first step, this issue is about providing an API endpoint that returns a simple static json file. Ultimately this would be derived from the RDF data, which will be for a future issue.

See also https://github.com/CSIRO-enviro-informatics/asgs-dataset/issues/12 https://www.abs.gov.au/websitedbs/D3310114.nsf/4a256353001af3ed4b2562bb00121564/c453c497aadde71cca2576d300026a38/Body/2.1E7E!OpenElement&FieldElemFormat=jpg https://github.com/CSIRO-enviro-informatics/loci.cat/pull/55

jyucsiro commented 4 years ago

see https://github.com/CSIRO-enviro-informatics/loci-excelerator/blob/master/excelerator/imports/api/methods-init.js#L148