Upload 4 files
Browse filesUploading aviation turbulence data for 2021-2022.
.gitattributes
CHANGED
@@ -53,3 +53,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
56 |
+
aviation_turbulence/training_data_high_fl.nc filter=lfs diff=lfs merge=lfs -text
|
57 |
+
aviation_turbulence/training_data_low_fl.nc filter=lfs diff=lfs merge=lfs -text
|
58 |
+
aviation_turbulence/training_data_med_fl.nc filter=lfs diff=lfs merge=lfs -text
|
aviation_turbulence/README.turbulence.txt
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
This dataset contains predictors and labels for the years 2021-2022
|
2 |
+
for aviation turbulence prediction.
|
3 |
+
|
4 |
+
Each file is a netCDF that contains the following variables:
|
5 |
+
|
6 |
+
- TURBULENCE (1 = turbulence present)
|
7 |
+
- T (MERRA 2 temperature profile)
|
8 |
+
- U (MERRA 2 zonal wind profile)
|
9 |
+
- V (MERRA 2 meridional wind profile)
|
10 |
+
- OMEGA (MERRA 2 vertical motion profile)
|
11 |
+
- RH (MERRA 2 relative humidity profile)
|
12 |
+
- H (MERRA 2 geopotential height)
|
13 |
+
- PHIS (MERRA 2 topography)
|
14 |
+
- PL (MERRA 2 pressure levels)
|
15 |
+
|
16 |
+
Files are divided in LOW, MEDIUM, and HIGH altitudes corresponding to:
|
17 |
+
Height, Number of Data Points, Number of Turbulence Instances
|
18 |
+
0-14,900 feet; 371,473; 38,520
|
19 |
+
15,000-29,900 feet; 158687; 13,553
|
20 |
+
30,000 feet or greater; 243,388; 22,563
|
aviation_turbulence/training_data_high_fl.nc
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3dad9b58d2447a3cec2d777f03689971b59ba89569372af5182889a573d68f8f
|
3 |
+
size 233666211
|
aviation_turbulence/training_data_low_fl.nc
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:08d4c21b5b4f41b45c9bcef447ba96d2350beff11de3e554bf21697f873d2818
|
3 |
+
size 356627811
|
aviation_turbulence/training_data_med_fl.nc
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:84802111d9610c865915c202eb07ba3c555aa1c1c53f30108d2493c4f9dbe44f
|
3 |
+
size 152353251
|