torchgeo/tests/datamodules
Nils Lehmann b9a09f5711
Add Digital typhoon dataset (#1748)
* analysis task dataset

* implement sequence sampling

* add outline datamodule

* add datamodule with two way splitting capabilities

* add plotting function

* download and verify

* add unit tests but they fail

* fix tests

* fix style

* trainer testing yaml

* test split logic

* fix tests

* fix tests2

* found bug

* try to fix mypy

* h5py error docs

* fix docs

* fix one mypy error

* mypy on test file

* fix coverage

* fix tests for trainers

* fix mypy

* try typed dict

* try to fix docs

* fix pytest

* linters

* suggested changes and normalization procedure

* regression target normalization

* update dataset splitting

* fix test

* quotes

* strings

* ruff

* quotes

* ruff format on all

* docs

* lazy import

* h5py

* h5py datamodule

* typo

* tests

* review

* pass tests

* fix tests

* list -> tuple

* mypy fix

* rename

* tests

* Remove Analysis

* min pandas 2.2.0

* resolve tests

---------

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2024-08-29 11:29:04 +02:00
..
__init__.py Move DataModules to torchgeo.datamodules (#321) 2021-12-23 20:10:50 -06:00
test_chesapeake.py Ruff: prefer single quotes over double quotes (#2001) 2024-05-03 19:30:14 +02:00
test_digital_typhoon.py Add Digital typhoon dataset (#1748) 2024-08-29 11:29:04 +02:00
test_fair1m.py Ruff: prefer single quotes over double quotes (#2001) 2024-05-03 19:30:14 +02:00
test_geo.py Rename bbox -> bounds (#2199) 2024-08-06 13:03:53 +02:00
test_levircd.py LEVIRCD: data module tests without download (#2231) 2024-08-17 15:01:40 +02:00
test_oscd.py Ruff: prefer single quotes over double quotes (#2001) 2024-05-03 19:30:14 +02:00
test_usavars.py Datasets: improve lazy import error msg for missing deps (#2054) 2024-05-15 18:03:54 +02:00
test_utils.py Ruff: prefer single quotes over double quotes (#2001) 2024-05-03 19:30:14 +02:00
test_xview.py Rename tests_xview2 to tests_xview (#2247) 2024-08-23 13:25:52 +02:00