make_world_template_raster {mbg} | R Documentation |
Make world template raster
Description
Create a template raster for the world with approximately 5x5km resolution at the equator, matching many common raster covariates for health.
Usage
make_world_template_raster()
Details
The raster has the following specifications:
4320 rows, 8640 columns
Resolution: 0.04166667 decimal degrees, approx. 5km at the equator
CRS: WGS 1984 unprojected latitude/longitude,
terra::crs('EPSG:4326')
Values: All NA. Used exclusively for creating a shapefile-specific ID raster
Value
terra::SpatRaster object matching the specifications above
[Package mbg version 1.1.0 Index]