Created
May 5, 2022 21:39
-
-
Save adamjstewart/3b664a1443555011b38724fe5b89613b to your computer and use it in GitHub Desktop.
Creating a CDL intersection dataset with TorchGeo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cdl = CDL(root="...", download=True, checksum=True) | |
dataset = landsat & cdl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment