Baselight

Norway Meteorological Data

Meteorololgical data for Norway parsed with Frost API

@kaggle.annbengardt_noway_meteorological_data

Norwaymeteodatacompleted
@kaggle.annbengardt_noway_meteorological_data.norwaymeteodatacompleted

  • 1.83 MB
  • 237629 rows
  • 14 columns
unnamed_0

Unnamed: 0

sourceid

SourceId

latitude

Latitude

longtitude

Longtitude

max_air_temperature_p1d

Max(air Temperature P1D)

max_relative_humidity_p1d

Max(relative Humidity P1D)

max_wind_speed_p1d

Max(wind Speed P1D)

mean_air_temperature_p1d

Mean(air Temperature P1D)

mean_relative_humidity_p1d

Mean(relative Humidity P1D)

mean_wind_speed_p1d

Mean(wind Speed P1D)

sum_precipitation_amount_p1d

Sum(precipitation Amount P1D)

day

Day

month

Month

year

Year

SN10061.134912.50390.4112010
1SN113558.9911.5408112010
2SN115180050.100277777777814.2555555555556112010
3SN1526261.6748.3685112010
4SN153100045.473055555555628.0322222222222112010
5SN154700044.107222222222224.9786111111111112010
6SN157120041.5523.2666666666667112010
7SN1640062.01729.2143112010
8SN1816059.87310.79120.4112010
9SN1842059.94610.7903112010

CREATE TABLE norwaymeteodatacompleted (
  "unnamed_0" BIGINT,
  "sourceid" VARCHAR,
  "latitude" DOUBLE,
  "longtitude" DOUBLE,
  "max_air_temperature_p1d" DOUBLE,
  "max_relative_humidity_p1d" DOUBLE,
  "max_wind_speed_p1d" DOUBLE,
  "mean_air_temperature_p1d" DOUBLE,
  "mean_relative_humidity_p1d" DOUBLE,
  "mean_wind_speed_p1d" DOUBLE,
  "sum_precipitation_amount_p1d" DOUBLE,
  "day" BIGINT,
  "month" BIGINT,
  "year" BIGINT
);

Share link

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