f_locid: Calculates a unique identifier from coordinates.

View source: R/utils.R

f_locidR Documentation

Calculates a unique identifier from coordinates.

Description

Calculates a unique identifier from coordinates.

Usage

f_locid(long, lat, resol)

Arguments

long

The longitude of the grid cell of interest

lat

The latitude of the grid cell of interest

resol

The spatial resolution of the database to target (1/12 for gbif4crest_03)

Value

A unique integer describing the cell.

Examples

f_locid(0, 0, 1/12)


mchevalier2/crestr documentation built on Feb. 14, 2025, 6:31 p.m.