This model which allows for sun angles below the horizon, wide spectral ranges including infrared, polarization, as well rendering at altitude) need to download a coefficient file. There are three versions of this dataset, listed here in order of increasing size:
Details
| Argument combination | File | Size |
sea_level = TRUE, wide_spectrum = FALSE | SkyModelDatasetGround.dat | 107MB |
sea_level = TRUE, wide_spectrum = TRUE | PragueSkyModelDatasetGroundInfra.dat | 574MB |
sea_level = FALSE | SkyModelDataset.dat | 2.4GB |
Examples
# Standard (11-channel, sea-level) coefficients
download_sky_data()
#> Downloading SkyModelDatasetGround.dat
#> Saved to /home/runner/.local/share/R/skymodelr/SkyModelDatasetGround.dat
# Wide-spectrum sea-level coefficients
download_sky_data(wide_spectrum = TRUE)
#> Downloading PragueSkyModelDatasetGroundInfra.dat
#> Saved to /home/runner/.local/share/R/skymodelr/PragueSkyModelDatasetGroundInfra.dat
# Full altitude-range coefficients
download_sky_data(sea_level = FALSE)
#> Downloading SkyModelDataset.dat
#> Saved to /home/runner/.local/share/R/skymodelr/SkyModelDataset.dat