Import a SILO file
SILOImport(station, path, startdate, enddate)a list of data from the file, with members:
the raw data as a daily zoo object
the name of the site
the station number
Longitude
Latitude
the first date with good quality rainfall data
the last date with good quality rainfall data
the percentage of good quality coded rainfall data between start and end
Station number (e.g. "24001") to import. The function expects the file to be called "24001.txt".
Location where the file is located. Use "/" or "\\" for folders. Defaults to getwd() if not specified.
Start date of data to load, in format "YYYY-MM-DD". Defaults to start of the file if not provided
End date of data to load, in format "YYYY-MM-DD". Defaults to end of the file if not provided