FormalPara Overview

The purpose of this chapter is to introduce some of the principal characteristics of remotely sensed images and how they can be examined in Earth Engine. We discuss spatial resolution, temporal resolution, and spectral resolution, along with how to access important image metadata. You will be introduced to image data from several sensors aboard various satellite platforms. At the completion of the chapter, you will be able to understand the difference between remotely sensed datasets based on these characteristics and how to choose an appropriate dataset for your analysis based on these concepts.

FormalPara Learning Outcomes
  • Understanding spatial, temporal, and spectral resolution.

  • Navigating the Earth Engine Console to gather information about a digital image, including resolution and other data documentation.

Assumes you know how to

  • Navigate among Earth Engine result tabs (Chap. 1).

  • Visualize images with a variety of false-color band combinations (Chap. 2).

1 Introduction to Theory

Images and image collections form the basis of many remote sensing analyses in Earth Engine. There are many different types of satellite imagery available to use in these analyses, but not every dataset is appropriate for every analysis. To choose the most appropriate dataset for your analysis, you should consider multiple factors. Among these are the resolution of the dataset—including the spatial, temporal, and spectral resolutions—as well as how the dataset was created and its quality.

The resolution of a dataset can influence the granularity of the results, the accuracy of the results, and how long it will take the analysis to run, among other things. For example, spatial resolution, which you will learn more about in Sect. 4.2.1, indicates the amount of Earth’s surface area covered by a single pixel. One recent study compared the results of a land use classification (the process by which different areas of the Earth’s surface are classified as forest, urban areas, etc.) and peak total suspended solids (TSS) loads using two datasets with different spatial resolutions. One dataset had pixels representing 900 m2 of the Earth’s surface, and the other represented 1 m2. The higher resolution dataset (1 m2) had higher accuracy for the land use classification and better predicted TSS loads for the full study area. On the other hand, the lower resolution dataset was less costly and required less analysis time (Fisher et al. 2018).

Temporal and spectral resolutions can also strongly affect analysis outcomes. In the Practicum that follows, we will showcase each of these types of resolution, along with key metadata types. We will also show you how to find more information about the characteristics of a given dataset in Earth Engine.

2 Practicum

2.1 Section 1: Searching for and Viewing Image Collection Information

Earth Engine’s search bar can be used to find imagery and to locate important information about datasets in Earth Engine. Let us use the search bar, located above the Earth Engine code, to find out information about the Landsat 7 Collection 2 Raw Scenes. First, type “Landsat 7 collection 2” into the search bar (Fig. 4.1). Without hitting Enter, matches to that search term will appear.

Fig. 4.1
A screenshot of a search bar. It has landsat 7 collection 2 written on the bar with a list of places and rasters below.

Searching for Landsat 7 in the search bar

Now, click on USGS Landsat 7 Collection 2 Tier 1 Raw Scenes. A new inset window will appear (Fig. 4.2).

Fig. 4.2
A screenshot of the U S G S landsat 7 collection 2 tier 1 raw scenes window. It has the description tab selected with an image of the landsat on the top left and the description on the right. It also has information on dataset availability, provider, and tags under the image.

Inset window with information about the Landsat 7 dataset

The inset window has information about the dataset, including a description, bands that are available, image properties, and terms of use for the data across the top. Click on each of these tabs and read the information provided. While you may not understand all of the information right now, it will set you up for success in future chapters.

On the left-hand side of this window, you will see a range of dates when the data are available, a link to the dataset provider’s webpage, and a collection snippet. This collection snippet can be used to import the dataset by pasting it into your script, as you did in previous chapters. You can also use the large Import button to import the dataset into your current workspace. In addition, if you click on the See example link, Earth Engine will open a new code window with a snippet of code that shows code using the dataset. Code snippets like this can be very helpful when learning how to use a dataset that is new to you.

For now, click on the small “pop out” button in the upper-right corner of the window. This will open a new window with the same information (Fig. 4.3); you can keep this new window open and use it as a reference as you proceed.

Fig. 4.3
A screenshot of the Earth engine data catalog window. It has the view all datasets tab selected with information on U S G S landsat 7 collection 2 tier 1 raw scenes. It gives the data on dataset availability, provider, Earth engine snippet, and tags.

Data Catalog page for Landsat 7 with information about the dataset

