rasterSource | R Documentation |
Calculate the spatial distribution by a raster
rasterSource(r, grid, nlevels = "all", conservative = TRUE, verbose = TRUE)
r |
input raster object |
grid |
grid object with the grid information |
nlevels |
number of vertical levels off the emission array |
conservative |
TRUE (default) to conserve total mass, FALSE to conserve flux |
verbose |
display additional information |
About the DMSP and example data https://en.wikipedia.org/wiki/Defense_Meteorological_Satellite_Program
Returns a matrix
Exemple data is a low resolution cutting from image of persistent lights of the Defense Meteorological Satellite Program (DMSP) https://pt.wikipedia.org/wiki/Defense_Meteorological_Satellite_Program
Data avaliable https://www.nesdis.noaa.gov/current-satellite-missions/currently-flying/defense-meteorological-satellite-program
gridInfo
and lineSource
grid <- gridInfo(paste(system.file("extdata", package = "EmissV"),"/wrfinput_d01",sep=""))
x <- raster::raster(paste(system.file("extdata", package = "EmissV"),"/dmsp.tiff",sep=""))
test <- rasterSource(x, grid)
image(test, axe = FALSE, main = "Spatial distribution by Persistent Nocturnal Lights from DMSP")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.