Conditional imports
Rover processing, especially when using online data, requires a lot of complex modules such as GDAL and other geo-related packages. An important use-case for Corny is importing the packages to simply process stationary data. In this case all the fancy packages are not necessary and should not be loaded (or even installed).
Can we change the import behaviour in the package structure such that fancy packages are only loaded when they are needed?