Ziyeeee commited on
Commit
10d857a
·
verified ·
1 Parent(s): e7779a2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -8
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 - -C [your_dataset_dir]/
61
  ```
62
 
63
 
@@ -66,12 +66,11 @@ cat nexrad-[YYYY].tar.gz.* | tar -zxv - -C [your_dataset_dir]/
66
 
67
  ```
68
  @inproceedings{
69
- anonymous2024highdynamic,
70
- title={High-Dynamic Radar Sequence Prediction for Weather Nowcasting Using Spatiotemporal Coherent Gaussian Representation},
71
- author={Anonymous},
72
- booktitle={Submitted to The Thirteenth International Conference on Learning Representations},
73
- year={2024},
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
  ```