U.S. Local Climatological Data (LCD)
National Oceanic and Atmospheric Administration, Department of Commerce
@usgov.noaa_gov_u_s_local_climatological_data_lcd2
National Oceanic and Atmospheric Administration, Department of Commerce
@usgov.noaa_gov_u_s_local_climatological_data_lcd2
CREATE TABLE table_1 (
"station" VARCHAR,
"station_name" VARCHAR,
"elevation" DOUBLE,
"latitude" DOUBLE,
"longitude" DOUBLE,
"date" TIMESTAMP,
"reporttype" VARCHAR,
"hourlyskyconditions" VARCHAR,
"hourlyvisibility" DOUBLE,
"hourlypresentweathertype" VARCHAR,
"hourlydrybulbtemperaturef" DOUBLE,
"hourlydrybulbtemperaturec" DOUBLE,
"hourlywetbulbtemperaturef" DOUBLE,
"hourlywetbulbtemperaturec" DOUBLE,
"hourlydewpointtemperaturef" DOUBLE,
"hourlydewpointtemperaturec" DOUBLE,
"hourlyrelativehumidity" DOUBLE,
"hourlywindspeed" DOUBLE,
"hourlywinddirection" VARCHAR,
"hourlywindgustspeed" DOUBLE,
"hourlystationpressure" DOUBLE,
"hourlypressuretendency" DOUBLE,
"hourlypressurechange" DOUBLE,
"hourlysealevelpressure" VARCHAR,
"hourlyprecipitation" VARCHAR,
"hourlyaltimetersetting" DOUBLE,
"dailymaximumdrybulbtemperature" DOUBLE,
"dailyminimumdrybulbtemperature" DOUBLE,
"dailyaveragedrybulbtemperature" DOUBLE,
"dailydeparturefromnormalaveragetemperature" DOUBLE,
"dailyaveragerelativehumidity" DOUBLE,
"dailyaveragedewpointtemperature" VARCHAR,
"dailyaveragewetbulbtemperature" DOUBLE,
"dailyheatingdegreedays" DOUBLE,
"dailycoolingdegreedays" DOUBLE,
"dailysunrise" BIGINT,
"dailysunset" BIGINT,
"dailyprecipitation" VARCHAR,
"dailysnowfall" VARCHAR,
"dailysnowdepth" DOUBLE,
"dailyaveragestationpressure" DOUBLE,
"dailyaveragesealevelpressure" DOUBLE,
"dailyaveragewindspeed" DOUBLE,
"dailypeakwindspeed" DOUBLE,
"peakwinddirection" DOUBLE,
"dailysustainedwindspeed" DOUBLE,
"dailysustainedwinddirection" DOUBLE,
"monthlymaximumtemperature" VARCHAR,
"monthlyminimumtemperature" VARCHAR,
"monthlymeantemperature" VARCHAR,
"monthlyaveragerh" VARCHAR,
"monthlydewpointtemperature" VARCHAR,
"monthlywetbulb" VARCHAR,
"monthlyheatingdegreedays" VARCHAR,
"monthlycoolingdegreedays" VARCHAR,
"monthlystationpressure" VARCHAR,
"monthlysealevelpressure" VARCHAR,
"monthlyaveragewindspeed" VARCHAR,
"monthlytotalsnowfall" VARCHAR,
"monthlydeparturefromnormalmaximumtemperature" VARCHAR,
"monthlydeparturefromnormalminimumtemperature" VARCHAR,
"monthlydeparturefromnormalaveragetemperature" VARCHAR,
"monthlydeparturefromnormalprecipitation" VARCHAR,
"monthlytotalliquidprecipitation" VARCHAR,
"monthlygreatestprecip" VARCHAR,
"monthlygreatestprecipdate" VARCHAR,
"monthlygreatestsnowfall" VARCHAR,
"monthlygreatestsnowfalldate" VARCHAR,
"monthlygreatestsnowdepth" VARCHAR,
"monthlygreatestsnowdepthdate" VARCHAR,
"monthlydayswithgt90temp" VARCHAR,
"monthlydayswithlt32temp" VARCHAR,
"monthlydayswithgt32temp" VARCHAR,
"monthlydayswithlt0temp" VARCHAR,
"monthlydayswithgt001precip" VARCHAR,
"monthlydayswithgt010precip" VARCHAR,
"monthlymaxsealevelpressurevalue" VARCHAR,
"monthlymaxsealevelpressurevaluedate" VARCHAR,
"monthlymaxsealevelpressurevaluetime" VARCHAR,
"monthlyminsealevelpressurevalue" VARCHAR,
"monthlyminsealevelpressurevaluedate" VARCHAR,
"monthlyminsealevelpressurevaluetime" VARCHAR,
"monthlytotalheatingdegreedays" VARCHAR,
"monthlytotalcoolingdegreedays" VARCHAR,
"monthlydeparturefromnormalheatingdd" VARCHAR,
"monthlydeparturefromnormalcoolingdd" VARCHAR
);
Anyone who has the link will be able to view this.