fixing time handling
Previous time handling turned what we are providing it to None. This logic turns the initial string to a list of strings that GetMapRequest
expects, and from there, using dateutil.parser.parse
forms a TimeInterval
for stac api querying. Moved this logic to wms.py
from utils. If need be (also for ogc api - maps) we can later on extract it to a top level parsing module.
Edited by Nikola Jankovic