chrimerss commited on
Commit
ff777c0
·
verified ·
1 Parent(s): 97d778d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+ # FLASHCast Dataset
5
+
6
+ This repository contains the training, validation, and testing datasets for **FLASHCast**, an auto-regressive unit streamflow and flash flood prediction deep learning architecture.
7
+
8
+ ## Dataset Structure
9
+ * **`data/unitq/`**: Sparse numpy arrays representing sequential geographical streamflow over time.
10
+ * **`data/precip/`**: Matrix arrays recording precipitation and atmospheric forcings (MRMS/WoFS).
11
+ * **`data/static/`**: Static geographical mappings such as flow accumulation and ground elevation properties.
12
+
13
+ ## Origin Context
14
+ Processed via UNetDiffusion (`miles-credit` backbone) utilizing high-resolution continuous hydrological models covering the Continental US (CONUS).
15
+
16
+ _Total Size: ~151 GB_