FAQ

Frequently Asked Questions

How do reductions behave with partial pixels?
The weights of pixels used during an aggregation process are based on the overlap between the smaller pixels being aggregated and the larger pixels specified by the output projection. This is illustrated in the figure below.

The default behavior is that input pixel weights are computed as the fraction of the output pixel area covered by the input pixel. In the diagram, the output pixel has area a, the weight of the input pixel with intersection area b is computed as b/a and the weight of the input pixel with intersection area c is computed as c/a. 

This behavior can result in unexpected results when using a reducer other than the mean reducer. For example, to compute forested area per pixel, use the mean reducer to compute the fraction of a pixel covered, then multiply by area (instead of computing areas in the smaller pixels then adding them up with the sum reducer).
How resample work within the API & what is natively resampled?
OpenET uses Google Earth Engine’s bilinear resampling method for precipitation (Pr) and reference evapotranspiration (ETo) datasets. Bilinear resampling is an interpolation technique that estimates the value of a new pixel using the four nearest neighboring pixels (a 2×2 grid). It performs linear interpolation in both the x and y directions, resulting in smoother, more continuous outputs than simpler methods like nearest neighbor.

This method is particularly useful for continuous data such as precipitation and ETo. In some cases—especially near raster edges—it can also be used to resample coarser-resolution data (e.g., 30m) to finer resolutions (e.g., 10m) for improved visualization or analysis.
What do the different variable names stand for?
ET: Evapotranspiration 
ET_MAD_MIN: Evapotranspiration Median Absolute Deviation Minimum
ET_MAD_MAX: Evapotranspiration Median Absolute Deviation Maximum
ETo: Grass Reference Evapotranspiration
ETr: Alfalfa Reference Evapotranspiration
ETof: Fraction of Reference Evapotranspiration
NDVI: Normalized Difference Vegetation Index 
PR: Precipitation 
COUNT: Number of Cloud Free Landsat observations 
MODEL_COUNT: Number of model included in observation for Ensemble query
What are the requirements for an asset ID?
Each asset must be shared with READ permission to OpenET (See Earth Engine Tab). Each geometry in your shapefile must be simple and non-overlapping. Each polygon must contain a unique identifier and your shapefile must conform to the limits of your account (See Quota).     
Can I export to my own Google Bucket?
No. This functionality is currently deprecated
For daily overpass collections, what models have what native variables?
Ensemble: et
SIMS: etof
DisAlexi: et
eeMETRIC: etof
geeSEBAL: et
PTJPL: et
SSEBop: etof
What happens if I exceed the request limits?
What data is considered provisional?
I linked my Earth Engine account, does OpenET now have access to my whole Google Drive?
Using the parameter overpass=true returned an error. What does this mean?
What do I do if I receive the Invalid API Credentials error message?
Do field boundaries in the geodatabase change year to year?
What spatial reference system is used for raster geoTIFF exports?
What is a C.O.G.?
What is an Earth Engine Compute Unit (EECU)
What is the largest response the API can return?
When downloading a raster url return I get the error "Parameter 'left' is required."

Where can I find more information about OpenET's models?
When I use the drive_folder parameter multiple destination folders get created. What can I do to solve this?
How do I cite OpenET data?
What is the latency associated with the OpenET daily and monthly collections?

Don't see your question here? Contact us.

Last updated