qgis / QGIS

QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS)
https://qgis.org
GNU General Public License v2.0
10.52k stars 2.99k forks source link

[mesh] able to multiply time step by arbitrary number #33196

Closed PeterPetrik closed 4 years ago

PeterPetrik commented 4 years ago

sometimes MDAL can return time values in wrong units (e.g. bug in reader, invalid format, etc.) user is not unable to convert units to correct. I suggest to add a new field in time widget, so user can multiply time units of datasets by some number (e.g. convert days->hours)

PeterPetrik commented 4 years ago

this is fixed in QGIS 3.12 by https://github.com/qgis/QGIS/pull/33410