Skip to content

Commit

Permalink
revert band alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsleh committed Nov 10, 2023
1 parent 0c08943 commit 0d6c517
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions docs/tutorials/transforms.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -201,16 +201,16 @@
" ]\n",
")\n",
"bands = {\n",
" \"B01\": \"Coastal Aerosol\",\n",
" \"B02\": \"Blue\",\n",
" \"B03\": \"Green\",\n",
" \"B04\": \"Red\",\n",
" \"B05\": \"Vegetation Red Edge 1\",\n",
" \"B06\": \"Vegetation Red Edge 2\",\n",
" \"B07\": \"Vegetation Red Edge 3\",\n",
" \"B08\": \"NIR 1\",\n",
" \"B1\": \"Coastal Aerosol\",\n",
" \"B2\": \"Blue\",\n",
" \"B3\": \"Green\",\n",
" \"B4\": \"Red\",\n",
" \"B5\": \"Vegetation Red Edge 1\",\n",
" \"B6\": \"Vegetation Red Edge 2\",\n",
" \"B7\": \"Vegetation Red Edge 3\",\n",
" \"B8\": \"NIR 1\",\n",
" \"B8A\": \"NIR 2\",\n",
" \"B09\": \"Water Vapour\",\n",
" \"B9\": \"Water Vapour\",\n",
" \"B10\": \"SWIR 1\",\n",
" \"B11\": \"SWIR 2\",\n",
" \"B12\": \"SWIR 3\",\n",
Expand Down
2 changes: 1 addition & 1 deletion torchgeo/datasets/eurosat.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class EuroSAT(NonGeoClassificationDataset):
"B06",
"B07",
"B08",
"B8A",
"B08A",
"B09",
"B10",
"B11",
Expand Down

0 comments on commit 0d6c517

Please sign in to comment.