Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzmg88 authored Nov 15, 2022
1 parent 046ffe1 commit 7afb8ba
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,13 @@ source ./venv/bin/activate
pip install -r requirements.txt
```

## Dataset folder structure
## Dataset

Data is stored in `gs://fdl_misr/` public bucket. To download the data you can use `gsutil`.
Data is stored in `gs://fdl_misr/` public bucket. To download the data you can use `gsutil`.

This [notebook](./notebooks/explore_dataset_fdl_misr.ipynb) may help you explore the dataset. [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/ESA-PhiLab/RobustMFSRforEO/blob/main/notebooks/explore_dataset_fdl_misr.ipynb)

The dataset follows this folder structure:
```
gs://fdl_misr/
└── public
Expand Down

0 comments on commit 7afb8ba

Please sign in to comment.