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

Show Absolute Time when viewing an Mesh in QGIS #28551

Closed qgib closed 5 years ago

qgib commented 5 years ago

Author Name: Richard Duivenvoorde (@rduivenvoorde) Original Redmine Issue: 20731

Redmine category:mesh_layers Assignee: Peter Petrik


IN QGIS 2.18 when using the Crayfish plugin and loading a netcdf (which defines it time relative to some offset point) there is an option to display the "Absolute Time". (in contrast to "Relative Time") see screenshot.

In QGIS 3 there is only the relative time.

It would be nice to have the Crayfish option also in QGIS3.

Note for others: in netcdf for example you define your timeslices as "Years from 1 jan 2010" for example. You then see 1,2,3,4 for data 2011-2014.


qgib commented 5 years ago

Author Name: Peter Petrik (@PeterPetrik)


qgib commented 5 years ago

Author Name: Peter Petrik (@PeterPetrik)


qgib commented 5 years ago

Author Name: Peter Petrik (@PeterPetrik)


fixed on QGIS 3.7 master in https://github.com/qgis/QGIS/pull/9452


qgib commented 5 years ago

Author Name: Peter Petrik (@PeterPetrik)


qgib commented 5 years ago

Author Name: Peter Petrik (@PeterPetrik)


note that fully support of reference time is blocked by upstream MDAL issue https://github.com/lutraconsulting/MDAL/issues/100

pcav commented 5 years ago

Thanks for the improvement. A couple of further improvements:

gioman commented 5 years ago

Thanks for the improvement. A couple of further improvements:

please file a separate ticket.