Adam J. Stewart

Results 216 issues of Adam J. Stewart

This PR adds support for GeoDataset slicing, and is part of ongoing work to add time series support to TorchGeo: #2382. ### Before ```python ds[BoundingBox(xmin, xmax, ymin, ymax, tmin, tmax)]...

documentation
datasets
testing
samplers
datamodules
backwards-incompatible

### Issue We should add [Deepness](https://github.com/PUTvision/qgis-plugin-deepness) to our list of [related libraries](https://torchgeo.readthedocs.io/en/latest/user/alternatives.html). ### Fix @przemyslaw-aszkowski @bartoszptak would you like to open a PR? I think it would be good advertising...

documentation

### Summary Currently, `VectorDataset.__getitem__` returns only a raster `mask` designed for semantic segmentation. We should extend `VectorDataset` to support: ### raster output - [x] semantic segmentation mask - [ ]...

datasets
good first issue

By default, coverage only reports which lines were executed during unit testing. By enabling branch coverage, we can also see whether if-statements are tested for both True and False conditions....

testing
good first issue

### Issue [AiTLAS](https://github.com/biasvariancelabs/aitlas) seems to satisfy all of our requirements for inclusion in our list of [related libraries](https://torchgeo.readthedocs.io/en/latest/user/alternatives.html). However, it's unclear how active development is and whether or not there...

documentation

### Issue Not clear if Myria3D is still actively being developed, but if so, we should add it to our list of related libraries: https://torchgeo.readthedocs.io/en/latest/user/alternatives.html ### Fix @CharlesGaydon would you...

documentation

### Issue We should consider adding [TorchSpatial](https://github.com/seai-lab/TorchSpatial) to our list of related libraries: https://torchgeo.readthedocs.io/en/latest/user/alternatives.html ### Fix @neminwu @QianC95 would you be interested in opening a PR? I think this would...

documentation

This governance model is based on [MVG](https://github.com/github/MVG). This PR is for the TorchGeo Python library. There is a separate WIP repo for the TorchGeo Organization: https://github.com/adamjstewart/torchgeo-governance

documentation

### Summary Let's add a data loader for the Functional Map of the World (fMoW) dataset. ### Rationale I don't normally open issues for adding dataset XXX, but someone asks...

datasets

### Steps to reproduce First, hack some package to make sure that it fails to install. For example: ```diff diff --git a/var/spack/repos/builtin/packages/libsigsegv/package.py b/var/spack/repos/builtin/packages/libsigsegv/package.py index bee12e25b9..8c5425ebb6 100644 --- a/var/spack/repos/builtin/packages/libsigsegv/package.py +++ b/var/spack/repos/builtin/packages/libsigsegv/package.py...

bug
impact-low