DarthReca commited on
Commit
c085dd4
·
verified ·
1 Parent(s): e57f493

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -3
README.md CHANGED
@@ -41,9 +41,13 @@ There is no ground truth. We directly work with Modified Normalized Difference W
41
  <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
42
  To load the dataset with TorchGeo, please refer to the [repository](https://github.com/DarthReca/hydro-chronos).
43
 
44
- All climate data are contained in *climate.h5* with the following structure:
45
- ```bash
46
- ```
 
 
 
 
47
  The data for the two satellites and DEM are contained in the respective folders.
48
  For portability, the whole dataset is divided into parts. You can easily iterate over the whole dataset using the *_main.h5* files,
49
  since they contain the [external links](https://docs.h5py.org/en/stable/high/group.html#external-links) to the correct file
 
41
  <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
42
  To load the dataset with TorchGeo, please refer to the [repository](https://github.com/DarthReca/hydro-chronos).
43
 
44
+ All climate data are contained in *climate.h5*. Each identifier contains the following data:
45
+
46
+ | Key | Shape | Data Type | Description |
47
+ | :-------- | :--------- | :-------- | :------------------------------------ |
48
+ | `climate` | `(14, T)` | `int16` | Contains the 14 TerraClimate variables. |
49
+ | `time` | `(T)` | `uint32` | The timestamp for each time step. |
50
+
51
  The data for the two satellites and DEM are contained in the respective folders.
52
  For portability, the whole dataset is divided into parts. You can easily iterate over the whole dataset using the *_main.h5* files,
53
  since they contain the [external links](https://docs.h5py.org/en/stable/high/group.html#external-links) to the correct file