Description Usage Arguments Details Value Author(s) See Also
Functions to read grid meteorological data from the disk.
1 2 3 4 5 | readmeteorologygrid(file, format = "netCDF")
readmeteorologygridfiles(files, format = "netCDF")
readmeteorologygridcells(files, cellIndices, format = "netCDF")
readmeteorologypixels(file, format = "netCDF")
readmeteorologypixelsfiles(files, format = "netCDF")
|
file |
A string of the file name to be read. |
format |
Format of meteorological data. The only accepted format is |
files |
Either a vector of filename strings or a data frame with two columns: 'dir' and 'filename. |
cellIndices |
An integer vector with grid cell indices indicating the cells for which meteorological data has to be read. |
Function readmeteorologygrid reads a file containing the meteorology over a grid for a single day. Function readmeteorologygridfiles reads several files, each containing the meteorology over the same grid for a different day. Function readmeteorologygridcell also reads several grid meteorology files, but it keeps the meteorology of a set of cells only. Function readmeteorologypixels reads a file containing the meteorology over a grid for a single day and filters those pixels with missing data. Function readmeteorologypixelsfiles reads several files, each containing the meteorology over the same grid for a different day, and filters those pixels with missing data.
Function readmeteorologygrid returns an object SpatialGridDataFrame-class where the data frame has grid cells as rows and meteorological variables as columns. Function readmeteorologygridfiles returns an object SpatialGridMeteorology-class and readmeteorologygridcells returns an object SpatialPointsMeteorology-class. Function readmeteorologypixels returns an object SpatialPixelsDataFrame-class where the data frame has pixels as rows and meteorological variables as columns. Function readmeteorologypixelsfiles returns an object SpatialPixelsMeteorology-class.
Miquel De Cáceres Ainsa, Centre Tecnologic Forestal de Catalunya
writemeteorologygrid, writemeteorologypixels, SpatialGridMeteorology-class, SpatialPixelsMeteorology-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.