MMGIS
MMGIS copied to clipboard
[New Feature]: IdentifierTool - Query Datasets with Time
Checked for duplicates
Yes - I've already checked
Alternatives considered
Yes - and alternatives don't suffice
Related problems
No response
Describe the feature request
IdentifierTool could get a configuration like this:
{
"Fire Emissions": {
"url": "Layers/fire_emissions_{endtime}.tif",
"bands": 1,
"sigfigs": 2,
"unit": " Carbon/m²/mon",
"timeFormat": "YYYYMM"
}
}
timeFormat
and {endtime}
and {starttime}
are new.