Switch back to your code window. Your “Landsat 7 collection 2” search term should still be in the search bar. This time, click the “Enter” key or click on the search magnifying glass icon. This will open a Search results inset window (Fig. 4.4).

Fig. 4.4
A screenshot of the search results window. It has the search results matching landsat 7 collection 2 with a list of 6 T O A reflectance and raw scenes. It also has the close and open in catalog buttons at the bottom right.

Search results matching “Landsat 7 collection 2”

This more complete search results’ inset window contains short descriptions about each of the datasets matching your search, to help you choose which dataset you want to use. Click on the Open in Catalog button to view these search results in the Earth Engine Data Catalog (Fig. 4.5). Note that you may need to click Enter in the data catalog search bar with your phrase to bring up the results in this new window.

Fig. 4.5
A screenshot of the Earth engine data catalog page. It has the description, a search bar, and 2 landsat images with information on U S G S landsat 7 collection 2 tier 1 raw scenes and U S G S landsat 7 collection 2 tier 1 and real-time data raw scenes.

Earth Engine Data Catalog results for the “Landsat 7 collection 2” search term

Now that we know how to view this information, let us dive into some important remote sensing terminology.

2.2 Section 2: Spatial Resolution

Spatial resolution relates to the amount of Earth’s surface area covered by a single pixel. It is typically referred to in linear units, for a single side of a square pixel: for example, we typically say that Landsat 7 has “30 m” color imagery. This means that each pixel is 30 m to a side, covering a total area of 900 m2 of the Earth’s surface. Spatial resolution is often interchangeably also referred to as the scale, as will be seen in this chapter when we print that value. The spatial resolution of a given dataset greatly affects the appearance of images and the information in them, when you are viewing them on Earth’s surface.

Next, we will visualize data from multiple sensors that capture data at different spatial resolutions, to compare the effect of different pixel sizes on the information and detail in an image. We will be selecting a single image from each ImageCollection to visualize. To view the image, we will draw them each as a color-IR image, a type of false-color image (described in detail in Chap. 2) that uses the infrared, red, and green bands. As you move through this portion of the Practicum, zoom in and out to see differences in the pixel size and the image size.

MODIS (on the Aqua and Terra satellites)

As discussed in Chap. 3, the common resolution collected by MODIS for the infrared, red, and green bands is 500 m. This means that each pixel is 500 m on a side, with a pixel thus representing 0.25 km2 of area on the Earth’s surface.

Use the following code to center the map on the San Francisco airport at a zoom level of 16.

A snippet of a 7-line code. It includes functions to explore spatial resolution, define a region of interest, var s f o point, and map dot center object, among others.

Let us use what we learned in the previous section to search for, get information about, and import the MODIS data into our Earth Engine workspace. Start by searching for “MODIS 500” in the Earth Engine search bar (Fig. 4.6).

Fig. 4.6
A screenshot of a search bar. It has modis 500 written on the bar with a list of rasters below.

Using the search bar for the MODIS dataset

Use this to import the “MOD09A1.061 Terra Surface Reflectance 8-day Global 500 m” ImageCollection. A default name for the import appears at the top of your script; change the name of the import to mod09 (Fig. 4.7).

Fig. 4.7
A snippet of the code var mod 09 image collection MODIS slash 061 slash MOD 09 A 1.

Rename the imported MODIS dataset

When exploring a new dataset, you can find the names of bands in images from that set by reading the summary documentation, known as the metadata, of the dataset. In this dataset, the three bands for a color-IR image are “sur_refl_b02” (infrared), “sur_refl_b01” (red), and “sur_refl_b04” (green).

A snippet of several lines of code. It includes functions of MODIS, get an image from your imported MODIS, var modis image, var modis bands, var modis v i s, and map dot add layer, among others.

In your map window, you should now see something like this (Fig. 4.8).

Fig. 4.8
A screenshot of a window. It has zoom-in and zoom-out options and a toolbar on the top left, and layers and map options on the top right. The window also has a color gradient patterned image.

Viewing the MODIS image of the San Francisco airport

You might be surprised to see that the pixels, which are typically referred to as “square”, are shown as parallelograms. The shape and orientation of pixels are controlled by the “projection” of the dataset, as well as the projection we are viewing them in. Most users do not have to be very concerned about different projections in Earth Engine, which automatically transfers data between different coordinate systems as it did here. For more details about projections in general and their use in Earth Engine, you can consult the official documentation.

