FLO-2DSoftware / qgis-flo-2d-plugin

A plugin for pre-processing/post-processing FLO-2D models
7 stars 7 forks source link

Pandas library #1441

Closed rpachaly closed 3 months ago

rpachaly commented 3 months ago

Check the QGIS python distribution pandas library and make a try/except to avoid bugs when importing this library.

FLO-2DKaren commented 3 months ago

Since Pandas is kind of slow, you should look at the LiDAR interpolator code. I believe it uses a different method to build array data than Pandas.

rpachaly commented 3 months ago

Default QGIS libraries:

qt5: https://github.com/qgis/QGIS/blob/master/.docker/qgis3-qt5-build-deps.dockerfile

qt6: https://github.com/qgis/QGIS/blob/master/.docker/qgis3-qt6-build-deps.dockerfile

rpachaly commented 3 months ago

I converted the pandas data frame to a numpy array. And fixed another issue of adding a mesh layer with only the TIMDEP.OUT

Done and merged on https://github.com/FLO-2DSoftware/qgis-flo-2d-plugin/pull/1453

FLO-2DKaren commented 3 months ago

I'm closing this. I'll add my comments on the other related issue.