generated from eodash/catalog-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 27fcdd5
Showing
14 changed files
with
1,268 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
40 changes: 40 additions & 0 deletions
40
...ntinel-2-L2A/Sentinel-2-L2A/Sentinel-2-L2A/1970/a8367dba-e6f6-4458-b0e7-293e7a772ec4.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
{ | ||
"type": "Feature", | ||
"stac_version": "1.0.0", | ||
"id": "a8367dba-e6f6-4458-b0e7-293e7a772ec4", | ||
"properties": { | ||
"start_datetime": "1970-01-01T00:00:00Z", | ||
"end_datetime": "2024-08-22T09:37:14.383332Z", | ||
"datetime": "1970-01-01T00:00:00Z" | ||
}, | ||
"geometry": null, | ||
"links": [ | ||
{ | ||
"rel": "root", | ||
"href": "../../../../catalog.json", | ||
"type": "application/json", | ||
"title": "Use case 1 catalog for FAIRiCUBE" | ||
}, | ||
{ | ||
"rel": "collection", | ||
"href": "../../collection.json", | ||
"type": "application/json", | ||
"title": "Sentinel-2-L2A products" | ||
}, | ||
{ | ||
"rel": "parent", | ||
"href": "../../collection.json", | ||
"type": "application/json", | ||
"title": "Sentinel-2-L2A products" | ||
} | ||
], | ||
"assets": {}, | ||
"bbox": [ | ||
-180, | ||
-85, | ||
180, | ||
85 | ||
], | ||
"stac_extensions": [], | ||
"collection": "Sentinel-2-L2A" | ||
} |
76 changes: 76 additions & 0 deletions
76
uc1_fairicube_catalog/Sentinel-2-L2A/Sentinel-2-L2A/collection.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
{ | ||
"type": "Collection", | ||
"id": "Sentinel-2-L2A", | ||
"stac_version": "1.0.0", | ||
"description": "Description placeholder for uc1 data.", | ||
"links": [ | ||
{ | ||
"rel": "root", | ||
"href": "../../catalog.json", | ||
"type": "application/json", | ||
"title": "Use case 1 catalog for FAIRiCUBE" | ||
}, | ||
{ | ||
"rel": "wms", | ||
"href": "https://services.sentinel-hub.com/ogc/wms/e695c647-d71b-4199-ac4a-53da488f0f0a", | ||
"type": "image/jpeg", | ||
"title": "Sentinel-2-L2A", | ||
"wms:layers": [ | ||
"TRUE_COLOR" | ||
], | ||
"role": [ | ||
"data" | ||
] | ||
}, | ||
{ | ||
"rel": "item", | ||
"href": "./Sentinel-2-L2A/1970/a8367dba-e6f6-4458-b0e7-293e7a772ec4.json", | ||
"type": "application/json" | ||
}, | ||
{ | ||
"rel": "parent", | ||
"href": "../collection.json", | ||
"type": "application/json", | ||
"title": "Sentinel-2-L2A products" | ||
} | ||
], | ||
"themes": [ | ||
"Luxembourg" | ||
], | ||
"tags": [ | ||
"luxembourg, urban" | ||
], | ||
"agency": [ | ||
"ESA" | ||
], | ||
"subcode": "S2L2A", | ||
"sensor": [ | ||
"example sensorname" | ||
], | ||
"satellite": [ | ||
"example satellite" | ||
], | ||
"endpointtype": "WMS", | ||
"title": "Sentinel-2-L2A products", | ||
"extent": { | ||
"spatial": { | ||
"bbox": [ | ||
[ | ||
-180.0, | ||
-90.0, | ||
180.0, | ||
90.0 | ||
] | ||
] | ||
}, | ||
"temporal": { | ||
"interval": [ | ||
[ | ||
"2024-08-22T09:37:13.807365Z", | ||
null | ||
] | ||
] | ||
} | ||
}, | ||
"license": "proprietary" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,124 @@ | ||
{ | ||
"type": "Collection", | ||
"id": "Sentinel-2-L2A", | ||
"stac_version": "1.0.0", | ||
"description": "Description placeholder for uc1 data.", | ||
"links": [ | ||
{ | ||
"rel": "root", | ||
"href": "../catalog.json", | ||
"type": "application/json", | ||
"title": "Use case 1 catalog for FAIRiCUBE" | ||
}, | ||
{ | ||
"rel": "child", | ||
"href": "./Sentinel-2-L2A/collection.json", | ||
"type": "application/json", | ||
"title": "Sentinel-2-L2A products", | ||
"endpointtype": "WMS", | ||
"code": "S2L2A", | ||
"id": "Sentinel-2-L2A", | ||
"themes": [ | ||
"Luxembourg" | ||
], | ||
"tags": [ | ||
"luxembourg, urban" | ||
], | ||
"agency": [ | ||
"ESA" | ||
], | ||
"subcode": "S2L2A", | ||
"sensor": [ | ||
"example sensorname" | ||
], | ||
"satellite": [ | ||
"example satellite" | ||
] | ||
}, | ||
{ | ||
"rel": "xyz", | ||
"href": "//s2maps-tiles.eu/wmts/1.0.0/s2cloudless-2021_3857/default/g/{z}/{y}/{x}.jpeg", | ||
"type": "image/jpeg", | ||
"title": "EOxCloudless 2021", | ||
"roles": [ | ||
"baselayer" | ||
], | ||
"id": "cloudless-2021" | ||
}, | ||
{ | ||
"rel": "xyz", | ||
"href": "//s2maps-tiles.eu/wmts/1.0.0/overlay_base_bright_3857/default/g/{z}/{y}/{x}.png", | ||
"type": "image/png", | ||
"title": "Overlay labels", | ||
"roles": [ | ||
"overlay", | ||
"visible" | ||
], | ||
"id": "overlay_bright" | ||
}, | ||
{ | ||
"rel": "parent", | ||
"href": "../catalog.json", | ||
"type": "application/json", | ||
"title": "Use case 1 catalog for FAIRiCUBE" | ||
} | ||
], | ||
"themes": [ | ||
"Luxembourg" | ||
], | ||
"tags": [ | ||
"luxembourg, urban" | ||
], | ||
"agency": [ | ||
"ESA" | ||
], | ||
"subcode": "S2L2A", | ||
"sensor": [ | ||
"example sensorname" | ||
], | ||
"satellite": [ | ||
"example satellite" | ||
], | ||
"title": "Sentinel-2-L2A products", | ||
"extent": { | ||
"spatial": { | ||
"bbox": [ | ||
[ | ||
-180, | ||
-85, | ||
180, | ||
85 | ||
], | ||
[ | ||
-180.0, | ||
-90.0, | ||
180.0, | ||
90.0 | ||
] | ||
] | ||
}, | ||
"temporal": { | ||
"interval": [ | ||
[ | ||
"1970-01-01T00:00:00Z", | ||
"2024-08-22T09:37:14.383332Z" | ||
] | ||
] | ||
} | ||
}, | ||
"license": "proprietary", | ||
"summaries": { | ||
"subcode": [ | ||
"S2L2A" | ||
], | ||
"themes": [ | ||
"Luxembourg" | ||
], | ||
"satellite": [ | ||
"example satellite" | ||
], | ||
"sensor": [ | ||
"example sensorname" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,116 @@ | ||
{ | ||
"type": "Catalog", | ||
"id": "uc1_fairicube_catalog", | ||
"stac_version": "1.0.0", | ||
"description": "This catalog provides an oversight of all UC1 FAIRiCUBE related data", | ||
"links": [ | ||
{ | ||
"rel": "root", | ||
"href": "./catalog.json", | ||
"type": "application/json", | ||
"title": "Use case 1 catalog for FAIRiCUBE" | ||
}, | ||
{ | ||
"rel": "child", | ||
"href": "./tree_cover_density/collection.json", | ||
"type": "application/json", | ||
"title": "Tree cover density 2018", | ||
"code": "TCD", | ||
"id": "tree_cover_density", | ||
"themes": [ | ||
"example theme" | ||
], | ||
"subcode": "TCD", | ||
"satellite": [ | ||
"example satellite" | ||
], | ||
"sensor": [ | ||
"example sensorname" | ||
], | ||
"tags": [ | ||
"example tag" | ||
], | ||
"agency": [ | ||
"Example agency" | ||
] | ||
}, | ||
{ | ||
"rel": "child", | ||
"href": "./imperviousness_2018/collection.json", | ||
"type": "application/json", | ||
"title": "Imperviousness density 2018", | ||
"code": "TCD", | ||
"id": "imperviousness_2018", | ||
"themes": [ | ||
"example theme" | ||
], | ||
"subcode": "TCD", | ||
"satellite": [ | ||
"example satellite" | ||
], | ||
"sensor": [ | ||
"example sensorname" | ||
], | ||
"tags": [ | ||
"example tag" | ||
], | ||
"agency": [ | ||
"Example agency" | ||
] | ||
}, | ||
{ | ||
"rel": "child", | ||
"href": "./imperviousness_density_2018/collection.json", | ||
"type": "application/json", | ||
"title": "Imperviousness Density 2018 WMS", | ||
"code": "IMD", | ||
"id": "imperviousness_density_2018", | ||
"themes": [ | ||
"example theme" | ||
], | ||
"subcode": "IMD", | ||
"satellite": [ | ||
"example satellite" | ||
], | ||
"sensor": [ | ||
"example sensorname" | ||
], | ||
"tags": [ | ||
"example tag" | ||
], | ||
"agency": [ | ||
"EEA" | ||
] | ||
}, | ||
{ | ||
"rel": "child", | ||
"href": "./Sentinel-2-L2A/collection.json", | ||
"type": "application/json", | ||
"title": "Sentinel-2-L2A products", | ||
"code": "S2L2A", | ||
"id": "Sentinel-2-L2A", | ||
"themes": [ | ||
"Luxembourg" | ||
], | ||
"subcode": "S2L2A", | ||
"satellite": [ | ||
"example satellite" | ||
], | ||
"sensor": [ | ||
"example sensorname" | ||
], | ||
"tags": [ | ||
"luxembourg, urban" | ||
], | ||
"agency": [ | ||
"ESA" | ||
] | ||
}, | ||
{ | ||
"rel": "self", | ||
"href": "https://organization.github.io/repository/repository/catalog.json", | ||
"type": "application/json" | ||
} | ||
], | ||
"title": "Use case 1 catalog for FAIRiCUBE" | ||
} |
Oops, something went wrong.