Let us view the size of pixels with respect to objects on the ground. Turn on the satellite basemap to see high-resolution data for comparison by clicking on Satellite in the upper-right corner of the map window. Then, decrease the layer’s opacity: set the opacity in the Layers manager using the layer’s slider (see Chap. 2). The result will look like Fig. 4.9.

Fig. 4.9
A screenshot of a window. It has zoom-in and zoom-out options and a toolbar on the top left, and layers and map options on the top right. The window also has an image of an area superimposed with color gradient patterns.

Using transparency to view the MODIS pixel size in relation to high-resolution imagery of the San Francisco airport

Print the size of the pixels (in meters) by running this code:

A snippet of a 4-line code. It includes functions to get the scale of the data, var modis scale, and print, among others.

In that call, we used the nominalScale function here after accessing the projection information from the MODIS NIR band. That function extracts the spatial resolution from the projection information, in a format suitable to be printed to the screen. The nominalScale function returns a value just under the stated 500 m resolution due to the sinusoidal projection of MODIS data and the distance of the pixel from nadir—that is, where the satellite is pointing directly down at the Earth’s surface.

TM (on early Landsat satellites)

Thematic Mapper (TM) sensors were flown aboard Landsat 4 and 5. TM data have been processed to a spatial resolution of 30 m, and were active from 1982 to 2012. Search for “Landsat 5 TM” and import the result called “USGS Landsat 5 TM Collection 2 Tier 1 Raw Scenes”. In the same way you renamed the MODIS collection, rename the import tm. In this dataset, the three bands for a color-IR image are called “B4” (infrared), “B3” (red), and “B2” (green). Let us now visualize TM data over the airport and compare it with the MODIS data. Note that we can either define the visualization parameters as a variable (as in the previous code snippet) or place them in curly braces in the Map.addLayer function (as in this code snippet).

When you run this code, the TM image will display. Notice how many more pixels are displayed on your screen when compared to the MODIS image (Fig. 4.10).

Fig. 4.10
A screenshot of a window. It has zoom-in and zoom-out options and a toolbar on the top left, and layers and map options on the top right. The window also has a color gradient image of an area.

Visualizing the TM imagery from the Landsat 5 satellite

A snippet of several lines of code. It includes functions of T M, filter T M imagery, var t m image, dot filter bounds, dot filter date, display the T M image, and map dot add layer, among others.

As we did for the MODIS data, let us check the scale. The scale is expressed in meters:

A snippet of a 4-line code. It includes functions to get the scale of the T M data, var t m scale, and print, among others.

MSI (on the Sentinel-2 satellites)

The MultiSpectral Instrument (MSI) flies aboard the Sentinel-2 satellites, which are operated by the European Space Agency. The red, green, blue, and near-infrared bands are captured at 10 m resolution, while other bands are captured at 20 and 30 m. The Sentinel-2A satellite was launched in 2015 and the 2B satellite was launched in 2017.

Search for “Sentinel 2 MSI” in the search bar, and add the “Sentinel-2 MSI: MultiSpectral Instrument, Level-1C” dataset to your workspace. Name it msi. In this dataset, the three bands for a color-IR image are called “B8” (infrared), “B4” (red), and “B3” (green).

A snippet of several lines of code. It includes functions of M S I, filter M S I imagery, var m s i image, dot filter bounds, dot filter date, display the M S I image, and map dot add layer, among others.

Compare the MSI imagery with the TM and MODIS imagery, using the opacity slider. Notice how much more detail you can see on the airport terminal and surrounding landscape. The 10 m spatial resolution means that each pixel covers approximately 100 m2 of the Earth’s surface, a much smaller area than the TM imagery (900 m2) or the MODIS imagery (0.25 km2) (Fig. 4.11).

Fig. 4.11
A screenshot of a window. It has zoom-in and zoom-out options and a toolbar on the top left, and layers and map options on the top right. The window also has a bright color gradient image of an area.

Visualizing the MSI imagery

The extent of the MSI image displayed is also smaller than that for the other instruments we have looked at. Zoom out until you can see the entire San Francisco Bay. The MODIS image covers the entire globe, the TM image covers the entire San Francisco Bay and the surrounding area south toward Monterey, while the MSI image captures a much smaller area (Fig. 4.12).

