Adam J. Stewart

Results 216 issues of Adam J. Stewart

Thoughts on whether we should deprecate this or just remove it? It's been deprecated since 0.4, but also we've been using it continuously since then. We're moving towards a 1.0...

testing
transforms
dependencies

### Summary We should ensure all datasets have a plot method. ### Rationale This gives users a consistent API with which to plot and visualize data. ### Implementation The following...

datasets
good first issue

This looks like a wonderful library. Are there any plans to publish it on PyPI so that other software can add dependencies on it? We are considering using OpenSTL in...

This repo has known issues with Sphinx 6 and newer (https://github.com/pytorch/pytorch_sphinx_theme/issues/175). Sphinx 6.1 and older do not support Python 3.13, and Python 3.11-3.12 issue deprecation warnings (https://github.com/sphinx-doc/sphinx/issues/10440). Are there any...

Our docs currently timeout due to excessive build times: https://readthedocs.org/projects/lightning-uq-box/builds/26031654/ We need to reduce this somehow. Easiest way would be to avoid running the tutorials during the docs builds. We...

documentation

**Describe the bug** The following work fine: ``` pytest --cov=torchgeo.datasets tests/datasets/test_landcoverai.py coverage run --source=torchgeo.datasets -m pytest tests/datasets/test_landcoverai.py ``` The following raise an error, possibly due to an import reload: ```...

bug
exotic

### Description I'm trying to install geemap and its dependencies from source. However, the colour dependency in particular is causing issues. Colour (no updates in 8 yrs) depends on d2to1...

bug

Now that we are using geopandas, we can easily support any arbitrary shapely Polygon: #2382 ### Backwards-incompatible changes * roi_sampler no longer supports BoundingBox roi, use shapely Polygon instead ###...

documentation
datasets
testing
backwards-incompatible

Part of #2382 Needed for applications like MultiMiner where we have a collection of satellite/drone imagery inputs at different times covering the same year. @MUYang99 Closes #2571

datasets
testing

Now that we are using geopandas, we can easily support any arbitrary shapely Polygon: #2382 ### Backwards-incompatible changes * GeoSampler no longer supports BoundingBox roi, use shapely Polygon instead ###...

documentation
testing
samplers
datamodules
backwards-incompatible