Datasets:
File size: 628 Bytes
2fbdd9f e580698 474719d e580698 474719d e580698 474719d e580698 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
---
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')
``` |