Datasets:
License:
Update README.md
Browse files
README.md
CHANGED
@@ -57,7 +57,7 @@ The dataset provides high-resolution insights into storm dynamics with high temp
|
|
57 |
#### Download and extract
|
58 |
|
59 |
```
|
60 |
-
cat nexrad-[YYYY].tar.gz.* | tar -zxv -
|
61 |
```
|
62 |
|
63 |
|
@@ -66,12 +66,11 @@ cat nexrad-[YYYY].tar.gz.* | tar -zxv - -C [your_dataset_dir]/
|
|
66 |
|
67 |
```
|
68 |
@inproceedings{
|
69 |
-
|
70 |
-
title={High-Dynamic Radar Sequence Prediction for Weather Nowcasting Using Spatiotemporal Coherent Gaussian Representation},
|
71 |
-
author={
|
72 |
-
booktitle={
|
73 |
-
year={
|
74 |
-
url={https://openreview.net/forum?id=Cjz9Xhm7sI}
|
75 |
-
note={under review}
|
76 |
}
|
77 |
```
|
|
|
57 |
#### Download and extract
|
58 |
|
59 |
```
|
60 |
+
cat nexrad-[YYYY].tar.gz.* | tar -zxv -C [your_dataset_dir]/
|
61 |
```
|
62 |
|
63 |
|
|
|
66 |
|
67 |
```
|
68 |
@inproceedings{
|
69 |
+
wang2025highdynamic,
|
70 |
+
title={High-Dynamic Radar Sequence Prediction for Weather Nowcasting Using Spatiotemporal Coherent Gaussian Representation},
|
71 |
+
author={Ziye Wang and Yiran Qin and Lin Zeng and Ruimao Zhang},
|
72 |
+
booktitle={The Thirteenth International Conference on Learning Representations},
|
73 |
+
year={2025},
|
74 |
+
url={https://openreview.net/forum?id=Cjz9Xhm7sI}
|
|
|
75 |
}
|
76 |
```
|