Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AgriFieldNet: fix list formatting #2112

Merged
merged 2 commits into from
Jul 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions torchgeo/datasets/agrifieldnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,20 +51,20 @@ class AgriFieldNet(RasterDataset):

Dataset classes:

0 - No-Data
1 - Wheat
2 - Mustard
3 - Lentil
4 - No Crop/Fallow
5 - Green pea
6 - Sugarcane
8 - Garlic
9 - Maize
13 - Gram
14 - Coriander
15 - Potato
16 - Berseem
36 - Rice
* 0. No-Data
* 1. Wheat
* 2. Mustard
* 3. Lentil
* 4. No Crop/Fallow
* 5. Green pea
* 6. Sugarcane
* 8. Garlic
* 9. Maize
* 13. Gram
* 14. Coriander
* 15. Potato
* 16. Berseem
* 36. Rice

If you use this dataset in your research, please cite the following dataset:

Expand Down
Loading