Fig. 4.12
A screenshot of a window. It has zoom-in and zoom-out options and a toolbar on the top left, and layers and map options on the top right. The window also has a color gradient image of an area. There are square-shaped layers in the center.

Visualizing the image size for the MODIS, Landsat 5 (TM instrument), and Sentinel-2 (MSI instrument) datasets

Check the scale of the MSI instrument (in meters):

A snippet of a 4-line code. It includes functions to get the scale of the M S I data, var m s i scale, and print, among others.

NAIP

The National Agriculture Imagery Program (NAIP) is a US government program to acquire imagery over the continental USA using airborne sensors. Data are collected for each state approximately every three years. The imagery has a spatial resolution of 0.5–2 m, depending on the state and the date collected.

Search for “naip” and import the dataset for NAIP: National Agriculture Imagery Program”. Name the import naip. In this dataset, the three bands for a color-IR image are called “N” (infrared), “R” (red), and “G” (green).

A snippet of several lines of code. It includes functions of N A I P, get N A I P images, var n a i p image, dot filter bounds, dot filter date, display the N A I P mosaic, and map dot add layer, among others.

The NAIP imagery is even more spatially detailed than the Sentinel-2 MSI imagery. However, we can see that our one NAIP image does not totally cover the San Francisco airport. If you like, zoom out to see the boundaries of the NAIP image as we did for the Sentinel-2 MSI imagery (Fig. 4.13).

Fig. 4.13
A screenshot of a window. It has zoom-in and zoom-out options and a toolbar on the top left, and layers and map options on the top right. The window also has a color gradient image of an area. The left portion of the image has a color gradient layer.

NAIP color-IR composite over the San Francisco airport

And get the scale, as we did before.

A snippet of a 4-line code. It includes functions to get the N A I P resolution, var n a i p scale, and print, among others.

Each of the datasets we have examined has a different spatial resolution. By comparing the different images over the same location in space, you have seen the differences between the large pixels of MODIS, the medium-sized pixels of TM (Landsat 5) and MSI (Sentinel-2), and the small pixels of the NAIP. Datasets with large-sized pixels are also called “coarse resolution”, those with medium-sized pixels are also called “moderate resolution”, and those with small-sized pixels are also called “fine resolution”.

Code Checkpoint F13a. The book’s repository contains a script that shows what your code should look like at this point.

2.3 Section 3: Temporal Resolution

Temporal resolution refers to the revisit time or temporal cadence of a particular sensor’s image stream. Revisit time is the number of days between sequential visits of the satellite to the same location on the Earth’s surface. Think of this as the frequency of pixels in a time series at a given location.

Landsat

The Landsat satellites 5 and later are able to image a given location every 16 days. Let us use our existing tm dataset from Landsat 5. To see the time series of images at a location, you can filter an ImageCollection to an area and date range of interest and then print it. For example, to see the Landsat 5 images for three months in 1987, run the following code:

A snippet of a 7-line code. It includes functions to explore temporal resolution, use print to see landsat, print, and dot filter bounds, among others.
A snippet of a 6-line code. It includes functions to create a chart, var t m chart, image collection, and region, among others.

Expand the features’ property of the printed ImageCollection in the Console output to see a List of all the images in the collection. Observe that the date of each image is part of the filename (e.g., LANDSAT/LT05/C02/T1/LT05_044034_19870628) (Fig. 4.14).

Fig. 4.14
A snippet of the properties. It includes information on the image, type, i d, version, bands, and properties.

Landsat image name and feature properties

However, viewing this list does not make it easy to see the temporal resolution of the dataset. We can use Earth Engine’s plotting functionality to visualize the temporal resolution of different datasets. For each of the different temporal resolutions, we will create a per-pixel chart of the NIR band that we mapped previously. To do this, we will use the ui.Chart.image.series function.

The ui.Chart.image.series function requires you to specify a few things in order to calculate the point to chart for each time step. First, we filter the ImageCollection (you can also do this outside the function and then specify the ImageCollection directly). We select the B4 (near-infrared) band and then select three months by using filterDate on the ImageCollection. Next, we need to specify the location to chart; this is the region argument. We will use the sfoPoint variable we defined earlier.

A snippet of a 6-line code. It includes functions to create a chart, var t m chart, image collection, and region, among others.

By default, this function creates a trend line. It is difficult to see precisely when each image was collected, so let us create a specialized chart style that adds points for each observation.

