vapour_geolocation | R Documentation |
Value is a named vector in a list.
vapour_geolocation(x, sds = NULL)
x |
data source string (i.e. file name or URL or database connection string) |
sds |
a subdataset number, if necessary |
If no geolocation exist the return value is an empty list.
list with a single character vector
drivers <- vapour_all_drivers()
ok <- drivers$raster[ drivers$driver == "netCDF"]
if (isTRUE(ok)) {
vapour_geolocation(system.file("extdata/gdal/geos_rad.nc", package = "vapour"), 0L)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.