Adam J. Stewart
Adam J. Stewart
When I use this theme to render my project documentation on Read the Docs, I see many errors related to missing fonts, and the font doesn't get rendered correctly:  to my project. Glossaries are simply syntactic sugar around definition lists, so I believe this affects definition lists in general. When I use a...
**Description:** I'm encountering a strange issue related to caching the Python installation. I'm using `actions/[email protected]` to install Python, then `actions/[email protected]` to cache the `env.pythonLocation` directory, similar to [this blog](https://blog.allenai.org/python-caching-in-github-actions-e9452698e98d). This...
We forgot to add support for DOFA and Swin ViT to `torch.hub`.
In TorchGeo, we use `__all__` to prevent "unused import" errors from ruff (formerly flake8). These are only needed in `__init__.py` files to support import aliasing. However, this has led to...
TorchGeo has a number of optional dependencies only needed by certain datasets. Until now, we've only ensured that all tests pass without these dependencies installed on release branches. However, this...
This PR adds an `azcopy` function to `torchgeo.datasets.utils` that makes it easier to download datasets from Azure Blob Storage (such as Source Cooperative). It's basically just a wrapper around `subprocess.run`,...
This repo could really use a systematic organizational structure and method of installing configuration files. For example, let's say I'm a new user of ANL LCRC (Bebop) and I want...