A snippet of several lines of code. It includes functions to define a chart style, var chart style, h axis, v axis, series, t m chart, and print, among others.

When you print the chart, it will have a point each time an image was collected by the TM instrument (Fig. 4.15). In the Console, you can move the mouse over the different points and see more information. Also note that you can expand the chart using the button in the upper-right-hand corner. We will see many more examples of charts, particularly in the chapters in Part IV.

Fig. 4.15
A line graph, titled T M chart, of N I R mean versus dates. It plots a line of N I R with a decreasing trend, a peak, and minor fluctuations.

A chart showing the temporal cadence or temporal resolution of the Landsat 5 TM instrument at the San Francisco airport

Sentinel-2

The Sentinel-2 program’s two satellites are in coordinated orbits, so that each spot on Earth gets visited about every 5 days. Within Earth Engine, images from these two sensors are pooled in the same dataset. Let us create a chart using the MSI instrument dataset we have already imported.

A snippet of several lines of code. It includes functions of sentinel 2, var m s i chart, image collection, apply the previously defined custom style properties, and print, among others.

Compare this Sentinel-2 graph (Fig. 4.16) with the Landsat graph you just produced (Fig. 4.15). Both cover a period of six months, yet there are many more points through time for the Sentinel-2 satellite, reflecting the greater temporal resolution.

Fig. 4.16
A line graph, titled M S I chart, of N I R mean versus dates. It plots a line of N I R with a fluctuating trend and intense peaks and dips.

A chart showing the temporal cadence or temporal resolution of the Sentinel-2 MSI instrument at the San Francisco airport

Code Checkpoint F13b. The book’s repository contains a script that shows what your code should look like at this point.

2.4 Section 4: Spectral Resolution

Spectral resolution refers to the number and width of spectral bands in which the sensor takes measurements. You can think of the width of spectral bands as the wavelength intervals for each band. A sensor that measures radiance in multiple bands is called a multispectral sensor (generally 3–10 bands), while a sensor with many bands (possibly hundreds) is called a hyperspectral sensor; however, these are relative terms without universally accepted definitions.

Let us compare the multispectral MODIS instrument with the hyperspectral Hyperion sensor aboard the EO-1 satellite, which is also available in Earth Engine.

MODIS

There is an easy way to check the number of bands in an image:

A snippet of a 9-line code. It includes functions to explore spectral resolution, get the MODIS band names, var modis bands, and print, among others.

Note that not all of the bands are spectral bands. As we did with the temporal resolution, let us graph the spectral bands to examine the spectral resolution. If you ever have questions about what the different bands in the band list are, remember that you can find this information by visiting the dataset information page in Earth Engine or the data or satellite’s webpage.

A snippet of an 11-line code. It includes functions to graph the MODIS spectral bands, select only the reflectance bands of interest, and var reflectance image, among others.

As before, we will customize the chart to make it easier to read.

A snippet of several lines of code. It includes functions to define an object, var options, h axis, v axis, legend, and point size, among others.

And create a chart using the ui.Chart.image.regions function.

A snippet of several lines of code. It includes functions to make the chart, var modis reflectance chart, dot set options, and print, among others.

The resulting chart is shown in Fig. 4.17. Use the expand button in the upper right to see a larger version of the chart than the one printed to the Console.

Fig. 4.17
A line graph, titled MODIS spectrum at S F O, of reflectance versus bands. It plots a line with a fluctuating trend and a sharp peak and dip.

Plot of TOA reflectance for MODIS

EO-1

Now, let us compare MODIS with the EO-1 satellite’s hyperspectral sensor. Search for “eo-1” and import the “EO-1 Hyperion Hyperspectral Imager” dataset. Name it eo1. We can look at the number of bands from the EO-1 sensor.

A snippet of several lines of code. It includes functions to get the E 0 1 band names, var e o 1 image, dot filter date, var e o 1 bands, and print, among others.

Examine the list of bands that are printed in the Console. Notice how many more bands the hyperspectral instrument provides.

Now let us create a reflectance chart as we did with the MODIS data.

A snippet of several lines of code. It includes functions to create an options object, var options E 01, h axis, v axis, legend, point size, var e o 1 chart, and print, among others.

The resulting chart is shown in Fig. 4.18. There are so many bands that their names only appear as “…”!

