Skip to content

Commit

Permalink
chore: added multiple new indicators
Browse files Browse the repository at this point in the history
  • Loading branch information
santilland committed Sep 29, 2023
1 parent 474c049 commit 526eee4
Show file tree
Hide file tree
Showing 6 changed files with 108 additions and 0 deletions.
6 changes: 6 additions & 0 deletions catalogs/trilateral.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ collections:
- N1_CH4
- N1_CO
- N1_SO2
# - N2_greenhouse_gases
- no2-monthly
- no2-monthly-diff
- co2-mean
Expand Down Expand Up @@ -61,5 +62,10 @@ collections:
- N6_geoglam
- N7_slowdown_proxy
- N8_recovery_proxy
- N3b_water_quality
- N3a2_chl_concentration
- E10d_regional_cropland
- Lakes_ALOS2_HH
- Lakes_ALOS2_HV


27 changes: 27 additions & 0 deletions collections/E10d_regional_cropland.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Name: regional_cropland
Title: Regional cropland
EodashIdentifier: E10d
Description: E10d_regional_cropland/E10d.md
Themes:
- agriculture
Tags:
- covid
- slowdown
Satellite:
- placeholder
Sensor:
- placeholder
Agency:
- NASA
Services:
- Endpoint: https://services.sentinel-hub.com/api/v1/statistics
Name: VEDA Statistics
Resources:
- EndPoint: https://staging-stac.delta-backend.com/
Type: cog
Name: VEDA
CollectionId: togo-agriculture-covid-19
Bidx: 1
ColormapName: magma
Rescale: [0,1]
# Legend: E10d_regional_cropland/cm_legend.png
27 changes: 27 additions & 0 deletions collections/Lakes_ALOS2_HH.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Name: lakes_alos2_hh
Title: Lakes (ALOS2-HH)
EodashIdentifier: Lakes_ALOS2
Subtitle: Total suspended matter description
Description: Lakes_ALOS2_lakes_alos2_hh/Lakes_ALOS2.md
Themes:
- water
Tags:
- placeholder
Satellite:
- placeholder
Sensor:
- placeholder
Agency:
- ESA
Provider:
- Name: placeholder
License: MIT
Resources:
- Group: Sentinel Hub Resources
- EndPoint: https://services.sentinel-hub.com
Name: Sentinel Hub
Type: byoc
CollectionId: aa8a9899-9df9-4ea0-b983-34360d583e17
LayerId: JAXA_LAKES_ALOS2_HH
#Image: Lakes_ALOS2_lakes_alos2_hh/Lakes_ALOS2.png
Legend: Lakes_ALOS2_lakes_alos2_hh/cm_legend.png
27 changes: 27 additions & 0 deletions collections/Lakes_ALOS2_HV.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Name: lakes_alos2_hv
Title: Lakes (ALOS2-HV)
EodashIdentifier: Lakes_ALOS2
Subtitle: Total suspended matter description
Description: Lakes_ALOS2_lakes_alos2_hv/Lakes_ALOS2.md
Themes:
- water
Tags:
- placeholder
Satellite:
- placeholder
Sensor:
- placeholder
Agency:
- ESA
Provider:
- Name: placeholder
License: MIT
Resources:
- Group: Sentinel Hub Resources
- EndPoint: https://services.sentinel-hub.com
Name: Sentinel Hub
Type: byoc
CollectionId: 7820f4b8-0270-438e-83da-18de27fc539c
LayerId: JAXA_LAKES_ALOS2_HV
#Image: Lakes_ALOS2_lakes_alos2_hv/Lakes_ALOS2.png
Legend: Lakes_ALOS2_lakes_alos2_hv/cm_legend.png
20 changes: 20 additions & 0 deletions collections/N3b_water_quality.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Name: water_quality
Title: Water quality
EodashIdentifier: N3b
Subtitle: Copernicus Atmosphere Monitoring Service (CAMS) time series
Description: N3b_water_quality/N3b.md
Themes:
- air
Tags:
- placeholder
Satellite:
- placeholder
Sensor:
- placeholder
Agency:
- ESA
Resources:
- EndPoint: https://xcube-geodb.brockmann-consult.de/eodash/6bf15325-f6a0-4b6a-bf80-a2491753f8f2/
Name: GeoDB
Database: eodash
CollectionId: Regional_Water_quality_timeseries
1 change: 1 addition & 0 deletions generators/generate_indicators.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ def handle_STAC_based_endpoint(config, endpoint, data, catalog, headers=None):
endpoint=endpoint,
data=data,
catalog=catalog,
headers=headers,
)

add_example_info(root_collection, data, endpoint, config)
Expand Down

0 comments on commit 526eee4

Please sign in to comment.