Skip to content

Commit

Permalink
CDL: add 2022 checksum (microsoft#1201)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart authored Mar 29, 2023
1 parent 3255614 commit a51fd1e
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 @@ -44,6 +44,7 @@ class CDL(RasterDataset):

url = "https://www.nass.usda.gov/Research_and_Science/Cropland/Release/datasets/{}_30m_cdls.zip" # noqa: E501
md5s = [
(2022, "754cf50670cdfee511937554785de3e6"),
(2021, "27606eab08fe975aa138baad3e5dfcd8"),
(2020, "483ee48c503aa81b684225179b402d42"),
(2019, "a5168a2fc93acbeaa93e24eee3d8c696"),
Expand Down

0 comments on commit a51fd1e

Please sign in to comment.