|
--- |
|
task_categories: |
|
- image-segmentation |
|
- image-classification |
|
- time-series-forecasting |
|
- object-detection |
|
- image-to-text |
|
- image-to-image |
|
language: |
|
- en |
|
tags: |
|
- timeseries |
|
- geospatial |
|
- wildfires |
|
pretty_name: >- |
|
EO4WildFires: An Earth Observation multi-sensor, time-series benchmark dataset |
|
for wildfire impact prediction |
|
size_categories: |
|
- 10K<n<100K |
|
license: cc-by-sa-4.0 |
|
--- |
|
|
|
|
|
#### Setup libaries |
|
|
|
``` |
|
pip3 install --upgrade numpy pandas geopandas rasterio rioxarray xarray netCDF4 h5netcdf |
|
``` |
|
|
|
#### Load dataset |
|
``` |
|
from datasets import load_dataset |
|
|
|
dataset = load_dataset('AUA-Informatics-Lab/eo4wildfires') |
|
``` |