Skip to content

What happens when the user requests a dataset?

The downloader

SimpleSDMDatasets.downloader Function
julia
SimpleSDMDatasets.downloader

...

source

The keychecker

SimpleSDMDatasets.keychecker Function
julia
SimpleSDMDatasets.keychecker(data::R; kwargs...) where {R <: RasterData}

Checks that the keyword arguments passed to a downloader are correct, i.e. the data provider / source being retrieved supports them.

source