X-Git-Url: https://wylark.com/src/infoex-autowx.git/blobdiff_plain/8be95536e1c559c145a33062d1659004af9f5338..8048b2995f83e3a148fcd86e60801927b87b4a65:/README.md diff --git a/README.md b/README.md index 7c710d5..8bbe60e 100644 --- a/README.md +++ b/README.md @@ -78,11 +78,12 @@ weather station FTP server and other InfoEx-related configuration options. `[station]` -`type = # either mesowest or nrcs #` -`token = # MesoWest API token -- ignored when type is nrcs #` +`type = # mesowest, nrcs, or python #` +`token = # MesoWest API token -- only applies when type is mesowest #` `station_id = # the NRCS/MesoWest identifier for a particular station #` `desired_data = # a comma-delimited list of fields you're interested in #` -`units = # either english or metric -- ignored when type is nrcs #` +`units = # either english or metric -- only applies when type is mesowest #` +`path = # the filesystem path to the Python program -- only applies when type is python #` `[infoex]` `host = # InfoEx FTP host address #` @@ -191,6 +192,13 @@ indicates that I'd like to import "Temperature" and "Precipitation accumulated" from the MesoWest station at Santiam Pass, OR, into InfoEx, and that I want that data in imperial units. +Custom weather station support +------------------------------ + +This program supports custom weather station data by allowing the user +to specify the path to an external Python program. The external Python +program should emit its data in the form expected by infoex-autowx. + A note on supported measurements -------------------------------- @@ -235,6 +243,10 @@ Future plans Version history --------------- +- 2.2.0 (Nov 2020) + + Add support for Tmin/Tmax values (directly from MesoWest/NRCS). + - 2.1.0 (Nov 2020) Adjust precision of certain values before sending them to InfoEx.