mirror of
https://github.com/appelmar/gdalcubes.git
synced 2025-02-23 16:24:15 +01:00
43 lines
No EOL
950 B
JSON
43 lines
No EOL
950 B
JSON
{
|
|
"description" : "Collection format for selected bands from the MODIS MxD13A3 (Aqua and Terra) product",
|
|
"tags" : ["MODIS", "VI", "NDVI", "EVI"],
|
|
"pattern" : ".*\\.hdf.*",
|
|
"subdatasets" : true,
|
|
"images" : {
|
|
"pattern" : "HDF4_EOS:EOS_GRID:\"(.+)\\.hdf.*"
|
|
},
|
|
"datetime" : {
|
|
"pattern" : ".*M[OY]D13A3\\.A(.{7})[^/]*",
|
|
"format" : "%Y%j"
|
|
},
|
|
"bands" : {
|
|
"NDVI" : {
|
|
"pattern" : ".+NDVI.*",
|
|
"nodata" : -3000
|
|
},
|
|
"EVI" : {
|
|
"pattern" : ".+EVI.*",
|
|
"nodata" : -3000
|
|
},
|
|
"VIQ" : {
|
|
"pattern" : ".+Quality.*",
|
|
"nodata" : -3000
|
|
},
|
|
"RED" : {
|
|
"pattern" : ".+red reflectance.*",
|
|
"nodata" : -3000
|
|
},
|
|
"NIR" : {
|
|
"pattern" : ".+NIR reflectance.*",
|
|
"nodata" : -3000
|
|
},
|
|
"BLUE" : {
|
|
"pattern" : ".+blue reflectance.*",
|
|
"nodata" : -3000
|
|
},
|
|
"MIR" : {
|
|
"pattern" : ".+MIR reflectance.*",
|
|
"nodata" : -3000
|
|
}
|
|
}
|
|
} |