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
The line import_module("gdal", "osgeo") fails even if from osgeo import gdal works...
Environment
Birdy version used, if any: 0.8.1
Python version, if any: 3.8.12
Operating System: Linux
Steps to Reproduce
Trying to convert geotiffs fails, even if rioxarray and rasterio are properly installed.
This is exercised in raven notebook 03 - Extract geographical watershed properties
Proposed change
I propose to relax the check_dependencies for rasterio and rioxarray while we diagnose why this fails.
The text was updated successfully, but these errors were encountered:
Description
The line
import_module("gdal", "osgeo")
fails even iffrom osgeo import gdal
works...Environment
Steps to Reproduce
Trying to convert geotiffs fails, even if rioxarray and rasterio are properly installed.
This is exercised in raven notebook
03 - Extract geographical watershed properties
Proposed change
I propose to relax the
check_dependencies
for rasterio and rioxarray while we diagnose why this fails.The text was updated successfully, but these errors were encountered: