Skip to content

Commit

Permalink
Merge pull request #118 from NASA-IMPACT/feat/dataset-info-for-ea
Browse files Browse the repository at this point in the history
Turn on new Exploration & Analysis and add dataset information
  • Loading branch information
agurvich authored Aug 6, 2024
2 parents 515ce67 + 1b1f671 commit d5e1848
Show file tree
Hide file tree
Showing 11 changed files with 313 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ GOOGLE_FORM = 'https://docs.google.com/forms/d/e/1FAIpQLSeusBLtTKXDgWveqRW0FYSCJ

CUSTOM_SCRIPT_SRC=https://dap.digitalgov.gov/Universal-Federated-Analytics-Min.js?agency=NASA&subagency=HQ
CUSTOM_SCRIPT_ID=_fed_an_ua_tag

FEATURE_NEW_EXPLORATION = 'TRUE'
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
- 'main'

env:
NODE: 16
NODE: 20

jobs:
prep:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- develop

env:
NODE: 16
NODE: 20

jobs:
define-environment:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
20
2 changes: 1 addition & 1 deletion .veda/ui
Submodule ui updated 157 files
48 changes: 48 additions & 0 deletions datasets/cmip6-climdex-tmaxxf-access-cm2.data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ taxonomy:
- name: Product Type
values:
- Model Output
infoDescription: |
::markdown
- **Temporal Extent:** 2015 - 2100
- **Temporal Resolution:** Annual
- **Spatial Extent:** Global
- **Spatial Resolution:** 0.25 degrees x 0.25 degrees
- **Data Units:** Days (Days per year above 90°F or 110°F)
- **Data Type:** Research
layers:
- id: climdex-tmaxxf-access-cm2-ssp126-90
stacCol: climdex-tmaxxf-access-cm2-ssp126
Expand Down Expand Up @@ -58,6 +66,11 @@ layers:
- "#FFB100"
- "#FE9900"
- "#FC7F00"
info:
source: NASA
spatialExtent: Global
temporalResolution: Annual
unit: Days

- id: climdex-tmaxxf-access-cm2-ssp245-90
stacCol: climdex-tmaxxf-access-cm2-ssp245
Expand Down Expand Up @@ -97,6 +110,11 @@ layers:
- "#FFB100"
- "#FE9900"
- "#FC7F00"
info:
source: NASA
spatialExtent: Global
temporalResolution: Annual
unit: Days

- id: climdex-tmaxxf-access-cm2-ssp370-90
stacCol: climdex-tmaxxf-access-cm2-ssp370
Expand Down Expand Up @@ -136,6 +154,11 @@ layers:
- "#FFB100"
- "#FE9900"
- "#FC7F00"
info:
source: NASA
spatialExtent: Global
temporalResolution: Annual
unit: Days

- id: climdex-tmaxxf-access-cm2-ssp585-90
stacCol: climdex-tmaxxf-access-cm2-ssp585
Expand Down Expand Up @@ -175,6 +198,11 @@ layers:
- "#FFB100"
- "#FE9900"
- "#FC7F00"
info:
source: NASA
spatialExtent: Global
temporalResolution: Annual
unit: Days

- id: climdex-tmaxxf-access-cm2-ssp126-110
stacCol: climdex-tmaxxf-access-cm2-ssp126
Expand Down Expand Up @@ -214,6 +242,11 @@ layers:
- "#FFB100"
- "#FE9900"
- "#FC7F00"
info:
source: NASA
spatialExtent: Global
temporalResolution: Annual
unit: Days

- id: climdex-tmaxxf-access-cm2-ssp245-110
stacCol: climdex-tmaxxf-access-cm2-ssp245
Expand Down Expand Up @@ -253,6 +286,11 @@ layers:
- "#FFB100"
- "#FE9900"
- "#FC7F00"
info:
source: NASA
spatialExtent: Global
temporalResolution: Annual
unit: Days

- id: climdex-tmaxxf-access-cm2-ssp370-110
stacCol: climdex-tmaxxf-access-cm2-ssp370
Expand Down Expand Up @@ -292,6 +330,11 @@ layers:
- "#FFB100"
- "#FE9900"
- "#FC7F00"
info:
source: NASA
spatialExtent: Global
temporalResolution: Annual
unit: Days

- id: climdex-tmaxxf-access-cm2-ssp585-110
stacCol: climdex-tmaxxf-access-cm2-ssp585
Expand Down Expand Up @@ -331,6 +374,11 @@ layers:
- "#FFB100"
- "#FE9900"
- "#FC7F00"
info:
source: NASA
spatialExtent: Global
temporalResolution: Annual
unit: Days
---

<Block type='wide'>
Expand Down
Loading

0 comments on commit d5e1848

Please sign in to comment.