MMGIS icon indicating copy to clipboard operation
MMGIS copied to clipboard

[New Feature]: IdentifierTool - Query Datasets with Time

Open tariqksoliman opened this issue 1 year ago • 0 comments

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.

tariqksoliman avatar Dec 06 '23 00:12 tariqksoliman