Description Usage Arguments Value Note Author(s) See Also Examples
EUMETSAT Ocean and Sea Ice Satellite Application Facility (OSISAF (http://www.osi-saf.org) products in NCSA HDF5 format from the High Latitude processing center (http://saf.met.no) are accessed using the library used to generate the products. This function reads the output from readosisaf and creates an image on the graphical device used.
1 | osisafimage(x, layer=1, map=FALSE, ...)
|
x |
R object (list) returned by readosisaf |
layer |
The data layer to visualise (1 or higher) |
map |
logical telling whether coast lines should be added |
... |
Additional graphical parameters |
None
The current version supports map overlay only for the standard map projection of the OSISAF HL centre. That is Polar Stereographic correct at 60 degrees North and not rotated.
Øystein Godøy (o.godoy@met.no)
readosisaf
1 2 3 4 | # Read a sea ice concentration field
t <- readosisaf(file="/opdata/osisaf/output/ice/multi/conc/ice_conc_nh_200609181200.hdf")
# Generate image on graphical device
osisafimage(t)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.