This plugin aids exploring 4D geospatial data and links to the iMOD 3D viewer. It is part of a larger software suite, named iMOD Suite.
Primary components are:
- Timeseries visualization
- Cross-section visualization
- Connecting to the iMOD 3D viewer
- Reading .IPF files
- Connecting to the NHI Data portal
Mesh data can be used to store data with a time, z, y, and x dimension. Currently the z-dimension is only scarcely supported by MDAL. Therefore, for each vertical layer, we require a mesh dataset with the following variables:
{var}_layer_{nr}
top_layer_{nr}
bottom_layer_{nr}
To prepare your datasets for the iMOD QGIS plugin, we advice using this utility function in iMOD Python. If you'd like to prepare data yourself for the plugin, follow this example.. We expect to make this less specific in the future.