Sets pgoptions to specified configuration, calculates all variables to custom location, then copies them to the official release folder. This ensures consistency between custom and release workflows.
Usage
build_release(
version,
type,
nrow,
ncol,
crs,
extent,
temporal_resolution,
start_date,
end_date
)Arguments
- version
Character string with release version (e.g., "3.0.1")
- type
Character string with release type (e.g., "05deg_yearly")
- nrow
Number of rows
- ncol
Number of columns
- crs
Coordinate reference system
- extent
Named vector with xmin, xmax, ymin, ymax
- temporal_resolution
Temporal resolution string
- start_date
Start date (Date object)
- end_date
End date (Date object)