Skip to content

Commit 2a30267

Browse files
committed
use real sentinel 2 collection
1 parent c23161d commit 2a30267

File tree

1 file changed

+89
-95
lines changed

1 file changed

+89
-95
lines changed
Lines changed: 89 additions & 95 deletions
Original file line numberDiff line numberDiff line change
@@ -1,99 +1,93 @@
11
{
2-
"id": "test-collection",
3-
"stac_extensions": ["https://stac-extensions.github.io/eo/v1.0.0/schema.json"],
4-
"type": "Collection",
5-
"description": "Landat 8 imagery radiometrically calibrated and orthorectified using gound points and Digital Elevation Model (DEM) data to correct relief displacement.",
6-
"stac_version": "1.0.0",
7-
"license": "PDDL-1.0",
8-
"summaries": {
9-
"platform": ["landsat-8"],
10-
"instruments": ["oli", "tirs"],
11-
"gsd": [30]
2+
"id":"sentinel-s2-l2a-cogs",
3+
"stac_version":"1.0.0-beta.2",
4+
"description":"Sentinel-2a and Sentinel-2b imagery, processed to Level 2A (Surface Reflectance) and converted to Cloud-Optimized GeoTIFFs",
5+
"links":[
6+
{"rel":"self","href":"https://earth-search.aws.element84.com/v0/collections/sentinel-s2-l2a-cogs"},
7+
{"rel":"license","href":"https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice"},
8+
{"rel":"about","href":"https://github.com/stac-utils/stac-sentinel"},
9+
{"rel":"parent","href":"https://earth-search.aws.element84.com/v0/"},
10+
{"rel":"root","href":"https://earth-search.aws.element84.com/v0/"},
11+
{"rel":"items","href":"https://earth-search.aws.element84.com/v0/collections/sentinel-s2-l2a-cogs/items"}
12+
],
13+
"stac_extensions":["item-assets"],
14+
"title":"Sentinel 2 L2A COGs",
15+
"keywords":["sentinel","earth observation","esa"],
16+
"providers":[
17+
{"name":"ESA","roles":["producer"],"url":"https://earth.esa.int/web/guest/home"},
18+
{"name":"Sinergise","roles":["processor"],"url":"https://registry.opendata.aws/sentinel-2/"},
19+
{"name":"AWS","roles":["host"],"url":"http://sentinel-pds.s3-website.eu-central-1.amazonaws.com/"},
20+
{"name":"Element 84","roles":["processor"],"url":"https://element84.com"}
21+
],
22+
"summaries":{
23+
"platform":["sentinel-2a","sentinel-2b"],
24+
"constellation":["sentinel-2"],
25+
"instruments":["msi"],
26+
"gsd":[10],
27+
"view:off_nadir":[0]
1228
},
13-
"extent": {
14-
"spatial": {
15-
"bbox": [
16-
[
17-
-180.0,
18-
-90.0,
19-
180.0,
20-
90.0
29+
"item_assets":{
30+
"thumbnail":{
31+
"title":"Thumbnail",
32+
"type":"image/png",
33+
"roles":["thumbnail"]
34+
},
35+
"overview":{
36+
"title":"True color image",
37+
"type":"image/tiff; application=geotiff; profile=cloud-optimized",
38+
"roles":["overview"],
39+
"gsd":10,
40+
"eo:bands":[
41+
{"name":"B04","common_name":"red","center_wavelength":0.6645,"full_width_half_max":0.038},
42+
{"name":"B03","common_name":"green","center_wavelength":0.56,"full_width_half_max":0.045},
43+
{"name":"B02","common_name":"blue","center_wavelength":0.4966,"full_width_half_max":0.098}
2144
]
22-
]
23-
},
24-
"temporal": {
25-
"interval": [
26-
[
27-
"2013-06-01",
28-
null
45+
},
46+
"info":{
47+
"title":"Original JSON metadata",
48+
"type":"application/json",
49+
"roles":["metadata"]
50+
},
51+
"metadata":{
52+
"title":"Original XML metadata",
53+
"type":"application/xml",
54+
"roles":["metadata"]
55+
},
56+
"visual":{
57+
"title":"True color image",
58+
"type":"image/tiff; application=geotiff; profile=cloud-optimized",
59+
"roles":["overview"],
60+
"gsd":10,
61+
"eo:bands":[
62+
{"name":"B04","common_name":"red","center_wavelength":0.6645,"full_width_half_max":0.038},
63+
{"name":"B03","common_name":"green","center_wavelength":0.56,"full_width_half_max":0.045},
64+
{"name":"B02","common_name":"blue","center_wavelength":0.4966,"full_width_half_max":0.098}
2965
]
30-
]
31-
}
32-
},
33-
"links": [
34-
{
35-
"href": "http://localhost:8081/collections/landsat-8-l1",
36-
"rel": "self",
37-
"type": "application/json"
38-
},
39-
{
40-
"href": "http://localhost:8081/",
41-
"rel": "parent",
42-
"type": "application/json"
43-
},
44-
{
45-
"href": "http://localhost:8081/collections/landsat-8-l1/items",
46-
"rel": "item",
47-
"type": "application/geo+json"
48-
},
49-
{
50-
"href": "http://localhost:8081/",
51-
"rel": "root",
52-
"type": "application/json"
53-
}
54-
],
55-
"title": "Landsat 8 L1",
56-
"keywords": [
57-
"landsat",
58-
"earth observation",
59-
"usgs"
60-
],
61-
"providers": [
62-
{
63-
"name": "USGS",
64-
"roles": [
65-
"producer"
66-
],
67-
"url": "https://landsat.usgs.gov/"
68-
},
69-
{
70-
"name": "Planet Labs",
71-
"roles": [
72-
"processor"
73-
],
74-
"url": "https://github.com/landsat-pds/landsat_ingestor"
75-
},
76-
{
77-
"name": "AWS",
78-
"roles": [
79-
"host"
80-
],
81-
"url": "https://landsatonaws.com/"
82-
},
83-
{
84-
"name": "Development Seed",
85-
"roles": [
86-
"processor"
87-
],
88-
"url": "https://github.com/sat-utils/sat-api"
89-
},
90-
{
91-
"name": "Earth Search by Element84",
92-
"description": "API of Earth on AWS datasets",
93-
"roles": [
94-
"host"
95-
],
96-
"url": "https://element84.com"
97-
}
98-
]
99-
}
66+
},
67+
"B01":{
68+
"title":"Band 1 (coastal)",
69+
"type":"image/tiff; application=geotiff; profile=cloud-optimized",
70+
"roles":["data"],
71+
"gsd":60,
72+
"eo:bands":[
73+
{"name":"B01","common_name":"coastal","center_wavelength":0.4439,"full_width_half_max":0.027}
74+
]
75+
},
76+
"B02":{
77+
"title":"Band 2 (blue)",
78+
"type":"image/tiff; application=geotiff; profile=cloud-optimized",
79+
"roles":["data"],
80+
"gsd":10,
81+
"eo:bands":[
82+
{"name":"B02","common_name":"blue","center_wavelength":0.4966,"full_width_half_max":0.098}
83+
]
84+
},
85+
"B03":{
86+
"title":"Band 3 (green)",
87+
"type":"image/tiff; application=geotiff; profile=cloud-optimized",
88+
"roles":["data"],
89+
"gsd":10,
90+
"eo:bands":[
91+
{"name":"B03","common_name":"green","center_wavelength":0.56,"full_width_half_max":0.045}
92+
]
93+
},"B04":{"title":"Band 4 (red)","type":"image/tiff; application=geotiff; profile=cloud-optimized","roles":["data"],"gsd":10,"eo:bands":[{"name":"B04","common_name":"red","center_wavelength":0.6645,"full_width_half_max":0.038}]},"B05":{"title":"Band 5","type":"image/tiff; application=geotiff; profile=cloud-optimized","roles":["data"],"gsd":20,"eo:bands":[{"name":"B05","center_wavelength":0.7039,"full_width_half_max":0.019}]},"B06":{"title":"Band 6","type":"image/tiff; application=geotiff; profile=cloud-optimized","roles":["data"],"gsd":20,"eo:bands":[{"name":"B06","center_wavelength":0.7402,"full_width_half_max":0.018}]},"B07":{"title":"Band 7","type":"image/tiff; application=geotiff; profile=cloud-optimized","roles":["data"],"gsd":20,"eo:bands":[{"name":"B07","center_wavelength":0.7825,"full_width_half_max":0.028}]},"B08":{"title":"Band 8 (nir)","type":"image/tiff; application=geotiff; profile=cloud-optimized","roles":["data"],"gsd":10,"eo:bands":[{"name":"B08","common_name":"nir","center_wavelength":0.8351,"full_width_half_max":0.145}]},"B8A":{"title":"Band 8A","type":"image/tiff; application=geotiff; profile=cloud-optimized","roles":["data"],"gsd":20,"eo:bands":[{"name":"B8A","center_wavelength":0.8648,"full_width_half_max":0.033}]},"B09":{"title":"Band 9","type":"image/tiff; application=geotiff; profile=cloud-optimized","roles":["data"],"gsd":60,"eo:bands":[{"name":"B09","center_wavelength":0.945,"full_width_half_max":0.026}]},"B11":{"title":"Band 11 (swir16)","type":"image/tiff; application=geotiff; profile=cloud-optimized","roles":["data"],"gsd":20,"eo:bands":[{"name":"B11","common_name":"swir16","center_wavelength":1.6137,"full_width_half_max":0.143}]},"B12":{"title":"Band 12 (swir22)","type":"image/tiff; application=geotiff; profile=cloud-optimized","roles":["data"],"gsd":20,"eo:bands":[{"name":"B12","common_name":"swir22","center_wavelength":2.22024,"full_width_half_max":0.242}]},"AOT":{"title":"Aerosol Optical Thickness (AOT)","type":"image/tiff; application=geotiff; profile=cloud-optimized","roles":["data"]},"WVP":{"title":"Water Vapour (WVP)","type":"image/tiff; application=geotiff; profile=cloud-optimized","roles":["data"]},"SCL":{"title":"Scene Classification Map (SCL)","type":"image/tiff; application=geotiff; profile=cloud-optimized","roles":["data"]}},"extent":{"spatial":{"bbox":[[-180,-90,180,90]]},"temporal":{"interval":[["2015-06-27T10:25:31.456000Z",null]]}},"license":"proprietary"}

0 commit comments

Comments
 (0)