Skip to content

Commit

Permalink
Add more checksums
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart committed Sep 5, 2024
1 parent 679cd78 commit 8df93ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions torchgeo/datasets/satlas.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,9 +507,9 @@ class SatlasPretrain(NonGeoDataset):
# TODO
md5s: ClassVar[dict[str, tuple[str, ...]]] = {
'landsat': ('foo',),
'naip': ('foo',),
'naip': ('523736842994861054f04b97c4d90bfb',),
'sentinel1': ('foo',),
'sentinel2': ('foo',),
'sentinel2': ('7e1c6a1e322807fb11df8c0c062545ca', '6636b8ecf2fff1d6723ecfef55a4876d'),
'static': ('4e38c2573bc78cf1f0d7267e432cb42c',),
'dynamic': ('4503ae687948e7d2cb7ade0083f77a8a',),
'metadata': ('6b9ac5a4f9a1ee88a271d28f12854607',),
Expand Down

0 comments on commit 8df93ec

Please sign in to comment.