Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add capacity to use AORC forcings via netcdf #16

Draft
wants to merge 13 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
fix import of gdal
  • Loading branch information
GreyREvenson committed May 3, 2024
commit f4d6528dc59266a527cec7a49a3c0136fb891910
2 changes: 1 addition & 1 deletion topoflow/utils/import_grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#
#-------------------------------------------------------------------

import gdal, osr ## ogr
from osgeo import gdal, osr ## ogr
import os.path
import numpy as np

Expand Down