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!
Remotely sensed geospatial data are critical for applications including precision agriculture, urban planning, disaster monitoring and response, and climate change research, among others. Deep ...
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 ...