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 classes in dem.py use clunky custom BaseSpatialGrid and GeoRefInfo classes for compatibility with an older codebase. They should be updated to read/write files via rasterio.open and use the resulting crs, transform, and profiles instead.