Skip to content

Commit

Permalink
CDL: add MD5 for 2021 data (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart authored Feb 21, 2022
1 parent 3bff2d5 commit 2246507
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions torchgeo/datasets/cdl.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ class CDL(RasterDataset):

url = "https://www.nass.usda.gov/Research_and_Science/Cropland/Release/datasets/{}_30m_cdls.zip" # noqa: E501
md5s = [
(2021, "27606eab08fe975aa138baad3e5dfcd8"),
(2020, "97b3b5fd62177c9ed857010bca146f36"),
(2019, "49d8052168c15c18f8b81ee21397b0bb"),
(2018, "c7a3061585131ef049bec8d06c6d521e"),
Expand Down

0 comments on commit 2246507

Please sign in to comment.