eobox.sampledata.base¶
” Base module for loading sampledata.
-
eobox.sampledata.base.get_dataset(dataset='s2l1c')[source]¶ Get a specific sampledata to play around.
So far the following sampledata exist:
‘s2l1c’: One Sentinel-2 Level 1C scene with a reference dataset.
‘lsts’: A time series of 105 Landsat scenes each with the bands b3 (red), b4 (nir), b5 (swir1) and fmask.
- Keyword Arguments
{str} -- The name of the dataset (default (dataset) – {‘s2l1c’}).
- Returns
[dict] – A dictionary with paths and information about the sampledata.