python -X importtime -c "import torchgeo.datasets" takes 29 seconds for me. We may want to switch to a dynamic/lazy import pattern. Happy to implement this if we can agree on a pattern!
Since this doesn't occur in serial or on Linux, I'm guessing this has something to do with the fact that Python's multiprocessing module switched from fork to spawn as the default start method on ...