FAQs

Q:

How can I export time-series CSVs in batch for many regions of interest at a time?

A:
We offer a script in Google Earth Engine for running analysis over as many features as you have in your shapefile. If that is inaccessible to you, for whatever reason, we are happy run it for you if you provide a shapefile to us. 

There is nothing worse than clicking through hundreds of polygons and exporting CSVs individually in RAP—we want to help you avoid that painful process.

.

Q:

How can I download or analyze the RAP raster data directly?

A:

The easiest way to download raster data is to clip it to your region, select the specific years you are interested in, and select the specific variables you are interested in. We offer Google Earth Engine scripts and instructions for doing just that.

If you would like to download all of the RAP data, you can do so at the site: http://rangeland.ntsg.umt.edu/data/rap/

If you are a data analyst with experience in Google Earth Engine, we make most RAP products freely available for analysis. See more information here.

.

Q:

I read about the Vegetation Cover uncertainty product in Allred, et al (2021). How can I access and interpret that dataset?

A:

Accessing uncertainty data:

There are currently three options for accessing the Vegetation Cover and uncertainty datasets. The most efficient method is to use Google Earth Engine. Here is a sample script for exporting data for a specific region and year(s). And this README describes the data in more detail. In the sample script, you’ll notice PFTs (band names) ending in ‘STD’ – these are the uncertainty bands for each PFT.

We suggest using the data in Earth Engine itself for analysis (ImageCollection ‘projects/rap-data-365417/assets/vegetation-cover-v2’) as these data are large typically too large to process locally.

The other two methods are downloading the data directly via http://rangeland.ntsg.umt.edu/data/rap/rap-vegetation-cover/ or downloading subsets of these large files using GDAL – a description of that can be found in the same README.

Interpreting uncertainty data:

Uncertainty values represent a standard deviation of predictions. As such, they may be standardized by the mean when comparing across groups. Appropriate actions should be taken when the mean is less than one. Uncertainty values are scaled by 100.

In more straightforward terms – the model makes multiple predictions for each pixel. Predictions are repeated four times, the mean of those predictions is the cover value, and the standard deviation of those predictions is the uncertainty. Uncertainty should be interpreted as just that – how certain is the model in its prediction? If each of the four predictions is similar then the uncertainty is low, if the value varies with each prediction then the uncertainty will be high.

Note that uncertainty is different from error or accuracy. The mean absolute error (MAE), root mean square error (RMSE), and relative standard error (RSE) are calculated by comparing predictions to a validation dataset of field plots. 

.