Baselight

Beach Weather Stations 🏖️🌊👓

Exploring Beach weather Stations

@kaggle.sanjanchaudhari_beach_weather_stations

Beach Weather Stations Automated Sensors
@kaggle.sanjanchaudhari_beach_weather_stations.beach_weather_stations_automated_sensors

  • 3.67 MB
  • 156051 rows
  • 18 columns
station_name

Station Name

measurement_timestamp

Measurement Timestamp

air_temperature

Air Temperature

wet_bulb_temperature

Wet Bulb Temperature

humidity

Humidity

rain_intensity

Rain Intensity

interval_rain

Interval Rain

total_rain

Total Rain

precipitation_type

Precipitation Type

wind_direction

Wind Direction

wind_speed

Wind Speed

maximum_wind_speed

Maximum Wind Speed

barometric_pressure

Barometric Pressure

solar_radiation

Solar Radiation

heading

Heading

battery_life

Battery Life

measurement_timestamp_label

Measurement Timestamp Label

measurement_id

Measurement ID

63rd Street Weather Station09/27/2018 10:00:00 AM16.412.261260.32312.54.7996.348435611.909/27/2018 10:00 AM63rdStreetWeatherStation201809271000
63rd Street Weather Station09/27/2018 11:00:00 AM17.111.551260.32443.65.7995.446835611.909/27/2018 11:00 AM63rdStreetWeatherStation201809271100
63rd Street Weather Station09/27/2018 01:00:00 PM18.212.451260.32483.15.3994.837735511.909/27/2018 1:00 PM63rdStreetWeatherStation201809271300
Foster Weather Station09/27/2018 01:00:00 PM17.89392491.42.3993.615.109/27/2018 1:00 PMFosterWeatherStation201809271300
63rd Street Weather Station09/27/2018 03:00:00 PM19.51347260.32493.15.7992.946135511.909/27/2018 3:00 PM63rdStreetWeatherStation201809271500
Foster Weather Station09/27/2018 03:00:00 PM19.393720944.6991.91509/27/2018 3:00 PMFosterWeatherStation201809271500
63rd Street Weather Station09/27/2018 04:00:00 PM20.212.238260.32124.19.2992.341235511.909/27/2018 4:00 PM63rdStreetWeatherStation201809271600
Foster Weather Station09/27/2018 04:00:00 PM19.78331782.44.4991.515.109/27/2018 4:00 PMFosterWeatherStation201809271600
63rd Street Weather Station09/27/2018 05:00:00 PM20.412.438260.32122.76991.73735511.909/27/2018 5:00 PM63rdStreetWeatherStation201809271700
Foster Weather Station09/27/2018 05:00:00 PM20332002.53.1990.915.109/27/2018 5:00 PMFosterWeatherStation201809271700

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
);

Share link

Anyone who has the link will be able to view this.