Description Usage Arguments Value Note Examples
calculate the inventory from a geoemiss ouput, there is 3 grid types: - global: cover all latitudes and longitudes - local: cover the latitudes and longitudes of the input data - custom: with custom limits
res argument controls the resolution of the final grid, grids whith higher resolution take more time to calculate
1 2 3 4 5 6 7 8 9 10 11 12 13 |
geoemiss |
a sf from geoemiss |
variable |
name(s) of the pollutant(s) |
area_unit |
area unit, default is "km^2" |
res |
inventory resolution in degrees |
type |
global, local or custom inventary type |
lat |
latitude for custom inventory |
lon |
lontitude for custom inventory |
tol |
param passing to dist of sf::st_buffer |
verbose |
display additional information |
plot |
true for plot separate regions and the final inventory |
... |
additional plot parameters |
a sf with the grid geometry and the emission by cell
inventories with multiple dates need to be combined with stacker function
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.