Skip to content

Commit

Permalink
Fix missing datasets from data catalog page
Browse files Browse the repository at this point in the history
* Set `disableExplore` to true for noaa and emit datasets

* Increment version
  • Loading branch information
slesaad authored Feb 13, 2024
2 parents 31b6053 + 3614a23 commit a45eb65
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion datasets/emit-ch4plume-v1.data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ taxonomy:
- name: Product Type
values:
- Satellite Observations
disableExplore: true
disableExplore: false
layers:
- id: ch4-plume-emissions
stacCol: emit-ch4plume-v1
Expand Down
2 changes: 1 addition & 1 deletion datasets/noaa-cpfp-ch4-point.data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ taxonomy:
- name: Gas
values:
- CH₄
disableExplore: true
disableExplore: false
layers:
- id: noaa-cpfp-ch4-point
stacCol: noaa-cpfp-ch4-point
Expand Down
2 changes: 1 addition & 1 deletion datasets/noaa-cpfp-co2-point.data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ taxonomy:
- name: Gas
values:
- CO₂
disableExplore: true
disableExplore: false
layers:
- id: noaa-cpfp-co2-point
stacCol: noaa-cpfp-co2-point
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "veda-config",
"description": "Configuration for Veda",
"version": "1.0.3",
"version": "1.0.4",
"source": "./.veda/ui/app/index.html",
"license": "Apache-2.0",
"scripts": {
Expand Down

0 comments on commit a45eb65

Please sign in to comment.