lutraconsulting / MDAL

Mesh Data Abstraction Library
http://www.mdal.xyz/
MIT License
160 stars 50 forks source link

Very slow rendering of a small GRIB file #18

Closed saberraz closed 6 years ago

saberraz commented 6 years ago

https://t.co/iamnxajML8

I am struggling to render this file. I think it is a problem with NODATA value.

PeterPetrik commented 6 years ago

Dataset has around 1 milion of cells.

I think the problem may simply be with the data flow in MDAL->QGIS (related to https://github.com/lutraconsulting/MDAL/issues/13), since now all the data is duplicated in the memory and we do not filter it by extent.

definitely slower than in Crayfish and worth of investigation.

PeterPetrik commented 6 years ago

closing, this is QGIS issue