Data And Code For Analysis Presented In NIST TN 2137: Quantifying Operational Resilience Benefits Of The Smart Grid
National Institute of Standards and Technology
@usgov.national_institute_of_standard_data_and_code_for_analy_e0cc8196
National Institute of Standards and Technology
@usgov.national_institute_of_standard_data_and_code_for_analy_e0cc8196
This MIDAS object contains all the data inputs and code necessary to replicate the findings presented in NIST TN2137 using the statistical software Stata.
Organization: National Institute of Standards and Technology
Last updated: 2022-06-22T02:05:29.395095
Tags: hurricane-irma, interoperability, resilience, smart-grid
CREATE TABLE table_1 (
"station" VARCHAR,
"station_name" VARCHAR,
"elevation" DOUBLE,
"latitude" DOUBLE,
"longitude" DOUBLE,
"date" VARCHAR,
"reporttpye" VARCHAR,
"hourlyskyconditions" VARCHAR,
"hourlyvisibility" VARCHAR,
"hourlyprsentweathertype" VARCHAR,
"hourlydrybulbtempf" VARCHAR,
"hourlydrybulbtempc" VARCHAR,
"hourlywetbulbtempf" VARCHAR,
"hourlywetbulbtempc" VARCHAR,
"hourlydewpointtempf" VARCHAR,
"hourlydewpointtempc" VARCHAR,
"hourlyrelativehumidity" VARCHAR,
"hourlywindspeed" VARCHAR,
"hourlywinddirection" VARCHAR,
"hourlywindgustspeed" VARCHAR,
"hourlystationpressure" VARCHAR,
"hourlypressuretendency" DOUBLE,
"hourlypressurechange" DOUBLE,
"hourlysealevelpressure" VARCHAR,
"hourlyprecip" VARCHAR,
"hourlyaltimetersetting" VARCHAR,
"dailymaximumdrybulbtemp" VARCHAR,
"dailyminimumdrybulbtemp" VARCHAR,
"dailyaveragedrybulbtemp" VARCHAR,
"dailydeptfromnormalaveragetemp" VARCHAR,
"dailyaveragerelativehumidity" DOUBLE,
"dailyaveragedewpointtemp" DOUBLE,
"dailyaveragewetbulbtemp" DOUBLE,
"dailyheatingdegreedays" VARCHAR,
"dailycoolingdegreedays" VARCHAR,
"dailysunrise" BIGINT,
"dailysunset" BIGINT,
"dailyweather" VARCHAR,
"dailyprecip" VARCHAR,
"dailysnowfall" DOUBLE,
"dailysnowdepth" DOUBLE,
"dailyaveragestationpressure" DOUBLE,
"dailyaveragesealevelpressure" DOUBLE,
"dailyaveragewindspeed" DOUBLE,
"dailypeakwindspeed" VARCHAR,
"peakwinddirection" VARCHAR,
"dailysustainedwindspeed" VARCHAR,
"dailysustainedwinddirection" VARCHAR,
"monthlymaximumtemp" DOUBLE,
"monthlyminimumtemp" VARCHAR,
"monthlymeantemp" DOUBLE,
"monthlyaveragerh" VARCHAR,
"monthlydewpointtemp" VARCHAR,
"monthlywetbulbtemp" VARCHAR,
"monthlyavgheatingdegreedays" VARCHAR,
"monthlyavgcoolingdegreedays" VARCHAR,
"monthlystationpressure" DOUBLE,
"monthlysealevelpressure" DOUBLE,
"monthlyaveragewindspeed" VARCHAR,
"monthlytotalsnowfall" VARCHAR,
"monthlydeptfromnormalmaximumtemp" DOUBLE,
"monthlydeptfromnormalminimumtemp" VARCHAR,
"monthlydeptfromnormalaveragetemp" DOUBLE,
"monthlydeptfromnormalprecip" VARCHAR,
"monthlytotalliquidprecip" VARCHAR,
"monthlygreatestprecip" VARCHAR,
"monthlygreatestprecipdate" VARCHAR,
"monthlygreatestsnowfall" DOUBLE,
"monthlygreatestsnowfalldate" VARCHAR,
"monthlygreatestsnowdepth" DOUBLE,
"monthlygreatestsnowdepthdate" VARCHAR,
"monthlydayswithgt90temp" VARCHAR,
"monthlydayswithlt32temp" VARCHAR,
"monthlydayswithgt32temp" DOUBLE,
"monthlydayswithlt0temp" DOUBLE,
"monthlydayswithgt001precip" VARCHAR,
"monthlydayswithgt010precip" VARCHAR,
"monthlydayswithgt1snow" VARCHAR,
"monthlymaxsealevelpressurevalue" VARCHAR,
"monthlymaxsealevelpressuredate" BIGINT,
"monthlymaxsealevelpressuretime" BIGINT,
"monthlyminsealevelpressurevalue" VARCHAR,
"monthlyminsealevelpressuredate" BIGINT,
"monthlyminsealevelpressuretime" BIGINT,
"monthlytotalheatingdegreedays" DOUBLE,
"monthlytotalcoolingdegreedays" VARCHAR,
"monthlydeptfromnormalheatingdd" DOUBLE,
"monthlydeptfromnormalcoolingdd" VARCHAR,
"monthlytotalseasontodateheatingdd" VARCHAR,
"monthlytotalseasontodatecoolingdd" VARCHAR
);Anyone who has the link will be able to view this.