create_cube: create_cube

View source: R/cube.R

create_cubeR Documentation

create_cube

Description

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

Usage

create_cube(bbox, date_range, variables = c("Mask", "Area", "Power"),
  input_path, coords = NULL)

Arguments

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 get_coor_grid. If not provided, it will be calculated from the first input file

Value

A tibble of with x,y, lat,lon, start time, and the variables requested


raffscallion/goesfire documentation built on June 9, 2025, 2:46 a.m.