Datasets:
ArXiv:
License:
added citation
Browse files
README.md
CHANGED
@@ -53,8 +53,8 @@ Here are the descriptions of the 31 weather variables with their units:
|
|
53 |
| Aerosol Optical Depth 55 | AOD_55 | 0 to 1 |
|
54 |
| Reference evapotranspiration | ET0 | mm/day |
|
55 |
| Reference evapotranspiration | ET0 | mm/day |
|
56 |
-
| Vapor Pressure | VAP |
|
57 |
-
| Vapor Pressure Deficit | VAD |
|
58 |
|
59 |
### Grid coordinates for the regions
|
60 |
|
@@ -229,14 +229,20 @@ The `raw` data is in the JSON format and unprocessed. The `csvs` and the `pytorc
|
|
229 |
- Data was pivoted. So each measurement has x columns where x is either 365, 52, or 12.
|
230 |
- `pytorch` data was standardized using the mean and std of the weather over the continental United States.
|
231 |
|
232 |
-
## Citation
|
233 |
|
234 |
<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
|
235 |
|
236 |
**BibTeX:**
|
237 |
|
238 |
-
|
239 |
-
|
240 |
-
|
241 |
-
|
242 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
| Aerosol Optical Depth 55 | AOD_55 | 0 to 1 |
|
54 |
| Reference evapotranspiration | ET0 | mm/day |
|
55 |
| Reference evapotranspiration | ET0 | mm/day |
|
56 |
+
| Vapor Pressure | VAP | kPa |
|
57 |
+
| Vapor Pressure Deficit | VAD | kPa |
|
58 |
|
59 |
### Grid coordinates for the regions
|
60 |
|
|
|
229 |
- Data was pivoted. So each measurement has x columns where x is either 365, 52, or 12.
|
230 |
- `pytorch` data was standardized using the mean and std of the weather over the continental United States.
|
231 |
|
232 |
+
## Citation
|
233 |
|
234 |
<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
|
235 |
|
236 |
**BibTeX:**
|
237 |
|
238 |
+
```
|
239 |
+
@misc{hasan2024weatherformerpretrainedencodermodel,
|
240 |
+
title={WeatherFormer: A Pretrained Encoder Model for Learning Robust Weather Representations from Small Datasets},
|
241 |
+
author={Adib Hasan and Mardavij Roozbehani and Munther Dahleh},
|
242 |
+
year={2024},
|
243 |
+
eprint={2405.17455},
|
244 |
+
archivePrefix={arXiv},
|
245 |
+
primaryClass={cs.CV},
|
246 |
+
url={https://arxiv.org/abs/2405.17455},
|
247 |
+
}
|
248 |
+
```
|