- source
(character) Either density
for fast, precalculated tiles,
or adhoc
for any search. Default: density
- x
(integer sequence) the column. Default: 0:1
- y
(integer sequence) the row. Default: 0
- z
(integer) the zoom. Default: 0
- format
(character) The data format, one of:
@Hx.png
for a 256px raster tile
@1x.png
for a 512px raster tile (the default)
@2x.png
for a 1024px raster tile
@3x.png
for a 2048px raster tile
@4x.png
for a 4096px raster tile
- srs
(character) Spatial reference system. One of:
EPSG:3857
(Web Mercator)
EPSG:4326
(WGS84 plate care?)
EPSG:3575
(Arctic LAEA on 10 degrees E)
EPSG:3031
(Antarctic stereographic)
- bin
(character) square
or hex
to aggregate occurrence counts into
squares or hexagons. Points by default.
- hexPerTile
(integer) sets the size of the hexagons
(the number horizontally across a tile).
- squareSize
(integer) sets the size of the squares. Choose a factor
of 4096 so they tessalate correctly: probably from 8, 16, 32, 64, 128,
256, 512.
- style
(character) for raster tiles, choose from the available styles.
Defaults to classic.point for source="density" and "scaled.circle" for source="adhoc".
- taxonKey
(integer/numeric/character) search by taxon key, can only
supply 1.
- datasetKey
(character) search by taxon key, can only supply 1.
- country
(character) search by taxon key, can only supply 1.
- publishingOrg
(character) search by taxon key, can only supply 1.
- publishingCountry
(character) search by taxon key, can only
supply 1.
- year
(integer) integer that limits the search to a certain year or,
if passing a vector of integers, multiple years, for example
1984
or c(2016, 2017, 2018)
or 2010:2015
(years 2010 to 2015). optional
- basisOfRecord
(character) one or more basis of record states to
include records with that basis of record. The full list is: c("OBSERVATION", "HUMAN_OBSERVATION", "MACHINE_OBSERVATION", "MATERIAL_SAMPLE", "PRESERVED_SPECIMEN", "FOSSIL_SPECIMEN", "LIVING_SPECIMEN", "LITERATURE", "UNKNOWN")
.
- return
(character) Either "png" or "terra".
- base_style
(character) The style of the base map.
- plot_terra
(logical) Set whether the terra map be default plotted.
- curlopts
options passed on to crul::HttpClient
- ...
additional arguments passed to the adhoc interface.