From d101ec6253928b87fd1de342f6254ce55e9ea134 Mon Sep 17 00:00:00 2001 From: Daniel Santillan Date: Thu, 29 Feb 2024 16:45:59 +0100 Subject: [PATCH] feat: creating new gtif collections for AIT --- catalogs/GTIF.yaml | 2 ++ collections/EEPOT_solar.yaml | 20 ++++++++++++++++++++ collections/EEPOT_wind.yaml | 20 ++++++++++++++++++++ 3 files changed, 42 insertions(+) create mode 100644 collections/EEPOT_solar.yaml create mode 100644 collections/EEPOT_wind.yaml diff --git a/catalogs/GTIF.yaml b/catalogs/GTIF.yaml index 8e649ad0..da56e5a1 100644 --- a/catalogs/GTIF.yaml +++ b/catalogs/GTIF.yaml @@ -66,3 +66,5 @@ collections: - SOL2_2_Solar_Roofs_regular_performance - SOL2_3_Solar_Roofs_low_performance - VTT_Forest_explorer + - EEPOT_solar + - EEPOT_wind diff --git a/collections/EEPOT_solar.yaml b/collections/EEPOT_solar.yaml new file mode 100644 index 00000000..1aff8fcd --- /dev/null +++ b/collections/EEPOT_solar.yaml @@ -0,0 +1,20 @@ +Name: EEPOT_solar +Title: Solar Technology +EodashIdentifier: EEPOT_solar +Description: EEPOT_solar/EEPOT.md +Themes: + - energy-transition +Tags: + - "Energy potential (renewable)" +Satellite: + - placeholder +Sensor: + - placeholder +Agency: + - AIT +Provider: + - Name: AIT +Resources: + - Name: Collection-only + EndPoint: Collection-only + OverwriteBBox: [11, 46.5, 15.5, 48.9] diff --git a/collections/EEPOT_wind.yaml b/collections/EEPOT_wind.yaml new file mode 100644 index 00000000..17ab7ab4 --- /dev/null +++ b/collections/EEPOT_wind.yaml @@ -0,0 +1,20 @@ +Name: EEPOT_wind +Title: Wind Technology +EodashIdentifier: EEPOT_wind +Description: EEPOT_wind/EEPOT.md +Themes: + - energy-transition +Tags: + - "Energy potential (renewable)" +Satellite: + - placeholder +Sensor: + - placeholder +Agency: + - AIT +Provider: + - Name: AIT +Resources: + - Name: Collection-only + EndPoint: Collection-only + OverwriteBBox: [11, 46.5, 15.5, 48.9]