View source: R/getBaseStationFiles.R
get.IGS | R Documentation |
Downloads automatically a base station's observation and navigation file for a specific time and date. IGS framework stations, see (https://www.igs.org/maps/).
See (http://www.epncb.oma.be/_networkdata/data_access/highrate/)
get.IGS(tms, station, onlycheck = F, type = "highrate")
tms |
date and time at which the file should be searched for |
station |
name of station of the EUREF Region |
onlycheck |
(default FALSE) do not download the file, just check if it exists and return TRUE or FALSE |
type |
either "highrate" or other |
file path to downloaded observation and navigation files if download is successful, or logical FALSE if not, or if only checking logical TRUE or FALSE
## download file from 2 weeks before today from Genova's baset station ## filepath<-get.IGS( as.POSIXct(Sys.time() - 14*(60*60*24) ), "GENU" ) print(filepath) if(is.character(filepath)) file.remove(filepath)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.