make_world_template_raster: Make world template raster

View source: R/build_id_raster.R

make_world_template_rasterR 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


mbg documentation built on April 4, 2025, 2:06 a.m.