Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EDSC-3881: Create portal for CASEI #1699

Merged
merged 4 commits into from
Dec 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
121 changes: 121 additions & 0 deletions portals/casei/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,121 @@
{
"moreInfoUrl": "https://impact.earthdata.nasa.gov/casei/",
"pageTitle": "CASEI",
"parentConfig": "edsc",
"portalBrowser": true,
"title": {
"primary": "CASEI",
"secondary": "Catalog of Archived Suborbital Earth Science Investigations"
},
"query": {
"project": [
"AAOE",
"AASE",
"ABLE",
"ABoVE",
"ACCLIP",
"ACEPOL",
"ACES",
"ACT-America",
"ACTIVATE",
"Aeolus",
"AfriSAR",
"AirMOSS",
"AMISA",
"ARCTAS",
"ARESE",
"ARISE",
"ASCENDS",
"ASHOE",
"ATom",
"ATTREX",
"BigFoot",
"BOREAS",
"BROMEX",
"C3",
"CALIPSO-NVF",
"CalWater",
"CAMEX",
"CAMP2",
"CARAFE",
"CARVE",
"CASIE",
"CC-VEx",
"CITE",
"CLAMS",
"CLASIC07",
"COAST",
"COMEX",
"CORAL",
"CPEX-AW",
"CPEX-CV",
"CPEX",
"CR-AVE",
"CRYSTAL-FACE",
"DC3",
"DCOTSS",
"Delta-X",
"DEVOTE",
"DISCOVER-AQ",
"ECO-3",
"EPOCH",
"EXPORTS",
"FIFE",
"FIRE",
"FIREX-AQ",
"GCPEx",
"GOES-R",
"GRIP",
"HS3",
"HyMeX",
"HyspIRI",
"ICE-POP",
"ICESCAPE",
"IFloodS",
"IMPACTS",
"INTEX-NA",
"IPHEx",
"KORUS-AQ",
"KORUS-OC",
"LISTOS",
"LMOS",
"LPVEx",
"MACPEX",
"MC3",
"MIZOPEX",
"MOOSE",
"NAAMES",
"NAMMA",
"OLYMPEX",
"OMG",
"ORACLES",
"OTTER",
"OWLETS",
"PAC2001",
"PEM",
"PODEX",
"Polar",
"POLARIS",
"POSIDON",
"PROVE",
"RADEX",
"S-MODE",
"SABOR",
"SAFARI",
"SASSIE",
"SCOAPE",
"SEAC4",
"SNF",
"SnowEx",
"SPADE",
"SPURS",
"TARFOX",
"TC4",
"TCSP",
"TEFLUN",
"TRACE",
"TRACER-AQ",
"VIRGAS"
]
}
}
Binary file added portals/casei/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions portals/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const portals = [
'airmoss',
'amd',
'carve',
'casei',
'cwic',
'default',
'edsc',
Expand Down
1 change: 1 addition & 0 deletions sharedConstants/nonIndexedCmrKeys.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export const collectionRequestNonIndexedCmrKeys = [
'point',
'polygon',
'processing_level_id_h',
'project',
'project_h',
'provider',
'service_type',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ describe('CollectionRequest#nonIndexedKeys', () => {
'point',
'polygon',
'processing_level_id_h',
'project',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

QQ: Did project_h not work as the query param to process? Instead of adding project?

'project_h',
'provider',
'service_type',
Expand Down