Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

USAVars: implementing DataModule #441

Merged
merged 25 commits into from
Jun 27, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add to __init__
  • Loading branch information
iejMac authored and adamjstewart committed Jun 27, 2022
commit 4ffd51795e5667602e40987751d2714624ecf58a
2 changes: 2 additions & 0 deletions torchgeo/datamodules/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
from .sen12ms import SEN12MSDataModule
from .so2sat import So2SatDataModule
from .ucmerced import UCMercedDataModule
from .usavars import USAVarsDataModule
from .vaihingen import Vaihingen2DDataModule
from .xview import XView2DataModule

Expand All @@ -45,6 +46,7 @@
"So2SatDataModule",
"CycloneDataModule",
"UCMercedDataModule",
"USAVarsDataModule",
"Vaihingen2DDataModule",
"XView2DataModule",
)
Expand Down