Create metadata.json
Browse files- metadata.json +76 -0
metadata.json
ADDED
|
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset_info": {
|
| 3 |
+
"features": [
|
| 4 |
+
{"name": "date", "unit": "-", "dtype": "string", "description": "Date of the observation."},
|
| 5 |
+
{"name": "lat", "unit": "Degrees", "dtype": "float64", "description": "Latitude of the observation location."},
|
| 6 |
+
{"name": "lon", "unit": "Degrees", "dtype": "float64", "description": "Longitude of the observation location."},
|
| 7 |
+
{"name": "SWE", "unit": "Inches", "dtype": "float64", "description": "Snow water equivalent at the observation point."},
|
| 8 |
+
{"name": "SWE_1", "unit": "Inches", "dtype": "float64", "description": "SWE value from one day before."},
|
| 9 |
+
{"name": "air_temperature_tmmn_1", "unit": "Fahrenheit", "dtype": "float64", "description": "Minimum air temperature from one day before."},
|
| 10 |
+
{"name": "potential_evapotranspiration_1", "unit": "Inches/day", "dtype": "float64", "description": "Potential evapotranspiration from one day before."},
|
| 11 |
+
{"name": "mean_vapor_pressure_deficit_1", "unit": "kPa", "dtype": "float64", "description": "Mean vapor pressure deficit from one day before."},
|
| 12 |
+
{"name": "relative_humidity_rmax_1", "unit": "Percentage", "dtype": "float64", "description": "Maximum relative humidity from one day before."},
|
| 13 |
+
{"name": "relative_humidity_rmin_1", "unit": "Percentage", "dtype": "float64", "description": "Minimum relative humidity from one day before."},
|
| 14 |
+
{"name": "precipitation_amount_1", "unit": "Inches", "dtype": "float64", "description": "Precipitation amount from one day before."},
|
| 15 |
+
{"name": "air_temperature_tmmx_1", "unit": "Fahrenheit", "dtype": "float64", "description": "Maximum air temperature from one day before."},
|
| 16 |
+
{"name": "wind_speed_1", "unit": "m/s", "dtype": "float64", "description": "Wind speed from one day before."},
|
| 17 |
+
{"name": "fsca_1", "unit": "Percentage", "dtype": "float64", "description": "Fractional snow-covered area from one day before.", "source": "MODIS fSCA"},
|
| 18 |
+
{"name": "SWE_2", "unit": "Inches", "dtype": "float64", "description": "SWE value from two days before."},
|
| 19 |
+
{"name": "air_temperature_tmmn_2", "unit": "Fahrenheit", "dtype": "float64", "description": "Minimum air temperature from two days before."},
|
| 20 |
+
{"name": "potential_evapotranspiration_2", "unit": "Inches/day", "dtype": "float64", "description": "Potential evapotranspiration from two days before."},
|
| 21 |
+
{"name": "mean_vapor_pressure_deficit_2", "unit": "kPa", "dtype": "float64", "description": "Mean vapor pressure deficit from two days before."},
|
| 22 |
+
{"name": "relative_humidity_rmax_2", "unit": "Percentage", "dtype": "float64", "description": "Maximum relative humidity from two days before."},
|
| 23 |
+
{"name": "relative_humidity_rmin_2", "unit": "Percentage", "dtype": "float64", "description": "Minimum relative humidity from two days before."},
|
| 24 |
+
{"name": "precipitation_amount_2", "unit": "Inches", "dtype": "float64", "description": "Precipitation amount from two days before."},
|
| 25 |
+
{"name": "air_temperature_tmmx_2", "unit": "Fahrenheit", "dtype": "float64", "description": "Maximum air temperature from two days before."},
|
| 26 |
+
{"name": "wind_speed_2", "unit": "m/s", "dtype": "float64", "description": "Wind speed from two days before."},
|
| 27 |
+
{"name": "fsca_2", "unit": "Percentage", "dtype": "float64", "description": "Fractional snow-covered area from two days before.", "source": "MODIS fSCA"},
|
| 28 |
+
{"name": "cumulative_SWE", "unit": "Inches", "dtype": "float64", "description": "Cumulative SWE over a specific time period starting from October 1.", "source": "SNOTEL"},
|
| 29 |
+
{"name": "cumulative_air_temperature_tmmn", "unit": "Fahrenheit", "dtype": "float64", "description": "Cumulative minimum air temperature over a specific time period starting from October 1."},
|
| 30 |
+
{"name": "cumulative_potential_evapotranspiration", "unit": "Inches/day", "dtype": "float64", "description": "Cumulative potential evapotranspiration starting from October 1."},
|
| 31 |
+
{"name": "cumulative_mean_vapor_pressure_deficit", "unit": "kPa", "dtype": "float64", "description": "Cumulative mean vapor pressure deficit starting from October 1."},
|
| 32 |
+
{"name": "cumulative_relative_humidity_rmax", "unit": "Percentage", "dtype": "float64", "description": "Cumulative maximum relative humidity starting from October 1."},
|
| 33 |
+
{"name": "cumulative_relative_humidity_rmin", "unit": "Percentage", "dtype": "float64", "description": "Cumulative minimum relative humidity starting from October 1."},
|
| 34 |
+
{"name": "cumulative_precipitation_amount", "unit": "Inches", "dtype": "float64", "description": "Cumulative precipitation amount starting from October 1."},
|
| 35 |
+
{"name": "cumulative_air_temperature_tmmx", "unit": "Fahrenheit", "dtype": "float64", "description": "Cumulative maximum air temperature starting from October 1."},
|
| 36 |
+
{"name": "cumulative_wind_speed", "unit": "m/s", "dtype": "float64", "description": "Cumulative wind speed starting from October 1."},
|
| 37 |
+
{"name": "cumulative_fsca", "unit": "Percentage", "dtype": "float64", "description": "Cumulative fractional snow-covered area starting from October 1.", "source": "MODIS fSCA"},
|
| 38 |
+
{"name": "station_name", "unit": "-", "dtype": "string", "description": "Name of the observation station.", "source": "SNOTEL"},
|
| 39 |
+
{"name": "swe_value", "unit": "Inches", "dtype": "float64", "description": "Measured value of SWE.", "source": "SNOTEL"},
|
| 40 |
+
{"name": "change_in_swe_inch", "unit": "Inches", "dtype": "float64", "description": "Change in SWE in inches.", "source": "SNOTEL"},
|
| 41 |
+
{"name": "snow_depth", "unit": "Inches", "dtype": "float64", "description": "Depth of the snow at the observation site.", "source": "SNOTEL"},
|
| 42 |
+
{"name": "air_temperature_observed_f", "unit": "Fahrenheit", "dtype": "float64", "description": "Observed air temperature.", "source": "SNOTEL"},
|
| 43 |
+
{"name": "precipitation_amount", "unit": "Inches", "dtype": "float64", "description": "Amount of precipitation recorded.", "source": "SNOTEL"},
|
| 44 |
+
{"name": "relative_humidity_rmin", "unit": "Percentage", "dtype": "float64", "description": "Minimum relative humidity recorded.", "source": "GridMET"},
|
| 45 |
+
{"name": "potential_evapotranspiration", "unit": "Inches/day", "dtype": "float64", "description": "Potential rate of evaporation and transpiration.", "source": "GridMET"},
|
| 46 |
+
{"name": "air_temperature_tmmx", "unit": "Fahrenheit", "dtype": "float64", "description": "Maximum air temperature recorded.", "source": "GridMET"},
|
| 47 |
+
{"name": "relative_humidity_rmax", "unit": "Percentage", "dtype": "float64", "description": "Maximum relative humidity recorded.", "source": "GridMET"},
|
| 48 |
+
{"name": "mean_vapor_pressure_deficit", "unit": "kPa", "dtype": "float64", "description": "Mean vapor pressure deficit.", "source": "GridMET"},
|
| 49 |
+
{"name": "air_temperature_tmmn", "unit": "Fahrenheit", "dtype": "float64", "description": "Minimum air temperature recorded.", "source": "GridMET"},
|
| 50 |
+
{"name": "wind_speed", "unit": "m/s", "dtype": "float64", "description": "Wind speed at the observation location.", "source": "GridMET"},
|
| 51 |
+
{"name": "Elevation", "unit": "Meters", "dtype": "float64", "description": "Elevation of the observation site.", "source": "USGS SRTM"},
|
| 52 |
+
{"name": "Aspect", "unit": "Degrees", "dtype": "float64", "description": "Compass direction the slope faces.", "source": "USGS SRTM"},
|
| 53 |
+
{"name": "Curvature", "unit": "-", "dtype": "float64", "description": "Terrain curvature at the observation site.", "source": "USGS SRTM"},
|
| 54 |
+
{"name": "Northness", "unit": "-", "dtype": "float64", "description": "Degree of orientation towards the north.", "source": "USGS SRTM"},
|
| 55 |
+
{"name": "Eastness", "unit": "-", "dtype": "float64", "description": "Degree of orientation towards the east.", "source": "USGS SRTM"}
|
| 56 |
+
],
|
| 57 |
+
"splits": [
|
| 58 |
+
{"name": "train", "num_bytes": 4187593113.6, "num_examples": 1000000}
|
| 59 |
+
],
|
| 60 |
+
"download_size": 4187593113.6,
|
| 61 |
+
"dataset_size": 4187593113.6
|
| 62 |
+
},
|
| 63 |
+
"configs": [
|
| 64 |
+
{
|
| 65 |
+
"config_name": "default",
|
| 66 |
+
"data_files": [
|
| 67 |
+
{"split": "train", "path": "training.csv"}
|
| 68 |
+
]
|
| 69 |
+
}
|
| 70 |
+
],
|
| 71 |
+
"license": "cc-by-4.0",
|
| 72 |
+
"task_categories": ["climate-analysis", "hydrology"],
|
| 73 |
+
"language": ["en"],
|
| 74 |
+
"tags": ["snow", "water", "equivalent", "climate", "hydrology"],
|
| 75 |
+
"pretty_name": "Snow Water Equivalent Forecasting Training Data"
|
| 76 |
+
}
|