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 a824e3c
Showing
8 changed files
with
700 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
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,68 @@ | ||
{ | ||
"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": "self", | ||
"href": "/home/runner/work/uc1-eodash-catalog/uc1-eodash-catalog/build/uc1_fairicube_catalog/catalog.json", | ||
"type": "application/json" | ||
} | ||
], | ||
"title": "Use case 1 catalog for FAIRiCUBE" | ||
} |
124 changes: 124 additions & 0 deletions
124
uc1_fairicube_catalog/imperviousness_2018/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,124 @@ | ||
{ | ||
"type": "Collection", | ||
"id": "imperviousness_2018", | ||
"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": "./imperviousness_2018/collection.json", | ||
"type": "application/json", | ||
"title": "Imperviousness density 2018", | ||
"endpointtype": "Sentinel Hub_byoc", | ||
"code": "TCD", | ||
"id": "imperviousness_2018", | ||
"themes": [ | ||
"example theme" | ||
], | ||
"tags": [ | ||
"example tag" | ||
], | ||
"agency": [ | ||
"Example agency" | ||
], | ||
"subcode": "TCD", | ||
"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": [ | ||
"example theme" | ||
], | ||
"tags": [ | ||
"example tag" | ||
], | ||
"agency": [ | ||
"Example agency" | ||
], | ||
"subcode": "TCD", | ||
"sensor": [ | ||
"example sensorname" | ||
], | ||
"satellite": [ | ||
"example satellite" | ||
], | ||
"title": "Imperviousness density 2018", | ||
"extent": { | ||
"spatial": { | ||
"bbox": [ | ||
[ | ||
26.120953702244496, | ||
27.16908443662496, | ||
37.641870871162936, | ||
34.95324700017583 | ||
], | ||
[ | ||
26.120953702244496, | ||
27.16908443662496, | ||
37.641870871162936, | ||
34.95324700017583 | ||
] | ||
] | ||
}, | ||
"temporal": { | ||
"interval": [ | ||
[ | ||
"2018-01-01T00:00:00Z", | ||
"2018-01-01T00:00:00Z" | ||
] | ||
] | ||
} | ||
}, | ||
"license": "proprietary", | ||
"summaries": { | ||
"subcode": [ | ||
"TCD" | ||
], | ||
"themes": [ | ||
"example theme" | ||
], | ||
"satellite": [ | ||
"example satellite" | ||
], | ||
"sensor": [ | ||
"example sensorname" | ||
] | ||
} | ||
} |
127 changes: 127 additions & 0 deletions
127
.../byoc-c57f7668-2717-4529-93cc-5372bc96ebbe/2018/583ee18b-bc14-4438-aa65-d78367479975.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,127 @@ | ||
{ | ||
"type": "Feature", | ||
"stac_version": "1.0.0", | ||
"id": "583ee18b-bc14-4438-aa65-d78367479975", | ||
"properties": { | ||
"datetime": "2018-01-01T00:00:00Z", | ||
"proj:epsg": 3035, | ||
"proj:bbox": [ | ||
5900000.0, | ||
900000.0, | ||
6900000.0, | ||
1500000.0 | ||
], | ||
"proj:geometry": { | ||
"type": "Polygon", | ||
"crs": { | ||
"type": "name", | ||
"properties": { | ||
"name": "urn:ogc:def:crs:EPSG::3035" | ||
} | ||
}, | ||
"coordinates": [ | ||
[ | ||
[ | ||
5900000.000220842, | ||
899999.9987086263 | ||
], | ||
[ | ||
6900000.000368189, | ||
899999.9986336487 | ||
], | ||
[ | ||
6900000.000351546, | ||
1499999.99887175 | ||
], | ||
[ | ||
5900000.000200475, | ||
1499999.998985574 | ||
], | ||
[ | ||
5900000.000220842, | ||
899999.9987086263 | ||
] | ||
] | ||
] | ||
} | ||
}, | ||
"geometry": { | ||
"type": "Polygon", | ||
"crs": { | ||
"type": "name", | ||
"properties": { | ||
"name": "urn:ogc:def:crs:OGC::CRS84" | ||
} | ||
}, | ||
"coordinates": [ | ||
[ | ||
[ | ||
26.120953702244496, | ||
29.602128867445213 | ||
], | ||
[ | ||
35.93146991742181, | ||
27.16908443662496 | ||
], | ||
[ | ||
37.641870871162936, | ||
32.33080058458797 | ||
], | ||
[ | ||
27.261686623465827, | ||
34.95324700017583 | ||
], | ||
[ | ||
26.120953702244496, | ||
29.602128867445213 | ||
] | ||
] | ||
] | ||
}, | ||
"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": "Imperviousness density 2018" | ||
}, | ||
{ | ||
"rel": "wms", | ||
"href": "https://services.sentinel-hub.com/ogc/wms/a42b84dd-a8a0-403c-a74e-4435d673b3c1", | ||
"type": "image/png", | ||
"title": "imperviousness_2018", | ||
"wms:layers": [ | ||
"IMPERVIOUSNESS_2018" | ||
], | ||
"role": [ | ||
"data" | ||
], | ||
"wms:dimensions": { | ||
"TIME": "2018-01-01T00:00:00Z" | ||
} | ||
}, | ||
{ | ||
"rel": "parent", | ||
"href": "../../collection.json", | ||
"type": "application/json", | ||
"title": "Imperviousness density 2018" | ||
} | ||
], | ||
"assets": {}, | ||
"bbox": [ | ||
26.120953702244496, | ||
27.16908443662496, | ||
37.641870871162936, | ||
34.95324700017583 | ||
], | ||
"stac_extensions": [ | ||
"https://stac-extensions.github.io/projection/v1.0.0/schema.json" | ||
], | ||
"collection": "byoc-c57f7668-2717-4529-93cc-5372bc96ebbe" | ||
} |
65 changes: 65 additions & 0 deletions
65
uc1_fairicube_catalog/imperviousness_2018/imperviousness_2018/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,65 @@ | ||
{ | ||
"type": "Collection", | ||
"id": "imperviousness_2018", | ||
"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": "item", | ||
"href": "./byoc-c57f7668-2717-4529-93cc-5372bc96ebbe/2018/583ee18b-bc14-4438-aa65-d78367479975.json", | ||
"type": "application/json", | ||
"datetime": "2018-01-01" | ||
}, | ||
{ | ||
"rel": "parent", | ||
"href": "../collection.json", | ||
"type": "application/json", | ||
"title": "Imperviousness density 2018" | ||
} | ||
], | ||
"themes": [ | ||
"example theme" | ||
], | ||
"tags": [ | ||
"example tag" | ||
], | ||
"agency": [ | ||
"Example agency" | ||
], | ||
"subcode": "TCD", | ||
"sensor": [ | ||
"example sensorname" | ||
], | ||
"satellite": [ | ||
"example satellite" | ||
], | ||
"endpointtype": "Sentinel Hub_byoc", | ||
"title": "Imperviousness density 2018", | ||
"extent": { | ||
"spatial": { | ||
"bbox": [ | ||
[ | ||
26.120953702244496, | ||
27.16908443662496, | ||
37.641870871162936, | ||
34.95324700017583 | ||
] | ||
] | ||
}, | ||
"temporal": { | ||
"interval": [ | ||
[ | ||
"2018-01-01T00:00:00Z", | ||
"2018-01-01T00:00:00Z" | ||
] | ||
] | ||
} | ||
}, | ||
"license": "proprietary" | ||
} |
Oops, something went wrong.