Dataset Card for EuroSat
How to Use
from datasets import load_dataset
train_data = load_dataset("Honaker/eurosat_dataset", split="train")
EuroSat is an image classification dataset with 10 different classes on satellite imagery. There is over 27,000 labeled images.
The dataset is structured as follows:
DatasetDict({
train: Dataset({… See the full description on the dataset page:
https://huggingface.co/datasets/Honaker/eurosat_dataset.