Skip to content

Commit

Permalink
Add example argis imageserver dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
slesaad committed Mar 13, 2024
1 parent cc6bae3 commit caf81b7
Showing 1 changed file with 106 additions and 0 deletions.
106 changes: 106 additions & 0 deletions mock/datasets/power_meteorology.data.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
---
id: power_901_annual_meterology_utc
name: 'POWER meteorology'
featured: true
description: "Meteorology"
media:
src: ::file ./no2--dataset-cover.jpg
alt: Power plant shooting steam at the sky.
author:
name: Mick Truyts
url: https://unsplash.com/photos/x6WQeNYJC1w
taxonomy:
- name: Topics
values:
- Air Quality
layers:
- id: cdd10
stacApiEndpoint: http://localhost:8000
tileApiEndpoint: http://localhost:8000
stacCol: POWER/power_901_annual_meterology_utc
name: Cooling Degree Days Above 10 C
type: arc
description:
"Lorem Ipsum"
zoomExtent:
- 0
- 20
sourceParams:
layers: CDD10
legend:
unit:
label: degree-day
type: gradient
min: 0
max: 8972.0625
stops:
- "#4575b4"
- "#91bfdb"
- "#e0f3f8"
- "#ffffbf"
- "#fee090"
- "#fc8d59"
- "#d73027"
# analysis:
# exclude: true
- id: cdd18_3
stacApiEndpoint: http://localhost:8000
tileApiEndpoint: http://localhost:8000
stacCol: POWER/power_901_annual_meterology_utc
name: Cooling Degree Days Above 18.3 C
type: arc
description:
"Lorem Ipsum"
zoomExtent:
- 0
- 20
sourceParams:
layers: CDD18_3
# TODO: get this from `/legend` endpoint? ex - https://arcgis.asdc.larc.nasa.gov/server/rest/services/POWER/power_901_annual_meterology_utc/ImageServer/legend
legend:
unit:
label: degree-day
type: gradient
min: 0
max: 8972.0625
stops:
- "#4575b4"
- "#91bfdb"
- "#e0f3f8"
- "#ffffbf"
- "#fee090"
- "#fc8d59"
- "#d73027"
# analysis:
# exclude: true
- id: power_901_annual_meterology_utc_DISPH
stacApiEndpoint: http://localhost:8000
tileApiEndpoint: http://localhost:8000
stacCol: POWER/power_901_annual_meterology_utc
name: Zero Plane Displacement Height
type: arc
description:
"Lorem Ipsum"
zoomExtent:
- 0
- 20
sourceParams:
layers: DISPH
legend:
unit:
label: m
type: gradient
min: 0
max: 8972.0625
stops:
- "#4575b4"
- "#91bfdb"
- "#e0f3f8"
- "#ffffbf"
- "#fee090"
- "#fc8d59"
- "#d73027"
# analysis:
# exclude: true
---

0 comments on commit caf81b7

Please sign in to comment.