MDAL
MDAL copied to clipboard
Fix mesh file staying open in cf driver
After loading a netcdf file it stays open because the driver will keep it open after calling DriverCF::canReadMesh. fixes https://github.com/qgis/QGIS/issues/49215
maybe we should do the same when leaving MDAL::DriverCF::load()
?
Is this deprecated by https://github.com/lutraconsulting/MDAL/pull/424 and we can close it? or we merge this one? @vcloarec
Is this deprecated by #424 and we can close it? or we merge this one?
No this one is not deprecated, same issue but not the same origin. And here, maybe it is better to add a test like in #424.
Belgacem will not work on this one anymore, @vcloarec can you please finish it?