Skip to content

Commit

Permalink
Merge pull request #137 from eurodatacube/[email protected]
Browse files Browse the repository at this point in the history
Merging from branch: Total supsnded matter, Chrolophil anomaly, Sea surface temperature
  • Loading branch information
AlessandroScremin authored May 8, 2024
2 parents b925ceb + b346d7b commit ea78258
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion collections/E13i_maritime_traffic_search_rescue.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Name: search_rescue_port
Title: Search and Rescue boats in ports
EodashIdentifier: E13i
Subtitle: Changes in the number of boats in ports
Subtitle: Changes in the number of boats in ports
Description: E13i_maritime_traffic_search_rescue/E13i_maritime_traffic_search_rescue.md
Themes:
- economy
Expand Down
10 changes: 10 additions & 0 deletions collections/N3a2_chl_concentration_tri_esa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,16 @@ Locations:
Subtitle: Chlorophyll-a concentration in Danube Delta
Point: [29.9, 45.05]
Bbox: [28.5, 44, 31, 46]
- Identifier: TagusDelta
Name: Tagus Delta
Subtitle: Chlorophyll-a concentration in Tagus Delta
Point: [-9.32, 38.66]
Bbox: [-10.45, 37.5, -8.75, 39.51]
- Identifier: ElbeDelta
Name: Elbe Delta
Subtitle: Chlorophyll-a concentration in Elbe Delta
Point: [8.408, 53.94]
Bbox: [ 6.99, 53.35, 9.25, 54.41]
Resources:
- Group: Sentinel Hub Resources
- EndPoint: https://services.sentinel-hub.com
Expand Down
8 changes: 8 additions & 0 deletions collections/N3a2_sea_surface_temperature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@ Locations:
Name: Sea surface temperature in Danube Delta
Point: [29.9, 45.05]
Bbox: [28.5, 44, 31, 46]
- Identifier: TagusDelta
Name: Sea surface temperature in Tagus Delta
Point: [-9.32, 38.66]
Bbox: [-10.45, 37.5, -8.75, 39.51]
- Identifier: ElbeDelta
Name: Sea surface temperature in Elbe Delta
Point: [8.408, 53.94]
Bbox: [ 6.99, 53.35, 9.25, 54.41]
Resources:
- EndPoint: https://services.sentinel-hub.com
Name: Sentinel Hub
Expand Down
2 changes: 1 addition & 1 deletion generators/generate_indicators.py
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ def handle_STAC_based_endpoint(config, endpoint, data, catalog, headers=None):
# TODO: should we use the name as id? it provides much more
# information in the clients
collection.id = location["Identifier"]
collection.title = location["Name"],
collection.title = location["Name"]
# See if description should be overwritten
if "Description" in location:
collection.description = location["Description"]
Expand Down

0 comments on commit ea78258

Please sign in to comment.