Choosing clifro
stations is made easy with the single
cf_find_station
function. This function is all that is
required to find clifro
stations. This function is
equivalent to conducting the same search on the find
stations page when conducting a query online at CliFlo, except
without some of the errors and bugs. This means that the searches and
the types of searches possible are exactly the same however,
clifro
extends functionality to exploring the spatial
nature of stations via KML files, or plotting directly in R. This is the
main advantage in searching for stations using clifro
as
locating suitable stations on a map is generally the preferred search
tool.
There are four possible types of searches:
For each of these searches either all, open or closed stations may be
returned and these searches also may only return stations where given
datatypes are available. The primary goal in searching for stations is
to find the unique station agent number required to create a
cfStation
object. This vignette details the various search
options in clifro
and ways to find these requisite agent
numbers, primarily by way of example.
The following examples detail how to use the
cf_find_station
search function ignoring any datatypes.
Both of these searches use pattern matching to find the appropriate stations. The station name search is useful for searching stations in certain towns or suburbs or maybe even streets and parks. The network ID is a number that is assigned to the stations which makes this search useful to look up stations where these are known.
These searches are used when part or all of the station name or
network ID is known. For example, consider we are looking for open
stations located in Takaka, at the southeastern end of Golden Bay at the
northern end of the South Island, New Zealand. The default for the
cf_find_station
function is to search open station
names matching the string.
At the time of writing this, CliFlo ignores the status argument in
the name and network ID search whereas clifro
does not.
Searching open stations with the station name matching “takaka” on
CliFlo will return these stations.
# Equivalent to searching for status = "open" on CliFro
# Note the search string is not case sensitive
cf_find_station("takaka", status = "all")
## name network agent start end
## 1) Takaka, Kotinga Road F02882 3788 1970-07-31 12:00:00 2020-08-17 12:00:00
## 2) Riwaka At Takaka Hill O12090 44046 1980-01-09 11:00:00 2020-08-17 12:00:00
## 3) Takaka Pohara F02884 3790 1986-06-30 12:00:00 2020-08-17 12:00:00
## 4) Takaka At Harwoods F15292 44050 1988-01-24 11:00:00 2020-08-17 12:00:00
## 5) Takaka At Kotinga F15291 44051 1992-04-23 12:00:00 2020-08-17 12:00:00
## 6) Takaka @ Canaan F0299A 44072 1994-01-31 11:00:00 2020-08-17 12:00:00
## 7) Upper Takaka 2 F12083 11519 1995-07-11 12:00:00 2020-08-17 12:00:00
## 8) Takaka Ews F02885 23849 2002-04-29 12:00:00 2020-08-17 12:00:00
## 9) Takaka Aero Raws O00957 41196 2015-08-11 12:00:00 2020-08-17 12:00:00
## 10) Takaka, Kotinga 2 F02883 3789 1985-11-29 11:00:00 2012-06-30 12:00:00
## 11) Upper Takaka F12082 7316 1991-10-30 11:00:00 1992-10-30 11:00:00
## 12) Takaka,Patons Rock F02772 3779 1969-09-30 12:00:00 1974-12-31 11:00:00
## 13) Takaka,Kotinga 1 F02971 3794 1961-11-30 12:00:00 1971-07-31 12:00:00
## 14) Takaka Aero F02871 3785 1936-10-31 12:00:00 1970-03-31 12:00:00
## 15) Takaka Hill F12081 3833 1947-08-31 12:00:00 1959-10-31 12:00:00
## 16) Takaka,Bu Bu F02872 3786 1933-03-31 12:30:00 1945-11-29 12:00:00
## 17) Takaka F02881 3787 1903-12-31 12:30:00 1927-09-30 12:30:00
## open distance lat lon
## 1) TRUE NA -40.87200 172.8090
## 2) TRUE NA -41.03192 172.8444
## 3) TRUE NA -40.84500 172.8670
## 4) TRUE NA -41.03094 172.7980
## 5) TRUE NA -40.87068 172.8080
## 6) TRUE NA -40.93987 172.9082
## 7) TRUE NA -41.01516 172.8258
## 8) TRUE NA -40.86364 172.8057
## 9) TRUE NA -40.81531 172.7765
## 10) FALSE NA -40.88200 172.8010
## 11) FALSE NA -41.05100 172.8330
## 12) FALSE NA -40.78900 172.7570
## 13) FALSE NA -40.90000 172.7750
## 14) FALSE NA -40.81600 172.7720
## 15) FALSE NA -41.01700 172.8670
## 16) FALSE NA -40.85000 172.7330
## 17) FALSE NA -40.81700 172.8000
This shows that 8 of these 17 stations are closed. The search in
clifro
does not ignore the station status.
## name network agent start end
## 1) Takaka, Kotinga Road F02882 3788 1970-07-31 12:00:00 2020-08-17 12:00:00
## 2) Riwaka At Takaka Hill O12090 44046 1980-01-09 11:00:00 2020-08-17 12:00:00
## 3) Takaka Pohara F02884 3790 1986-06-30 12:00:00 2020-08-17 12:00:00
## 4) Takaka At Harwoods F15292 44050 1988-01-24 11:00:00 2020-08-17 12:00:00
## 5) Takaka At Kotinga F15291 44051 1992-04-23 12:00:00 2020-08-17 12:00:00
## 6) Takaka @ Canaan F0299A 44072 1994-01-31 11:00:00 2020-08-17 12:00:00
## 7) Upper Takaka 2 F12083 11519 1995-07-11 12:00:00 2020-08-17 12:00:00
## 8) Takaka Ews F02885 23849 2002-04-29 12:00:00 2020-08-17 12:00:00
## 9) Takaka Aero Raws O00957 41196 2015-08-11 12:00:00 2020-08-17 12:00:00
## open distance lat lon
## 1) TRUE NA -40.87200 172.8090
## 2) TRUE NA -41.03192 172.8444
## 3) TRUE NA -40.84500 172.8670
## 4) TRUE NA -41.03094 172.7980
## 5) TRUE NA -40.87068 172.8080
## 6) TRUE NA -40.93987 172.9082
## 7) TRUE NA -41.01516 172.8258
## 8) TRUE NA -40.86364 172.8057
## 9) TRUE NA -40.81531 172.7765
Stations are considered open in clifro
if the final date
returned from the search is within four weeks of the current date. This
gives the user a better idea on the stations that are currently
collecting data.
The same can be done for searching stations using network ID although
search = "network"
needs to be added to the function call.
Assume we knew that the only stations we were interested in were the
open stations whose network ID’s match F028
.
## name network agent start
## 1) Takaka, Kotinga Road F02882 3788 1970-07-31 12:00:00
## 2) Takaka Pohara F02884 3790 1986-06-30 12:00:00
## 3) Takaka Ews F02885 23849 2002-04-29 12:00:00
## 4) Aorere At Salisbury Bridge F02854 44020 2011-07-25 12:00:00
## 5) Takaka, Kotinga 2 F02883 3789 1985-11-29 11:00:00
## 6) Nelson,Mckay Hut F02821 3780 1983-03-31 12:00:00
## 7) Gouland Downs F02831 3781 1984-10-30 11:00:00
## 8) Golden Bay,Table Hl I F02852 3783 1977-05-31 12:00:00
## 9) Golden Bay,Table Hl 2 F02853 3784 1977-05-31 12:00:00
## 10) Tarakohe F02891 3791 1932-04-30 12:30:00
## 11) Takaka Aero F02871 3785 1936-10-31 12:00:00
## 12) Totaranui F02892 3792 1956-12-31 12:00:00
## 13) Takaka,Bu Bu F02872 3786 1933-03-31 12:30:00
## 14) Takaka F02881 3787 1903-12-31 12:30:00
## 15) Quartz Ranges F02851 3782 1900-12-31 12:30:00
## end open distance lat lon
## 1) 2020-08-17 12:00:00 TRUE NA -40.87200 172.8090
## 2) 2020-08-17 12:00:00 TRUE NA -40.84500 172.8670
## 3) 2020-08-17 12:00:00 TRUE NA -40.86364 172.8057
## 4) 2020-08-17 12:00:00 TRUE NA -40.80236 172.5333
## 5) 2012-06-30 12:00:00 FALSE NA -40.88200 172.8010
## 6) 1993-08-15 12:00:00 FALSE NA -40.89000 172.2130
## 7) 1993-08-15 12:00:00 FALSE NA -40.89200 172.3510
## 8) 1991-11-22 11:00:00 FALSE NA -40.80700 172.5560
## 9) 1991-11-22 11:00:00 FALSE NA -40.80700 172.5560
## 10) 1988-12-31 11:00:00 FALSE NA -40.82500 172.8980
## 11) 1970-03-31 12:00:00 FALSE NA -40.81600 172.7720
## 12) 1960-08-30 12:00:00 FALSE NA -40.82300 173.0020
## 13) 1945-11-29 12:00:00 FALSE NA -40.85000 172.7330
## 14) 1927-09-30 12:30:00 FALSE NA -40.81700 172.8000
## 15) 1902-08-30 12:30:00 FALSE NA -40.86700 172.5170
Notice that the resulting dataframes in all of these searches are first ordered by the date they last received data, and then by the date they opened, to return the longest-running open stations first and the most historic, closed stations last.
This broad search returns all, open or closed stations within one of
the 29 preselected New Zealand regions (note that stations can belong to
more than one region). The search = "region"
argument must
be added to the cf_find_station
function to conduct these
searches. If the region is unknown then the search argument may be
missing which brings up an interactive menu of the 29 regions for the
user to select (cf_find_station(search = "region")
),
otherwise partial matching is used.
# Partial match for the Queenstown region
open.queenstown.stations = cf_find_station("queen", search = "region")
Typing open.queenstown.stations
into R will then return
all the 264 open Queenstown stations. This is clearly a burden to choose
stations based on a large list of numbers hence plotting them on a map
(covered below) to assess their spatial extent will make this task much
easier.
This location based search is conducted by including the
search = "latlong"
argument to the
cf_find_station
function. There are three parameters needed
for this search; latitude, longitude and radius (kilometres). Just like
any other function in R, if these arguments aren’t named then the order
matters and should be written in the order specified above. The latitude
and longitude must be given in decimal degrees.
We are (still) interested in finding all open stations around the small town of Takaka. From GeoHack we can see that the latitude is -40.85 and the longitude is 172.8. We are interested in all open stations within a 10km radius of the main township.
takaka.town.st = cf_find_station(lat = -40.85, long = 172.8, rad = 10, search = "latlong")
# Print the result, but remove the lat and lon columns to fit the page
takaka.town.st[, -c(8, 9)]
## name network agent start
## 1 Takaka, Kotinga Road F02882 3788 1970-07-31 12:00:00
## 2 Takaka Pohara F02884 3790 1986-06-30 12:00:00
## 3 Anatoki At Happy Sams F15293 44015 1990-10-30 11:00:00
## 4 Takaka At Kotinga F15291 44051 1992-04-23 12:00:00
## 5 Takaka Ews F02885 23849 2002-04-29 12:00:00
## 6 Motupiko At Reillys Bridge F1529M 44041 2006-11-28 11:00:00
## 7 Takaka Aero Raws O00957 41196 2015-08-11 12:00:00
## end open distance
## 1 2020-08-30 12:00:00 TRUE 2.6
## 2 2020-08-30 12:00:00 TRUE 5.7
## 3 2020-08-30 12:00:00 TRUE 5.8
## 4 2020-08-30 12:00:00 TRUE 2.4
## 5 2020-08-30 12:00:00 TRUE 1.6
## 6 2020-08-30 12:00:00 TRUE 2.7
## 7 2020-08-30 12:00:00 TRUE 4.3
# We may rather order the stations by distance from the township
takaka.town.st[order(takaka.town.st$distance), -c(8, 9)]
## name network agent start
## 5 Takaka Ews F02885 23849 2002-04-29 12:00:00
## 4 Takaka At Kotinga F15291 44051 1992-04-23 12:00:00
## 1 Takaka, Kotinga Road F02882 3788 1970-07-31 12:00:00
## 6 Motupiko At Reillys Bridge F1529M 44041 2006-11-28 11:00:00
## 7 Takaka Aero Raws O00957 41196 2015-08-11 12:00:00
## 2 Takaka Pohara F02884 3790 1986-06-30 12:00:00
## 3 Anatoki At Happy Sams F15293 44015 1990-10-30 11:00:00
## end open distance
## 5 2020-08-30 12:00:00 TRUE 1.6
## 4 2020-08-30 12:00:00 TRUE 2.4
## 1 2020-08-30 12:00:00 TRUE 2.6
## 6 2020-08-30 12:00:00 TRUE 2.7
## 7 2020-08-30 12:00:00 TRUE 4.3
## 2 2020-08-30 12:00:00 TRUE 5.7
## 3 2020-08-30 12:00:00 TRUE 5.8
All the above searches did not include a datatype therefore they ignore the datatypes available at these stations. Imagine we are looking for hourly rain data at an open station in Takaka (using any of the aforementioned searches), we would need to include the hourly rain datatype in the search for it to return a suitable station.
Unless the Reefton EWS station is the only CliFlo station of interest, the user will need a CliFlo account to get data from other stations.
## dt.name dt.type dt.options dt.combo
## dt1 Precipitation Rain (fixed periods) [Hourly]
## name network agent start end open distance
## 1) Takaka Ews F02885 23849 2002-06-02 2020-08-16 TRUE NA
This tells us that the only open station in Takaka where hourly rain data is available is at the Takaka Ews station.
Since the cf_find_station
function returns
cfStation
objects, any of these methods work on objects
created from the cf_station
function (see the working with clifro stations vignette for more
details). We can conduct two or more searches at a time using the
addition sign, just like we did for cfDatatype
s (see the choose datatypes vignette).
We would like to return all open stations within a 10km radius of the Takaka township in the South Island, and the open stations in Kaitaia, in the North Island that collect hourly rain data.
## Warning in with_tz.default(x, tz): Unrecognized time zone 'NZ'
## Warning in with_tz.default(x, tz): Unrecognized time zone 'NZ'
## Warning in with_tz.default(x, tz): Unrecognized time zone 'NZ'
## Warning in with_tz.default(x, tz): Unrecognized time zone 'NZ'
my.composite.search = takaka.town.st + cf_find_station("kaitaia",
search = "region",
datatype = hourly.rain.dt)
my.composite.search
## name network agent start
## 1) Takaka, Kotinga Road F02882 3788 1970-07-31 12:00:00
## 2) Takaka Pohara F02884 3790 1986-06-30 12:00:00
## 3) Anatoki At Happy Sams F15293 44015 1990-10-30 11:00:00
## 4) Takaka At Kotinga F15291 44051 1992-04-23 12:00:00
## 5) Takaka Ews F02885 23849 2002-04-29 12:00:00
## 6) Motupiko At Reillys Bridge F1529M 44041 2006-11-28 11:00:00
## 7) Takaka Aero Raws O00957 41196 2015-08-11 12:00:00
## 8) Kaitaia Aero Ews A53026 18183 2000-06-14 12:00:00
## 9) Trounson Cws A53762 37131 2009-06-03 12:00:00
## 10) Russell Cws A54212 41262 2016-04-04 12:00:00
## 11) Kaikohe Aws A53487 1134 1985-11-13 11:00:00
## 12) Purerua Aws A54101 1196 1994-12-31 11:00:00
## 13) Cape Reinga Aws A42462 1002 1994-12-31 11:00:00
## 14) Kerikeri Aerodrome Aws A53295 37258 2008-06-25 12:00:00
## 15) Kaitaia Ews A53127 17067 1998-12-16 11:00:00
## 16) Dargaville 2 Ews A53987 25119 2003-10-29 11:00:00
## 17) Kerikeri Ews A53191 1056 2002-06-27 12:00:00
## end open distance lat lon
## 1) 2020-08-30 12:00:00 TRUE 2.6 -40.87200 172.8090
## 2) 2020-08-30 12:00:00 TRUE 5.7 -40.84500 172.8670
## 3) 2020-08-30 12:00:00 TRUE 5.8 -40.88587 172.7498
## 4) 2020-08-30 12:00:00 TRUE 2.4 -40.87068 172.8080
## 5) 2020-08-30 12:00:00 TRUE 1.6 -40.86364 172.8057
## 6) 2020-08-30 12:00:00 TRUE 2.7 -40.85607 172.8316
## 7) 2020-08-30 12:00:00 TRUE 4.3 -40.81531 172.7765
## 8) 2020-08-29 12:00:00 TRUE NA -35.06770 173.2874
## 9) 2020-08-29 12:00:00 TRUE NA -35.72035 173.6515
## 10) 2020-08-29 12:00:00 TRUE NA -35.26835 174.1360
## 11) 2020-08-28 12:00:00 TRUE NA -35.41720 173.8229
## 12) 2020-08-28 12:00:00 TRUE NA -35.12900 174.0150
## 13) 2020-08-28 12:00:00 TRUE NA -34.42963 172.6819
## 14) 2020-08-28 12:00:00 TRUE NA -35.26200 173.9110
## 15) 2020-08-26 12:00:00 TRUE NA -35.13352 173.2629
## 16) 2020-08-21 12:00:00 TRUE NA -35.93145 173.8532
## 17) 2020-08-20 12:00:00 TRUE NA -35.18300 173.9260
# How long have these stations been open for?
transform(my.composite.search, ndays = round(end - start))[, c(1, 10)]
## name ndays
## 1 Takaka, Kotinga Road 18293 days
## 2 Takaka Pohara 12480 days
## 3 Anatoki At Happy Sams 10897 days
## 4 Takaka At Kotinga 10356 days
## 5 Takaka Ews 6698 days
## 6 Motupiko At Reillys Bridge 5024 days
## 7 Takaka Aero Raws 1846 days
## 8 Kaitaia Aero Ews 7381 days
## 9 Trounson Cws 4105 days
## 10 Russell Cws 1608 days
## 11 Kaikohe Aws 12707 days
## 12 Purerua Aws 9372 days
## 13 Cape Reinga Aws 9372 days
## 14 Kerikeri Aerodrome Aws 4447 days
## 15 Kaitaia Ews 7924 days
## 16 Dargaville 2 Ews 6141 days
## 17 Kerikeri Ews 6629 days
Up until now there probably hasn’t been any good reason to choose clifro to search for stations instead of the ‘Choose Stations’ form on CliFlo. However, the real advantage of using clifro is to visualise the station locations on a map by returning a KML file, particularly when there are lots of stations returned by the search. This Keyhole Markup Language (KML) is an XML-based language provided by Google(TM) for defining the graphic display of spatial data in applications such as Google Earth(TM) and Google Maps(TM).
To return the stations as a KML file simply use the
cf_save_kml
function on any cfStation
object.
The cf_find_station
function returns cfStation
objects therefore it’s very easy to plot these on a map. To assess the
geographic extent of the Auckland stations we can return a KML file from
the search and open it using our preferred KML-friendly software.
# First, search for the stations
all.auckland.st = cf_find_station("auckland", search = "region", status = "all")
Now all.auckland.st
contains the hundreds of Auckland
stations where data have been recorded on CliFlo.
The green markers represent the open stations and the red markers
indicate closed stations. The resulting KML file is saved to the current
R session’s working directory by default. Have a look at the clifro station vignette for more methods and
plotting of cfStation
objects.