We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4933b2b commit 1a7ab95Copy full SHA for 1a7ab95
torchgeo/datasets/chesapeake.py
@@ -338,7 +338,7 @@ class ChesapeakeCVPR(GeoDataset):
338
339
subdatasets = ('base', 'prior_extension')
340
urls: ClassVar[dict[str, str]] = {
341
- 'base': 'https://lilablobssc.blob.core.windows.net/lcmcvpr2019/cvpr_chesapeake_landcover.zip',
+ 'base': 'https://lilawildlife.blob.core.windows.net/lila-wildlife/lcmcvpr2019/cvpr_chesapeake_landcover.zip',
342
'prior_extension': 'https://zenodo.org/records/5866525/files/cvpr_chesapeake_landcover_prior_extension.zip?download=1',
343
}
344
filenames: ClassVar[dict[str, str]] = {
0 commit comments