|
|
@ -17,12 +17,13 @@ def pointdata(variables,
|
|
|
|
Args:
|
|
|
|
Args:
|
|
|
|
variables: list of variable code strings (see variable info below)
|
|
|
|
variables: list of variable code strings (see variable info below)
|
|
|
|
api_key: SILO api key
|
|
|
|
api_key: SILO api key
|
|
|
|
start: start date (yyyymmdd)
|
|
|
|
start: start date (yyyymmdd, earliest date is '18890101')
|
|
|
|
finish: finish date (yyyymmdd)
|
|
|
|
finish: finish date (yyyymmdd, latest date is yesterday)
|
|
|
|
station: weather station ID (or use 'lat' and 'lon')
|
|
|
|
station: weather station ID (or use 'lat' and 'lon')
|
|
|
|
lat: latitude (between -44° and -10°, in increments of 0.05°)
|
|
|
|
lat: latitude (between -44° and -10°, in increments of 0.05°)
|
|
|
|
lon: longitude (between 112° and 154°, in increments of 0.05°)
|
|
|
|
lon: longitude (between 112° and 154°, in increments of 0.05°)
|
|
|
|
units: include units in dataframe column names
|
|
|
|
units: include units in dataframe column names
|
|
|
|
|
|
|
|
output: name of file to export data (csv format)
|
|
|
|
|
|
|
|
|
|
|
|
Returns:
|
|
|
|
Returns:
|
|
|
|
Dataframe containing climate data time series
|
|
|
|
Dataframe containing climate data time series
|
|
|
|