eml_get_raster_metadata: Get raster info from a file on disk

View source: R/eml.R

eml_get_raster_metadataR Documentation

Get raster info from a file on disk

Description

This function populates a spatialRaster element with the required elements by reading a local raster file in. The coord_name argument can be found by examining the data.frame that get_coord_list() returns against the proj4string of the raster file.

Usage

eml_get_raster_metadata(path, coord_name = NULL, attributes)

Arguments

path

(char) Path to a raster file

coord_name

(char) horizCoordSysDef name

attributes

(dataTable) attributes for raster


NCEAS/arcticdatautils documentation built on July 13, 2024, 11:02 a.m.