You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GDAL can be very painfull to install (especially on windows without conda...).
As mesh_crue10_run.py is the only script that depends on GDAL when a specific argument is provided, I suggest to remove GDAL from requierements.txt and raise an error if args.infile_dem is provided and GDAL is not available.
If this is OK, I can create a PR.
The text was updated successfully, but these errors were encountered:
Ok if you want, although it should also be a dependency of PyTelTools (for a single script also).
I would keep it in .github/workflows/pythonpackage.yml.
GDAL can be very painfull to install (especially on windows without conda...).
As
mesh_crue10_run.py
is the only script that depends on GDAL when a specific argument is provided, I suggest to remove GDAL from requierements.txt and raise an error if args.infile_dem is provided and GDAL is not available.If this is OK, I can create a PR.
The text was updated successfully, but these errors were encountered: