Beach Weather Stations 🏖️🌊👓
Exploring Beach weather Stations
@kaggle.sanjanchaudhari_beach_weather_stations
Exploring Beach weather Stations
@kaggle.sanjanchaudhari_beach_weather_stations
CREATE TABLE beach_weather_stations_automated_sensors (
"station_name" VARCHAR,
"measurement_timestamp" VARCHAR,
"air_temperature" DOUBLE,
"wet_bulb_temperature" DOUBLE,
"humidity" BIGINT,
"rain_intensity" DOUBLE,
"interval_rain" DOUBLE,
"total_rain" DOUBLE,
"precipitation_type" DOUBLE,
"wind_direction" BIGINT,
"wind_speed" DOUBLE,
"maximum_wind_speed" DOUBLE,
"barometric_pressure" DOUBLE,
"solar_radiation" BIGINT,
"heading" DOUBLE,
"battery_life" DOUBLE,
"measurement_timestamp_label" VARCHAR,
"measurement_id" VARCHAR
);
Anyone who has the link will be able to view this.