Skip to content

Commit a8eceba

Browse files
authored
Merge pull request #270 from akrherz/iemre_20170101
✅ Add IEMRE test data for pydep
2 parents 0617a6d + 1ef5e07 commit a8eceba

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ iem__cf6data.sql | CF6 Data for DSM 2024 till 26 Jul
7676
iem__clidata.sql | CLI Data for DSM 2024 till 26 Jul
7777
iem__summary_iacoop_241022.sql | Iowa COOP summary data for 22 Oct 2024
7878
iem__summary2020.sql.gz | Ames, Des Moines summary data for 2020
79+
iemre__20170102.sql | IEMRE entry for 2 Jan 2017 for pydep
7980
isuag_daily.sql.gz | ISU Ag Climate station A130209 (Ames)
8081
isuag__hourly.sql | ISU Ag Climate station A130209 (Ames) 2,000 hourly
8182
isuag_sm_minute.sql.gz | ISU Soil Moisture minute data 21-25 July 2024

data/iemre__20170102.sql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
-- Test data used by pydep
2+
copy iemre_daily_2017(gid,valid,high_tmpk,low_tmpk,high_tmpk_12z,low_tmpk_12z,p01d,p01d_12z,rsds,snow_12z,snowd_12z,avg_dwpk,wind_speed,power_swdn,min_rh,max_rh,high_soil4t,low_soil4t)
3+
from stdin with delimiter ',';
4+
78320,2017-01-02,275.16,264.69,271.83,265.4,5.76,0,67.24,0,12.595751,267.755,2.9576063,6.370453,64.27875,94.78746,272,272
5+
\.

0 commit comments

Comments
 (0)