=== Available parameters by each network === Available parameters differ depending on the station network and obtype. The information below should help when deciding what parameters to specify. 1. [#Minute Minute Data][[BR]] 2. [#Hourly Hourly Data][[BR]] 3. [#Daily Daily Data][[BR]] ---- [=#Minute] '''Instantaneous minute observations:''' (obtype='O') * ECONET * temp * temp10 * rh * rh10 * ws * ws02 * wd * wd02 * gust * precip * pres * sr * par * st * sm [=#Hourly] '''Instantaneous / calculated hourly observations:''' (obtype='H') * ECONET - Instantaneous * temp * temp10 * rh * rh10 * ws * ws02 * wd * wd02 * gust * precip * pres * sr * par * st * sm * ECONET - calculated: * tempmin * tempmax * tempavg * temp10min * temp10max * temp10avg * rhmin * rhmax * rhavg * rh10min * rh10max * rh10avg * wsavg * ws02avg * wdavg * wd02avg * gustavg * precip * presmin * presmax * presavg * srmin * srmax * sravg * parmin * parmax * paravg * stmin * stmax * stavg * smmin * smmax * smavg * heat_index * ASOS - Instantaneous * temp * tempmax6 * tempmin6 * tempmax24 * tempmin24 * rh * dew * ws * wd * gust * precip * precip6 * precip24 * slp * lev1 * lev2 * lev3 * vis * weather * obscur * altimeter * presch * pind * groundsnow * remarks * heat_index [=#Daily] '''Daily observations''' (obtype='D') * COOP * tempmax * tempmin * precip * snow * snowdepth * ECONET - calculated: * tempmin * tempmax * tempavg * temp10min * temp10max * temp10avg * rhmin * rhmax * rhavg * rh10min * rh10max * rh10avg * wsavg * ws02avg * wdavg * wd02avg * gustavg * precip * presmin * presmax * presavg * srmin * srmax * sravg * parmin * parmax * paravg * stmin * stmax * stavg * smmin * smmax * smavg * calc_et * ASOS - Calculated: * tempmin * tempmax * tempavg * rhmin * rhmax * rhavg * dewmin * dewmax * dewavg * wsmax * wsavg * wdavg * gustavg * precip * slpmin * slpmax * slpavg * vismin * vismax * visavg * altimetermin * altimetermax * altimeteravg * groundsnowmin * groundsnowmax * groundsnowavg * calc_et * ''Other networks coming soon'' Note: ''Daily data from minute and hourly reporting networks are calculated from respective hourly/minute observations. This includes ECONET,ASOS,AWOS,RAWS,USCRN data. Generally, the daily minimum, daily maximum, and daily average is available for each parameter. e.g. for daily ASOS temperature and pressure data, you could do something like this:'' !http://nc-climate.ncsu.edu/dynamic_scripts/cronos/getCRONOSdata.php?station=KRDU&obtype=D¶meter=tempmax,tempmin,tempavg,slpmax,slpmin,slpavg&start=2010-01-01&end=2010-01-05&hash= {{{ ## Parameter metadata... ## ob: observation date/time (EST) ## tempmax: Daily Max Temperature (C) ## tempmin: Daily Min Temperature (C) ## tempavg: Daily Avg Temperature (C) ## slpmax: Daily Max Sea Level Pressure (mb) ## slpmin: Daily Min Sea Level Pressure (mb) ## slpavg: Daily Avg Sea Level Pressure (mb) station|ob|tempmax|tempmin|tempavg|slpmax|slpmin|slpavg KRDU|2010-01-01|8.9|0|5.75|1015.6|1013.6|1014.71 KRDU|2010-01-02|0|-5.6|-2.78|1020.2|1015.3|1018.06 KRDU|2010-01-03|0|-7.8|-4.01|1019.7|1015.1|1017.40 KRDU|2010-01-04|2.2|-8.3|-2.99|1016.8|1013.4|1015.41 KRDU|2010-01-05|2.2|-8.3|-2.85|1016.8|1013.9|1015.39 }}}