geosolutions-it/evo-odas

L8 granules.json not populated properly

Closed this issue · 0 comments

Here follows is an excerpt of granules.json form L8 DAG processing 3 bands. It should contain information about 3 granules instead of 1. Also "location" property is pointing to the MTL instead of the granule file.

{
"type":"FeatureCollection",
"features":[
{
"geometry":{
"type":"Polygon",
"coordinates":[
[
[
34.2341,
34.62001
],
[
34.17704,
37.07551
],
[
32.15398,
34.58214
],
[
32.10124,
36.98052
],
[
34.2341,
34.62001
]
]
]
},
"type":"Feature",
"properties":{
"location":"/root/download/LC81740372017260LGN00/LC08_L1TP_174037_20170917_20170918_01_RT_MTL.txt"
},
"id":"GRANULE.1"
}
]
}