Carlson, Bradley Z. Renaud, Julien Biron, Pierre Eymard Choler, Philippe Supplement 1. Forest/nonforest rasters for the four dates considered, a 25-m resolution digital elevation model, and a shapefile representing the nongrazed area. <h2>File List</h2><div> <p><a href="DEM25_RNHPV.tif">DEM25_RNHPV.tif</a> (MD5: a3c79a31ed84d1e71640612fa50c3bfc)</p> <p><a href="FOR09.img">FOR09.img</a> (MD5: f883124fff247221b57192aebd4ffb8f)</p> <p><a href="FOR93.img">FOR93.img</a> (MD5: d62eeb665ce38ff9abe35a19911dea57)</p> <p><a href="FOR78.img">FOR78.img</a> (MD5: 4af6115eac3f1f8f827d6fe098b118a0)</p> <p><a href="FOR48.img">FOR48.img</a> (MD5: 77f6fbe599cf3e4bef59c16781fb76c4)</p> <p><a href="Non_grazed.zip">Non_grazed.zip</a> (md5: f9c6775d1e960155c4ea14e01793d0e8)</p> </div><h2>Description</h2><div> <p>DEM25_RNHPV.tif contains a 25-m resolution digital elevation model of the study area. The .img files consist of 5-m resolution binary rasters of forest cover for the four dates considered. Non_grazed.zip includes four files (.sbn, .sbx, .shp, and .shx) that constitute a shapefile of the non-grazed zone considered in this study. All maps are projected using the GRS80 Lambert Azimuthal Equal Area projection.</p> <p>It is important to note that this Supplement contains raw data. Our intention is to provide interested parties with the input information necessary to carry out their own analysis of land cover change in the Réserve Naturelle du Hauts Plateaux du Vercors (RNHPV), France. </p> <p>All of the included files are intended to be opened and manipulated in a Geographic Information System (GIS). Below is an example of code for opening either a .img or .tif file in R. Files can also be opened automatically using GIS software such as ArcMap or QGIS.</p> <pre> #Required install.packages("raster") ; install.packages("rgdal") library(raster) setwd("//...") forest09 <- raster("FOR09.img") plot(forest) forest #class : RasterLayer #dimensions : 6400, 2200, 14080000 (nrow, ncol, ncell) #resolution : 5, 5 (x, y) #extent : 3959000, 3970000, 2410000, 2442000 (xmin, xmax, #ymin, ymax) #coord. ref. : +proj=laea +lat_0=52 +lon_0=10 +x_0=4321000 #+y_0=3210000 +ellps=GRS80 +units=meters #data source : wd #names : FOR09 #values : 0, 1 (min, max) </pre> </div> remote-sensing;mountain land-cover;ecotone dynamics;grassland conservation;forest expansion;grazing;Environmental Science;Ecology 2016-08-04
    https://wiley.figshare.com/articles/dataset/Supplement_1_Forest_nonforest_rasters_for_the_four_dates_considered_a_25-m_resolution_digital_elevation_model_and_a_shapefile_representing_the_nongrazed_area_/3519590
10.6084/m9.figshare.3519590.v1