diff --git a/catalogs/template_catalog.yaml b/catalogs/uc1_catalog.yaml similarity index 57% rename from catalogs/template_catalog.yaml rename to catalogs/uc1_catalog.yaml index b28c973..fe70e7d 100644 --- a/catalogs/template_catalog.yaml +++ b/catalogs/uc1_catalog.yaml @@ -1,9 +1,9 @@ -id: "template_catalog" -title: "Template Catalog" -description: "This catalog definition is part of the eodash catalog template, please update to fit your needs" +id: "uc1_fairicube_catalog" +title: "Use case 1 catalog for FAIRiCUBE" +description: "This catalog provides an oversight of all UC1 FAIRiCUBE related data" endpoint: "https://organization.github.io/repository/repository/" default_base_layers: "layers/baselayers" default_overlay_layers: "layers/overlays" assets_endpoint: "https://raw.githubusercontent.com/organization/assets-repo/main/" collections: - - example_collection + - tree_cover_density diff --git a/collections/example_collection.yaml b/collections/example_collection.yaml deleted file mode 100644 index 92226f9..0000000 --- a/collections/example_collection.yaml +++ /dev/null @@ -1,23 +0,0 @@ -Name: example_collection -Title: Example Collection -EodashIdentifier: EX1 -Description: This can be **markdown** or a reference to a markdown file -Themes: - - example -Tags: - - example tag -DataSource: - Spaceborne: - Satellite: - - Satellitename - Sensor: - - Sensorname - InSitu: - - Other insitu data -Agency: - - Example agency -Resources: - - EndPoint: https://tiles.maps.eox.at/wms? - Name: WMS - LayerId: terrain-light_3857 - MediaType: image/png diff --git a/collections/tree_cover_density.yaml b/collections/tree_cover_density.yaml new file mode 100644 index 0000000..3e97c9a --- /dev/null +++ b/collections/tree_cover_density.yaml @@ -0,0 +1,22 @@ +Name: tree_cover_density +Title: Tree cover density 2018 +EodashIdentifier: TCD +Description: Description placeholder for uc1 data. +Themes: + - example theme +Tags: + - example tag +DataSource: + Spaceborne: + Satellite: + - example satellite + Sensor: + - example sensorname +Agency: + - Example agency +Resources: + - EndPoint: https://services.sentinel-hub.com + Name: Sentinel Hub + Type: byoc + CollectionId: 3947b646-383c-4e91-aade-2f039bd6ba4b + LayerId: TREE_COVER_DENSITY2018 \ No newline at end of file