I use #osgeo's #gdal #python bindings throughout my #django app, but hope to transition to #rasterio. I've read you really need to pick one or the other https://rasterio.readthedocs.io/en/stable/topics/switch.html because the underlying GDAL C lib objects get handled differently by each python lib. However, I'm hoping I could write and run some management commands/celery tasks that use rasterio while leaving the rest of the app to use osgeo.gdal for now. Anyone have experience with gotchyas in this environment?