Skip to content

Commit

Permalink
Add-data-UGA_2022_GEE
Browse files Browse the repository at this point in the history
  • Loading branch information
MsPixels committed May 29, 2024
1 parent 31fdcf9 commit c76bfeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ def load_labels(self) -> pd.DataFrame:
return df


class UgandaNorthCorLabels2022(LabeledDataset):
class UgandaNorthCorLabel2022(LabeledDataset):
def load_labels(self) -> pd.DataFrame:
raw_folder = raw_dir / "Uganda_North_2022_GEE_labels"
df = pd.read_csv(raw_folder / "UGA_2022_labels_from_GEE.csv")
Expand Down Expand Up @@ -1338,7 +1338,7 @@ def load_labels(self) -> pd.DataFrame:
Uganda_NorthCEO2022(),
Uganda_NorthCEO2021(),
UgandaNorthCEO2019(),
UgandaNorthCorLabels2022(),
UgandaNorthCorLabel2022(),
]

if __name__ == "__main__":
Expand Down

0 comments on commit c76bfeb

Please sign in to comment.