Data set: Average daily minimum temperature in January and February in Corsica
收藏NIAID Data Ecosystem2026-03-13 收录
下载链接:
https://zenodo.org/record/6985147
下载链接
链接失效反馈官方服务:
资源简介:
Raster providing the average of the daily minimum temperature in Celsius degrees over January and February in Corsica from 1995 to 2003 with a 0.016667x0.0166671 resolution in latitude and longitude.
Construction: This raster was constructed from the freely available database (PVGIS © European Communities, 2001-2008) providing, in particular, monthly averages of the daily minimum temperature reconstructed over a grid with 1$\times$1km spatial resolution (Huld et al., 2006). These monthly averages correspond to the period 1995-2003 and were used by Abboud et al. (2019, 2020) to model Xylella fastidious dynamics in South Corsica.
Load the raster in the R statistical software (v4.1.2):
library(raster)
ADMT=raster("average-daily-minimum-temperature_Corsica_Abboud-et-al_Forecasting.grd")
print(ADMT)
plot(ADMT)
Summary information:
class : RasterLayer
dimensions : 108, 78, 8424 (nrow, ncol, ncell)
resolution : 0.016667, 0.016667 (x, y)
extent : 8.400708, 9.700734, 41.30018, 43.10021 (xmin, xmax, ymin, ymax)
crs : +proj=longlat +datum=WGS84 +no_defs
source : average-daily-minimum-temperature_Corsica_Abboud-et-al_Forecasting.grd
names : layer
values : -0.6748945, 6.75789 (min, max)
References:
- Abboud, C., Bonnefon, O., Parent, E., and Soubeyrand, S. (2019). Dating and localizing an invasion from post-introduction data and a coupled reaction–diffusion–absorption model. Journal of Mathematical Biology 79, 765–789.
- Abboud, C., Parent, E., Bonnefon, O., and Soubeyrand, S. (2022). Forecasting pathogen dynamics with Bayesian model-averaging: Application to Xylella fastidiosa. Preprint.
- Huld, T. A., Suri, M., Dunlop, E. D., and Micale, F. (2006). Estimating average daytime and daily temperature profiles within Europe. Environmental Modelling & Software 21, 1650–1661.
创建时间:
2022-08-12



