Datasets:

Formats:
csv
Languages:
English
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
arjunrao2000 commited on
Commit
3448547
·
verified ·
1 Parent(s): c6016e9

Preliminary usage guidelines

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -106,4 +106,8 @@ This dataset card contains usage instructions and metadata for all data-products
106
  * Continental Europe Digital Elevation Model (DEM) resampled to 10 m GSD
107
  * **Notes:** Stacking the OSM raster boosts R² by 0.16 in the low-data regime (< 250 images); DEM is provided raw for flexibility.
108
 
 
 
 
 
109
  ---
 
106
  * Continental Europe Digital Elevation Model (DEM) resampled to 10 m GSD
107
  * **Notes:** Stacking the OSM raster boosts R² by 0.16 in the low-data regime (< 250 images); DEM is provided raw for flexibility.
108
 
109
+ ## Usage Instructions
110
+ * Download the `.h5.gz` files in `data/<source dataset name>`. Our source datasets include SustainBench, USAVars, and BigEarthNet2.0
111
+ * You may use pigz (https://linux.die.net/man/1/pigz) to decompress the archive. This is especially recommended for USAVars' train-split, which is 117 GB when uncompressed. This can be done with `pigz -d <.h5.gz>`
112
+ * Datasets with auxiliary geographic inputs can be read with H5PY.
113
  ---