Nothing
#' SWTools: Helper Tools for Australian Hydrologists
#'
#' Functions to speed up workflow for hydrological analysis.
#' Focused on Australian climate data (SILO climate data), hydrological models (eWater Source) and South Australian hydrological data
#' (from \href{https://water.data.sa.gov.au}{Water Data SA}).
#'
#' @section SILO functions:
#'
#' SILO is a database of Australian climate data from 1889 to the present. It provides daily meteorological datasets for a range of climate variables
#' in ready-to-use formats suitable for biophysical modelling, research and climate applications \href{https://www.longpaddock.qld.gov.au/silo/}{SILO Website}.
#'
#' These functions allow SILO data to be downloaded from the \href{https://www.longpaddock.qld.gov.au/silo/}{SILO Website}, imported into R,
#' calculate some basic statistics and undertake some quality assurance tests to easily visualise how much data has been interpolated, and to compare nearby sites to identify potential data issues.
#' \code{\link{SILODownload}},\code{\link{SILOLoad}} and \code{\link{SILOReport}} functions allow a vector of SILO sites to be downloaded and summarised in a Microsoft Word report.
#'
#' @section Source and Veneer functions:
#' \href{https://ewater.org.au/ewater-solutions/tools/source/}{eWater Source} is the Australia's national hydrological modelling platform, and is increasing in use around the world.
#' Functions are included to write SILO climate data to the format expected for Source \code{\link{SILOWriteforSource}},
#' and reading in model outputs, \code{\link{read_res.csv}}.
#'
#' \href{https://www.flowmatters.com.au/articles/introducing_veneer.html}{Veneer} is a RESTful API for interacting with Source models.
#' Functions are included that are wrappers for Veneer, to build URLs to get or set data in the Source model, and process the json object returned.
#'
#' @section Aquarius functions:
#' South Australia's hydrological data is hosted on \href{https://water.data.sa.gov.au}{Water Data SA}.
#' The \href{https://water.data.sa.gov.au/Data/Export}{Export link} creates URLs that enable multiple datasets to be downloaded.
#' \code{\link{AQWPDownload}} builds these URLs to download data in json format, and \code{\link{AQWPLoad}} loads this json file into the R interface.
#'
#' @section Hydstra functions:
#' New South Wales, Queensland and Victoria use a Hydstra database, with the site information available over a
#' \href{https://resources.kisters.com.au/public/hydstra-web-services/}{Kisters API}.
#' \code{\link{HydstraSiteDetails}} will use this API to download streamflow site information, such as
#' the cross section, rating curve, gaugings as well as the daily (9am-9am) time series of discharge data.
#'
"_PACKAGE"
#'
#'@importFrom magrittr %>%
#'@importFrom rlang .data
#' @aliases SWTools-package
NULL
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.