Skip to content

Commit

Permalink
copernicus stac example added
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Kindermann committed Aug 15, 2023
1 parent 0683e5d commit ba6b795
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions stac/copernicus.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
stac_version: "1.0.0",
stac_extensions: [ ],
id: "S2GLC",
title: "S2GLC",
description: "The S2GLC 2017 product represents land cover classification of a major portion of the European continent. The classification has been performed using multi-temporal Sentinel-2 data collected during the year 2017 with the methodology developed in the frame of the Sentinel-2 Global Land Cover (S2GLC) project. The Sentinel-2 Global Land Cover (S2GLC) project was founded by the European Space Agency (ESA) through its Scientific Exploitation of Operational Missions (SEOM) element [https://s2glc.cbk.waw.pl/].",
type: "Collection",
license: "proprietary",
extent: {
spatial: {
bbox: [
[
-19,
36,
51,
72
]
]
},
temporal: {
interval: [
[
"2017-01-01T00:00:00Z",
"2017-12-30T23:59:59Z"
]
]
}
},
links: [
{
rel: "root",
type: "application/json",
href: "https://catalogue.dataspace.copernicus.eu/stac"
},
{
rel: "parent",
type: "application/json",
href: "https://catalogue.dataspace.copernicus.eu/stac"
},
{
rel: "self",
type: "application/json",
href: "https://catalogue.dataspace.copernicus.eu/stac/collections/S2GLC"
},
{
rel: "items",
type: "application/json",
href: "https://catalogue.dataspace.copernicus.eu/stac/collections/S2GLC/items"
}
]
}

0 comments on commit ba6b795

Please sign in to comment.