urbanlc.model.dataloader.CustomRasterDataset.filename_regex#
- CustomRasterDataset.filename_regex = '.*'#
Regular expression used to extract date from filename.
The expression should use named groups. The expression may contain any number of groups. The following groups are specifically searched for by the base class:
date
: used to calculatemint
andmaxt
forindex
insertion
When
separate_files
is True, the following additional groups are searched for to find other files:band
: replaced with requested band name