cube_subset: Refine a goesfire cube to only the points that fall within a...

View source: R/cube.R

cube_subsetR Documentation

Refine a goesfire cube to only the points that fall within a polygon

Description

Refine a goesfire cube to only the points that fall within a polygon

Usage

cube_subset(cube, polygon, buffer = 4, crs = 5070)

Arguments

cube

A goesfire cube data.frame as produced by create_cube

polygon

A simple feature polygon (or multipolygon)

buffer

Buffer distance in km (default = 4)

crs

Coordinate reference system: integer with EPSG code, or character with proj4string (default is 5070 - Albers Equal Area)

Value

A goesfire cube data.frame, subsetted by the polygon


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