X-Git-Url: https://wylark.com/src/infoex-autowx.git/blobdiff_plain/51f9aa84d2877d488dbf8600323e95f1c1a0fec6..8d0720c2a12a120eaabbf87ad0364ddd212a46c8:/README.md?ds=sidebyside diff --git a/README.md b/README.md index eeb9e86..781057c 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,18 @@ InfoEx AutoWx (IEAW) ============= -This program fetches data from an NRCS SNOTEL site and pushes it into -the InfoEx system using the new automated weather system implementation. +This program fetches data from an NRCS SNOTEL or MesoWest station and +pushes it into the InfoEx system using the new automated weather system +implementation. License under the ISC license (see file: LICENSE). Disclaimer ---------- -Your usage of the NRCS and InfoEx systems is bound by their respective -terms and this software makes no attempt or claim to abide by any such -terms. +Your usage of the NRCS, MesoWest, and/or InfoEx systems is bound by +their respective terms and this software makes no attempt or claim to +abide by any such terms. Installation ------------ @@ -31,8 +32,8 @@ This program is designed to be run from the command line (or via cron(8)) and administered via a simple, concise configuration file. This design allows you to run a separate program instance for each NRCS -weather station from which you'd like to automate the importation of -data into your InfoEx subscriber account. +or MesoWest weather station from which you'd like to automate the +importation of data into your InfoEx subscriber account. To run ad-hoc (be sure to activate the virtual environment, as detailed in the Installation section): @@ -169,7 +170,7 @@ A complete example: `[station]` `type = mesowest` `token = # token id copied from MesoWest web account #` -`stid = OD110` +`station_id = OD110` `desired_data = air_temp,snow_depth` `units = english`