Adam J. Stewart
Adam J. Stewart
Follow-up to #32616 with newer package metadata Alternative to #50238 without the custom shell scripts to maintain ### Pitch One of our goals for Spack 1.0 (or shortly thereafter) is...
**Is your feature request related to a problem? Please describe.** TorchGeo provides a number of model weights pre-trained on non-RGB imagery (e.g., Sentinel-2, 13 channels). Oftentimes, when dealing with time-series...
Resolves the following warnings in RtD CI: ``` /home/docs/checkouts/readthedocs.org/user_builds/rasterio/conda/3351/lib/python3.11/site-packages/rasterio/enums.py:docstring of rasterio.enums.Resampling.average:1: WARNING: duplicate object description of rasterio.enums.Resampling.average, other instance in api/rasterio.enums, use :no-index: for one of them /home/docs/checkouts/readthedocs.org/user_builds/rasterio/conda/3351/lib/python3.11/site-packages/rasterio/enums.py:docstring of rasterio.enums.Resampling.bilinear:1:...
Resolves the following warnings in RtD CI: ``` /home/docs/checkouts/readthedocs.org/user_builds/rasterio/conda/3350/lib/python3.11/site-packages/rasterio/coords.py:docstring of rasterio.coords.BoundingBox.bottom:1: WARNING: duplicate object description of rasterio.coords.BoundingBox.bottom, other instance in api/rasterio.coords, use :no-index: for one of them /home/docs/checkouts/readthedocs.org/user_builds/rasterio/conda/3350/lib/python3.11/site-packages/rasterio/coords.py:docstring of rasterio.coords.BoundingBox.left:1:...
I don't fully understand whether or not `rio options` is supposed to work, but there is no rst document for it, resulting in the following warning in RtD CI: ```...
I'm having trouble running the unit tests: ``` > pytest ImportError while loading conftest '/Users/Adam/Downloads/myria3d/tests/conftest.py'. tests/conftest.py:9: in from myria3d.pctl.dataset.toy_dataset import make_toy_dataset_from_test_file E ModuleNotFoundError: No module named 'myria3d.pctl' ``` Any idea...