create_cube | R Documentation |
Takes a bounding box and date_range and returns a tibble for analysis. For example, this can be used to compare fire perimeters from another source
create_cube(bbox, date_range, variables = c("Mask", "Area", "Power"),
input_path, coords = NULL)
bbox |
c(min_lon, min_lat, max_lon, max_lat) in decimal degrees |
date_range |
c(start_date, end_date) |
variables |
The variables to attach. Must all be numeric. Default is c("Mask", "Area", "Power") |
input_path |
character Path to the input netcdf files |
coords |
Data frame of coordinates as returned from |
A tibble of with x,y, lat,lon, start time, and the variables requested
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.