EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 8aab1873 authored by Fabian Schindler-Strauss's avatar Fabian Schindler-Strauss
Browse files

Merge branch 's2-biweekly' into 'staging'

s2 biweekly composites extension

See merge request !64
parents 2944edc4 e9d5a9c6
No related branches found
No related tags found
2 merge requests!82Staging to master,!64s2 biweekly composites extension
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
# IN THE SOFTWARE. # IN THE SOFTWARE.
#----------------------------------------------------------------------------- #-----------------------------------------------------------------------------
FROM eoxa/eoxserver:release-1.0.0-rc26 FROM eoxa/eoxserver:release-1.0.0-rc27
ARG DEBUG="false" ARG DEBUG="false"
......
...@@ -473,4 +473,64 @@ ...@@ -473,4 +473,64 @@
], ],
"data_type": "Uint16", "data_type": "Uint16",
"name": "S2L2A_B12" "name": "S2L2A_B12"
}, {
"bands": [
{
"definition": "http://www.opengis.net/def/property/OGC/0/Radiance",
"description": "B04",
"identifier": "B04",
"name": "",
"nil_values": [
{
"reason": "http://www.opengis.net/def/nil/OGC/0/unknown",
"value": 0
}
],
"uom": "W/m2/um",
"wavelength": 664.5
},
{
"definition": "http://www.opengis.net/def/property/OGC/0/Radiance",
"description": "B03",
"identifier": "B03",
"name": "",
"nil_values": [
{
"reason": "http://www.opengis.net/def/nil/OGC/0/unknown",
"value": 0
}
],
"uom": "W/m2/um",
"wavelength": 560.0
}, {
"definition": "http://www.opengis.net/def/property/OGC/0/Radiance",
"description": "B02",
"identifier": "B02",
"name": "",
"nil_values": [
{
"reason": "http://www.opengis.net/def/nil/OGC/0/unknown",
"value": 0
}
],
"uom": "W/m2/um",
"wavelength": 492.4
},
{
"definition": "http://www.opengis.net/def/property/OGC/0/Radiance",
"description": "B08",
"identifier": "B08",
"name": "",
"nil_values": [
{
"reason": "http://www.opengis.net/def/nil/OGC/0/unknown",
"value": 0
}
],
"uom": "W/m2/um",
"wavelength": 835.1
}
],
"data_type": "Uint16",
"name": "S2_RGBNir"
}] }]
...@@ -264,7 +264,7 @@ class STACItemScheme(RegistrationScheme): ...@@ -264,7 +264,7 @@ class STACItemScheme(RegistrationScheme):
properties = item.get('properties', {}) properties = item.get('properties', {})
product_type = properties.get('constellation', '') or properties.get('platform', '') product_type = properties.get('constellation', '') or properties.get('platform', '') or item.get('collection', '')
return Context( return Context(
identifier=item['id'], identifier=item['id'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment