You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sdap.apache.org by "Thomas G Loubrieu (Jira)" <ji...@apache.org> on 2022/06/21 10:01:00 UTC

[jira] [Created] (SDAP-391) For proxied collections, provide same level of metadata in the /list end-point

Thomas G Loubrieu created SDAP-391:
--------------------------------------

             Summary: For proxied collections, provide same level of metadata in the /list end-point
                 Key: SDAP-391
                 URL: https://issues.apache.org/jira/browse/SDAP-391
             Project: Apache Science Data Analytics Platform
          Issue Type: Improvement
            Reporter: Thomas G Loubrieu


As a follow up on the proxy development (SDAP-388), we need to add metadata from the remote collections on the main SDAP.

Currently the /list end-point (for example https://digitaltwin.jpl.nasa.gov/nexus/list) returns, for one remote collection:

{"shortName": "gmu-pm25", "remoteUrl": "https://aq-sdap.stcenter.net/nexus/", "remoteShortName": "PM25"}

 

For one local collection, we have:

{"shortName": "GPM-3IMERGHHE-05-daily", "title": "GPM-3IMERGHHE-05-daily", "tileCount": 3809973, "start": 1477958400.0, "end": 1546214400.0, "iso_start": "2016-11-01T00:00:00+0000", "iso_end": "2018-12-31T00:00:00+0000"}

 

We would like to have also the metadata available on a local collection for a remote collection



--
This message was sent by Atlassian Jira
(v8.20.7#820007)