Half degree grid cell identifiers (CsquareCode strings) within an extent or bounding box.
am_csc_from_extent(x1, x2, y1, y2)
| x1 | decimal degree WGS84 longitude value for extent (xmin) |
|---|---|
| x2 | decimal degree WGS84 longitude value for extent (xmax) |
| y1 | decimal degree WGS84 latitude value for extent (ymin) |
| y2 | decimal degree WGS84 latitude value for extent (ymax) |
tibble with CsquareCode identifiers
Other spatial:
am_map_leaflet(),
am_raster(),
am_species_in_csc(),
am_species_per_csc(),
csquare_from_dd(),
csquare_to_dd(),
rasterize_coords(),
which_cells_in_raster()
if (FALSE) { am_csc_from_extent(-5, 5, -7, -5) }