It is unclear why this exists, it returns a subset of getStationList()
.
Usage
getParameterList(
portal,
station_no = NULL,
returnfields = "all",
extra_list = list(NULL)
)
Arguments
- portal
URL to Kisters KiWIS database.
- station_no
gauge numbers, as
site_list
in the Hydstra functions. There are many other fields that can be used to filter and select records, but this seems to be most common and so we give it special treatment. For others, use seeextra_list
- returnfields
default 'default', otherwise 'all' to get everything available, or comma-separated string of fields to return. Important- 'coverage' is required to return start and end dates. It is included by default. Including 'ca_sta' will give the DATA_OWNER_NAME, which is often useful. Full list for each function available from Kisters docs
- extra_list
a named list of other fields to select on. Names (usually) should be in
returnfields
(or returned whenreturnfields = 'all'
), though not all work- see the queryfields in the Kisters docs. Values should be comma-separated characters, and can contain grep wildcards e.g.extra_list = list(station_name = 'RIVER MURRAY*)
. Can also use groups fromgetGroupList()
, e.g.extra_list = list(stationgroup_id = '20017550')
gets the MDB_WIP_Watercourse stations.