From 73bbde9bc653ad271779daf05dc88fb67f38b848 Mon Sep 17 00:00:00 2001 From: Dan Howe Date: Fri, 15 Jun 2018 14:01:48 +1000 Subject: [PATCH] Update docstring --- silo.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/silo.py b/silo.py index ec041b7..83dc964 100644 --- a/silo.py +++ b/silo.py @@ -17,12 +17,13 @@ def pointdata(variables, Args: variables: list of variable code strings (see variable info below) api_key: SILO api key - start: start date (yyyymmdd) - finish: finish date (yyyymmdd) + start: start date (yyyymmdd, earliest date is '18890101') + finish: finish date (yyyymmdd, latest date is yesterday) station: weather station ID (or use 'lat' and 'lon') lat: latitude (between -44° and -10°, in increments of 0.05°) lon: longitude (between 112° and 154°, in increments of 0.05°) units: include units in dataframe column names + output: name of file to export data (csv format) Returns: Dataframe containing climate data time series