| Literature DB >> 25558360 |
Sean L Tuck1, Helen Rp Phillips2, Rogier E Hintzen2, Jörn Pw Scharlemann3, Andy Purvis2, Lawrence N Hudson4.
Abstract
Remotely sensed data - available at medium to high resolution across global spatial and temporal scales - are a valuable resource for ecologists. In particular, products from NASA's MODerate-resolution Imaging Spectroradiometer (MODIS), providing twice-daily global coverage, have been widely used for ecological applications. We present MODISTools, an R package designed to improve the accessing, downloading, and processing of remotely sensed MODIS data. MODISTools automates the process of data downloading and processing from any number of locations, time periods, and MODIS products. This automation reduces the risk of human error, and the researcher effort required compared to manual per-location downloads. The package will be particularly useful for ecological studies that include multiple sites, such as meta-analyses, observation networks, and globally distributed experiments. We give examples of the simple, reproducible workflow that MODISTools provides and of the checks that are carried out in the process. The end product is in a format that is amenable to statistical modeling. We analyzed the relationship between species richness across multiple higher taxa observed at 526 sites in temperate forests and vegetation indices, measures of aboveground net primary productivity. We downloaded MODIS derived vegetation index time series for each location where the species richness had been sampled, and summarized the data into three measures: maximum time-series value, temporal mean, and temporal variability. On average, species richness covaried positively with our vegetation index measures. Different higher taxa show different positive relationships with vegetation indices. Models had high R (2) values, suggesting higher taxon identity and a gradient of vegetation index together explain most of the variation in species richness in our data. MODISTools can be used on Windows, Mac, and Linux platforms, and is available from CRAN and GitHub (https://github.com/seantuck12/MODISTools).Entities:
Keywords: Conservation biology; PREDICTS; earth observation; global change; land processes; macroecology; remote-sensing; satellite imagery
Year: 2014 PMID: 25558360 PMCID: PMC4278818 DOI: 10.1002/ece3.1273
Source DB: PubMed Journal: Ecol Evol ISSN: 2045-7758 Impact factor: 2.912
Moderate-resolution Imaging Spectroradiometer products available for download using MODISTools, and examples of their use. Potential summary measures are techniques that are currently used in the literature and may be incorporated into MODISTools in future releases. Several other methods have been proposed to summarize and thereby reduce the serial correlation in time series of remotely sensed data, including principal components analysis (PCA; (Eastman and Fulk 1993), temporal Fourier processing (e.g., Scharlemann et al. 2008), and simple metrics such as bioclimatic variables (e.g., BIOCLIM variables; Xu and Hutchinson 2011)
| Code | Product | Examples of product use | Potential summary measures |
|---|---|---|---|
| MOD09/MYD09 | Surface reflectance | Spatiotemporal distribution of rice phenology (Sakamoto et al. | NA – reflectance data from which many measures can be derived |
| Monitoring intensification of croplands (Galford et al. | |||
| Land cover mapping of Germany (Colditz et al. | |||
| MOD11/MYD11 | Surface temperature and emissivity | Investigating the relationship between land surface temperature and vapor pressure deficit (Hashimoto et al. | Degree days; length of period above temperature threshold |
| Calculating air surface temperature using remotely sensed data and meteorological data (Benali et al. | |||
| MOD43/MCD43 | Nadir BRDF-adjusted Reflectance | Land cover mapping of South Africa (Colditz et al. | NA – reflectance data from which many measures can be derived |
| Studying vegetation phenology in the United States (Zhang et al. | |||
| MOD13/MYD13 | Vegetation Indices | Crop-related LULC classification in the U.S. Central Great Plains (Wardlow et al. | Phenological measures (eg. season shift index); change vector magnitude; integrated vegetation indices |
| GPP estimates for biomes across the conterminous US (Xiao et al. | |||
| Quantifying tree cover in an African grass savanna (Gaughan et al. | |||
| MOD15 | LAI/FPAR | Comparison of products suitable for vegetation phenology (Ahl et al. | Phenological metrics; annually integrated LAI/FPAR |
| GPP estimates for biomes across the conterminous US (Xiao et al. | |||
| MOD17 | Gross primary productivity (GPP), Net photosynthesis | Calculating global terrestrial net primary production (Running et al. | Total productivity; peak NPP; seasonality of GPP |
| Validation of NPP/GPP across multiple biomes (Turner et al. | |||
| MCD12 | Land cover and change | Estimation of timber volume (Nelson et al. | |
| Presentation and validation of global land cover types (Friedl et al. |
Figure 1Time series of NDVI following a QualityScreen, as produced by an optional argument DiagnosticPlots in MODISSummaries, that illustrates the relationship between the three measures used: maximum time-series value, temporal mean, and temporal variability. On the y-axis is NDVI at 250 m2 resolution (the axis label is the data band name for this Science Data Set). On the x-axis is time, with 16-day regular intervals. This time series produces a temporal variability value of 0.4. Variability is defined in the introduction of the main text. Upper black dashed line indicates the maximum value in the time series and the lower black dashed line indicates the minimum value in the time series. The solid red line indicates the interpolated values of the NDVI. Red dashed line indicates the mean of these values.
An explanation of the sections, for example, text string (in text), which shows the format of data subsets written in the ASCII text file outputs from MODISSubsets. These ASCII files can be read back into an R workspace using read.csv(“filename.asc”, header = FALSE, as.is = TRUE). The resulting data.frame would contain columns for each section described below and rows for each date in the time series
| Section description | Example |
|---|---|
| Number of tile rows | 1 |
| Number of tile columns | 1 |
| 13702705 | |
| –3709977 | |
| Pixel size (meters) | 231.6564 |
| Unique Identifier | MOD13Q1.A2009001.h30v12.005.2009020003129.250m_16_days_EVI |
| Shortname code for the MODIS product requested | MOD13Q1 |
| Date code for this string of data, year and Julian day (A[YYYYDDD]) | A2009001 |
| Input coordinates and the width (Samp) and height (Line) in number of pixels of the tile surrounding the input coordinate | Lat-33.3636449991Lon147.548402Samp1Line1 |
| Date–time that MODIS data product was processed (YYYYDDDHHMMSS) | 2009020003129 |
| All values following are data for each pixel in the tile ( | 1567 |
Performance metrics for the downloading function, MODISSubsets, all times reported in seconds. The times reported here are for a simple subset request (one site, focal pixel only, for 1 year) using an example data.frame provided with MODISTools called SubsetExample. The effect of time-series length (3 years), tile size (2.25 × 2.25 km tile size – 81 pixels), and number of sites (four sites, using the MODISTools data.frame EndCoordinatesExample) on time taken to download is shown for multiple computers. The largest source of variation in download times will be traffic at the ORNL DAAC MODIS server, and internet connection
| System | Simple request | Time-series length | Tile size | Number of sites |
|---|---|---|---|---|
| MacBook Air (2013) | 51.962 | 119.687 | 32.177 | 173.033 |
| Processor: 1.3 GHz Intel Core i5 | ||||
| Memory: 8 GB 1600 MHz DDR3 | ||||
| Software: OSX 10.9.4 | ||||
| Internet: up to 30 MB wireless | ||||
| MacBook Pro | 36.887 | 99.253 | 37.093 | 148.616 |
| Processor: 2.4 GHz Intel Core 2 Duo | ||||
| Memory: 4 GB 1067 MHz DDR3 | ||||
| Software: OSX 10.6.8 | ||||
| Internet: up to 90 MB wireless | ||||
| MacBook Mini | 47.387 | 112.134 | 39.210 | 158.606 |
| Processor: 2.6 GHz Intel Core i7 | ||||
| Memory: 16 GB 1600 MHz DDR3 | ||||
| Software: OSX 10.8.5 | ||||
| Internet: Network cable |
Figure 2Responses of four taxa to changes in maximum NDVI. Aves (black line) showed no significant response to changes in maximum NDVI, while Coleoptera (purple line), Hymenoptera (yellow line) and Pinopsida (green line) showed a positive response to increasing maximum NDVI. Shaded areas indicate 95% confidence intervals.