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

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

h5py in flo2d.py #1353

Closed FLO-2DKaren closed 1 month ago

FLO-2DKaren commented 1 month ago

We need to add an conditional statement to h5py import in flopro.py because users won't need that until next year and they can keep using the stand alone installer if they are using the dat export method.

rpachaly commented 1 month ago

I'm going to comment that out.

rpachaly commented 1 month ago

Now I got it. I'll do the conditional statement.

rpachaly commented 1 month ago

The h5py is imported in the code this way:

try:
    import h5py
except ImportError:
    pass

I don't think this will be a problem.

FLO-2DKaren commented 1 month ago

We already know this works because we did the same thing on the rain editor. Closing without testing since I don't have a computer left that doesn't have the network installer.