Fig. 4.18
A line graph, titled E O 1 spectrum, of reflectance versus bands. It plots a line with a decreasing trend and intense fluctuations.

Plot of TOA reflectance for EO-1 as displayed in the Console. Note the button to expand the plot in the upper-right-hand corner

If we click on the expand icon in the top right corner of the chart, it is a little easier to see the band identifiers, as shown in Fig. 4.19.

Fig. 4.19
A line graph, titled E O 1 spectrum, of reflectance versus bands. It plots a line with a decreasing trend, peaks and dips, and intense fluctuations.

Expanded plot of TOA reflectance for EO-1

Compare this hyperspectral instrument chart with the multispectral chart we plotted above for MODIS.

Code Checkpoint F13c. The book’s repository contains a script that shows what your code should look like at this point.

2.5 Section 5: Per-Pixel Quality

As you saw above, an image consists of many bands. Some of these bands contain spectral responses of Earth’s surface, including the NIR, red, and green bands we examined in the spectral resolution section. What about the other bands? Some of these other bands contain valuable information, like pixel-by-pixel quality-control data.

For example, Sentinel-2 has a QA60 band, which contains the surface reflectance quality assurance information. Let us map it to inspect the values.

A snippet of an 8-line code. It includes functions to examine pixel quality, sentinel quality visualization, and var m s i cloud = m s i, among others.

Use the Inspector tool to examine some of the values. You may see values of 0 (black), 1024 (gray), and 2048 (white). The QA60 band has values of 1024 for opaque clouds and 2048 for cirrus clouds. Compare the false-color image with the QA60 band to see these values. More information about how to interpret these complex values is given in Chap. 15, which explains the treatment of clouds.

Code Checkpoint F13d. The book’s repository contains a script that shows what your code should look like at this point.

2.6 Section 6: Metadata

In addition to band imagery and per-pixel quality flags, Earth Engine allows you to access substantial amounts of metadata associated with an image. This can all be easily printed to the Console for a single image.

Let us examine the metadata for the Sentinel-2 MSI.

A snippet of a 4-line code. It includes functions of metadata and print, among others.

Examine the object you have created in the Console (Fig. 4.20). Expand the image name, then the properties object.

Fig. 4.20
A snippet of several lines of M S I image metadata. It includes information on image, type, i d, version, bands, and properties. It has 66 properties of objects where the cloudy underscore pixel underscore percentage is 15.9791.

Checking the “CLOUDY_PIXEL_PERCENTAGE” property in the metadata for Sentinel-2

The first entry is the CLOUDY_PIXEL_PERCENTAGE information. Distinct from the cloudiness flag attached to every pixel, this is an image-level summary assessment of the overall cloudiness in the image. In addition to viewing the value, you might find it useful to print it to the screen, for example, or to record a list of cloudiness values in a set of images. Metadata properties can be extracted from an image’s properties using the get function and printed to the Console.

A snippet of a 3-line code. It includes functions of image level cloud info, var m s i cloudiness, and print, among others.

Code Checkpoint F13e. The book’s repository contains a script that shows what your code should look like at this point.

3 Synthesis

Assignment 1. Recall the plots of spectral resolution we created for MODIS and EO-1. Create a plot of spectral resolution for one of the other sensors described in this chapter. What are the bands called? What wavelengths of the electromagnetic spectrum do they correspond to?

Assignment 2. Recall how we extracted the spatial resolution and saved it to a variable. In your code, set the following variables to the scales of the bands shown in Table 4.1.

Table 4.1 Three datasets and bands to use

Assignment 3. Make this point in your code: ee.Geometry.Point([-122.30144, 37.80215]). How many MYD09A1 images are there in 2017 at this point? Set a variable called mod09ImageCount with that value, and print it. How many Sentinel-2 MSI surface reflectance images are there in 2017 at this point? Set a variable called msiImageCount with that value, and print it.

4 Conclusion

A good understanding of the characteristics of your images is critical to your work in Earth Engine and the chapters going forward. You now know how to observe and query a variety of remote sensing datasets and can choose among them for your work. For example, if you are interested in change detection, you might require a dataset with spectral resolution including near-infrared imagery and a fine temporal resolution. For analyses at a continental scale, you may prefer data with a coarse spatial scale, while analyses for specific forest stands may benefit from a very fine spatial scale.