8000 Create a "HiTIDE" portal in Earthdata Search Client (EDSC) · Issue #81 · podaac/hitide · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Create a "HiTIDE" portal in Earthdata Search Client (EDSC) #81
Open
@jamesfwood

Description

@jamesfwood

AC: Have a working portal link here:
https://search.earthdata.nasa.gov/portal/hitide/search
Reduce the Collection set to "HiTIDE" only collections.

==========================
Useful guide for making portals:

https://wiki.earthdata.nasa.gov/display/EDSC/Portal+Creation+Guide#PortalCreationGuide-Step3:StartupaLocalinstanceofEarthdataSearch

It would be nice if it can dynamically pull the collections to ONLY include from this CMR Tool here:

OPS:
https://mmt.earthdata.nasa.gov/tools/TL2092786348-POCLOUD/collection-association
UAT:
https://mmt.uat.earthdata.nasa.gov/tools/TL1240538128-POCLOUD/collection-association

Define collections with this:

"toolConceptId": [
"TL2092786348-POCLOUD",
"TL1240538128-POCLOUD"
]

Comments from Mattew Crouch

it accepts an array of tool concept ids, so if you have one that works in UAT and that one for PROD, add them both so you can see your portal working in UAT.
"toolConceptId": [
"TL2092786348-POCLOUD",
"TL12345-POCLOUD"
]
I don't have an EDSC URL that works, but this direct CMR URL is using that parameter https://cmr.earthdata.nasa.gov/search/collections.json?tool_concept_id[]=TL2092786348-POCLOUD.
Yep, you should be able to follow the portal creation guide now that the parameter you need is available, let me know if you run into any issues with the guide

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0