csquare_from_dd: csquare code conversion from decimal degrees

Description Usage Arguments Value See Also Examples

View source: R/csquare.R

Description

The csquare code is explained here: http://www.cmar.csiro.au/csquares/csq-faq.htm

Usage

1
csquare_from_dd(lat, lon, resolution = 1e-04)

Arguments

lat

latitude in decimal degrees

lon

longitude in decimal degrees

resolution

the resolution in decimal degress (one of 0.1, 0.01, 0.001, 0.0001 etc)

Value

a character string with the code

See Also

Other spatial: am_csc_from_extent(), am_map_leaflet(), am_raster(), am_species_in_csc(), am_species_per_csc(), csquare_to_dd(), rasterize_coords(), which_cells_in_raster()

Examples

1
csquare_from_dd(50.93578, -114.01435, resolution = 0.00001)

raquamaps/aquamapsdata documentation built on Feb. 25, 2021, 10:28 p.m.