mirror of
https://github.com/bellingcat/RS4OSINT.git
synced 2026-06-08 03:28:36 +03:00
fixed image paths
This commit is contained in:
@@ -11,7 +11,7 @@ Before learning how to load, process, and analyze satellite imagery in Google Ea
|
||||
[Remote sensing](https://www.sciencedirect.com/topics/medicine-and-dentistry/remote-sensing) is the science of obtaining information about an object or phenomenon without making physical contact with the object. Remote sensing can be done with various types of electromagnetic radiation such as visible, infrared or microwave. The electromagnetic radiation is either emitted or reflected from the object being sensed. The reflected radiation is then collected by a sensor and processed to obtain information about the object.
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
@@ -32,9 +32,9 @@ Spatial resolution governs how "sharp" an image looks. The Google Maps satellite
|
||||
Most of the optical imagery that is freely available has relatively low spatial resolution (it looks more grainy than, for example, the Google satellite basemap),
|
||||
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
|
||||
### Spectral Resolution
|
||||
|
||||
@@ -11,7 +11,7 @@ This section highlights ten categories of geospatial data available natively in
|
||||
|
||||
|
||||
## Optical Imagery
|
||||
 tutorial.](../images/obj_det3.jpg)
|
||||
 tutorial.](images/obj_det3.jpg)
|
||||
|
||||
|
||||
Optical satellite imagery is the bread and butter of many open source investigations. It would be tough to list off all of the possible use cases, so here's a handy flowchart:
|
||||
@@ -83,7 +83,7 @@ There are several different types of optical satellite imagery available in the
|
||||
|
||||
|
||||
## Radar Imagery
|
||||

|
||||

|
||||
|
||||
|
||||
Synthetic Aperture Radar imagery (SAR) is a type of remote sensing that uses radio waves to detect objects on the ground. SAR imagery is useful for detecting objects that are small, or that are obscured by clouds or other weather phenomena. SAR imagery is also useful for detecting objects that are moving, such as ships or cars.
|
||||
@@ -109,7 +109,7 @@ Synthetic Aperture Radar imagery (SAR) is a type of remote sensing that uses rad
|
||||
|
||||
|
||||
## Nighttime Lights
|
||||

|
||||

|
||||
|
||||
|
||||
Satellite images of the Earth at night are a useful proxy for human activity. The brightness of a given area at night is a function of the number of people living there and the nature of their activities. The effects of conflict, natural disasters, and economic development can all be inferred from changes in nighttime lights.
|
||||
@@ -144,7 +144,7 @@ The timelapse above reveals a number of interesting things: The capture of Mosul
|
||||
|
||||
|
||||
|
||||
{width=100%}
|
||||
{width=100%}
|
||||
|
||||
|
||||
Climate and atmospheric data can be used to track the effects of conflict on the environment. The European Space Agency's Sentinel-5p satellites measure the concentration of a number of atmospheric gasses, including nitrogen dioxide, methane and ozone. Measurements are available on a daily basis at a fairly high resolution (1km), allowing for the detection of localized sources of pollution such as oil refineries or power plants. For example, see this [Bellingcat article](https://www.bellingcat.com/resources/2021/04/15/what-oil-satellite-technology-and-iraq-can-tell-us-about-pollution/) in which Wim Zwijnenburg and I trace pollution to specific facilities operated by multinational oil companies in Iraq.
|
||||
@@ -175,7 +175,7 @@ The Copernicus Atmosphere Monitoring Service (CAMS) provides similar data at a l
|
||||
|
||||
|
||||
## Mineral Deposits
|
||||

|
||||

|
||||
|
||||
|
||||
Mining activities often play an important role in conflict. According to an influential [study](https://www.aeaweb.org/articles?id=10.1257/aer.20150774), "the historical rise in mineral prices might explain up to one-fourth of the average level of violence across African countries" between 1997 and 2010. Data on the location of mineral deposits can be used to identify areas where mining activities are likely to be taking place, and several such datasets are available in Google Earth Engine.
|
||||
@@ -204,7 +204,7 @@ Mining activities often play an important role in conflict. According to an infl
|
||||
|
||||
|
||||
## Fires
|
||||

|
||||

|
||||
|
||||
|
||||
Earth-observing satellites can detect "thermal anomalies" (fires) from space. NASA's Fire Information for Resource Management System (FIRMS) provides daily data on active fires in near real time, going back to the year 2000. Carlos Gonzales wrote a comprehensive [Bellingcat article](https://www.bellingcat.com/resources/2022/10/04/scorched-earth-using-nasa-fire-data-to-monitor-war-zones/) on the use of FIRMS to monitor war zones from Ukraine to Ethiopia. The map above shows that FIRMS detected fires over Eastern Ukraine trace the frontline of the war.
|
||||
@@ -234,7 +234,7 @@ FIRMS data are derived from the MODIS satellite, but only show the central locat
|
||||
|
||||
|
||||
## Population Density Estimates
|
||||

|
||||

|
||||
|
||||
|
||||
Sometimes, we may want to get an estimate of the population in a specific area to ballpark how many people might be affected by a natural disaster, a counteroffensive or a missile strike. You can't really Google "what is the population in this rectangle I've drawn in Northeastern Syria?" and get a good answer. Luckily, there are several spatial population datasets hosted in GEE that let you do just that. Some, such as WorldPop, provide estimated breakdowns by age and sex as well. However, it is extremely important to bear in mind that these are **estimates**, and will **not** take into account things like conflict-induced displacement. For example, Oak Ridge National Laboratory's LandScan program has released high-resolution population data for Ukraine, but this pertains to the pre-war population distribution. The war has radically changed this distribution, so these estimates no longer reflect where people *are*. Still, this dataset could be used to roughly estimate displacement or the number of people who will need new housing.
|
||||
@@ -261,7 +261,7 @@ Sometimes, we may want to get an estimate of the population in a specific area t
|
||||
|
||||
|
||||
## Building Footprints
|
||||

|
||||

|
||||
|
||||
|
||||
A building footprint dataset contains the two dimensional outlines of buildings in a given area. Currently, GEE hosts one building footprint dataset which covers all of Africa. In 2022, Microsoft released a free [global building footprint dataset](https://www.microsoft.com/en-us/maps/building-footprints), though to use it in Earth Engine you'll have to download it from their [GitHub page](https://github.com/Microsoft/USBuildingFootprints) and upload it manually to GEE. The same goes for OpenStreetMap (OSM), a public database of building footprints, roads, and other features that also contains useful annotations for many buildings indicating their use. [Benjamin Strick](https://www.youtube.com/watch?v=bJkV3l5Haq0) has a great youtube video on conducting investigations using OSM data.
|
||||
@@ -284,7 +284,7 @@ A building footprint dataset contains the two dimensional outlines of buildings
|
||||
|
||||
|
||||
## Administrative Boundaries
|
||||

|
||||

|
||||
|
||||
|
||||
Spatial analysis often has to aggregate information over a defined area; we may want to assess the total burned area by province in Ukraine, or count the number of Saudi airstrikes by district in Yemen. For that, we need data on these administrative boundaries. GEE hosts several such datasets at the country, province, and district (or equivalent) level.
|
||||
@@ -308,7 +308,7 @@ Spatial analysis often has to aggregate information over a defined area; we may
|
||||
|
||||
|
||||
## Global Power Plant Database
|
||||

|
||||

|
||||
|
||||
|
||||
The Global Power Plant Database is a comprehensive, open source database of power plants around the world. It centralizes power plant data to make it easier to navigate, compare and draw insights. Each power plant is geolocated and entries contain information on plant capacity, generation, ownership, and fuel type. As of June 2018, the database includes around 28,500 power plants from 164 countries. The database is curated by the [World Resources Institute (WRI)](https://datasets.wri.org/dataset/globalpowerplantdatabase).
|
||||
|
||||
@@ -63,7 +63,7 @@ If you have not already done so, be sure to add the book’s code repository to
|
||||
The Code Editor is an integrated development environment for the Earth Engine JavaScript API. It offers an easy way to type, debug, run, and manage code. Once you have followed Google’s documentation on registering for an Earth Engine account, you should follow the documentation to open the Code Editor. When you first visit the Code Editor, you will see a screen such as the one shown in Fig. F1.0.1.
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
@@ -75,7 +75,7 @@ print('Hello World');
|
||||
The line of code above uses the JavaScript print function to print the text “Hello World” to the screen. Once you enter the code, click the “Run” button. The output will be displayed on the upper right-hand panel under the Console tab (Fig. F1.0.2.).
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
@@ -83,31 +83,31 @@ The line of code above uses the JavaScript print function to print the text “H
|
||||
You now know where to type your code, how to run it, and where to look for the output. You just wrote your first Earth Engine script and may want to save it. Click the “Save” button (Fig. F1.0.3).
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
If this is your first time using the Code Editor, you will be prompted to create a home folder. This is a folder in the cloud where all your code will be saved. You can pick a name of your choice, but remember that it cannot be changed and will forever be associated with your account. A good choice for the name would be your Google Account username (Fig. F1.0.4).
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Once your home folder is created, you will be prompted to enter a new repository. A repository can help you organize and share code. Your account can have multiple repositories and each repository can have multiple scripts inside it. To get started, you can create a repository named “default” (Fig. F1.0.5).
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Finally, you will be able to save your script inside the newly created repository. Enter the name “hello_world” and click OK (Fig. F1.0.6).
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Once the script is saved, it will appear in the script manager panel (Fig. F1.0.7). The scripts are saved in the cloud and will always be available to you when you open the Code Editor.
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
@@ -150,7 +150,7 @@ print(cities);
|
||||
If you look at the output in the Console, you will see “List” with an expander arrow (▹) next to it. Clicking on the arrow will expand the list and show you its content. You will notice that along with the four items in the list, there is a number next to each value. This is the index of each item. It allows you to refer to each item in the list using a numeric value that indicates its position in the list.
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
@@ -174,7 +174,7 @@ print(cityData);
|
||||
We can use multiple lines to define the object. Only when we put in the semicolon (;) is the command considered complete. The object will be printed in the Console. You can see that instead of a numeric index, each item has a label. This is known as the key and can be used to retrieve the value of an item.
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
#### Functions {.unnumbered}
|
||||
@@ -191,7 +191,7 @@ print(greet('Readers'));
|
||||
|
||||
|
||||
```
|
||||

|
||||

|
||||
|
||||
|
||||
#### Comments {.unnumbbered}
|
||||
@@ -219,7 +219,7 @@ Code Checkpoint F10a. The book’s repository contains a script that shows what
|
||||
The Earth Engine API is vast and provides objects and methods to do everything from simple math to advanced algorithms for image processing. In the Code Editor, you can switch to the Docs tab to see the API functions grouped by object types. The API functions have the prefix ee (for Earth Engine).
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Let’s learn to use the API. Suppose you want to add two numbers, represented by the variables a and b, as below. Make a new script and enter the following:
|
||||
@@ -233,7 +233,7 @@ In Sect. 1, you learned how to store numbers in variables, but not how to do any
|
||||
Looking at the Docs tab, you will find a group of methods that can be called on an ee.Number. Expand it to see the various functions available to work with numbers. You will see the ee.Number function that creates an Earth Engine number object from a value. In the list of functions, there is an add function for adding two numbers. That’s what you use to add a and b.
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
To add a and b, we first create an ee.Number object from variable a with ee.Number(a). And then we can use the add(b) call to add the value of b to it. The following code shows the syntax and prints the result which, of course, is the value 3.
|
||||
@@ -249,7 +249,7 @@ By now you may have realized that when learning to program in Earth Engine, you
|
||||
Here’s another example to drive this point home. Let’s say you are working on a task that requires you to create a list of years from 1980 to 2020 with a five-year interval. If you are faced with this task, the first step is to switch to the Docs tab and open the ee.List module. Browse through the functions and see if there are any functions that can help. You will notice a function ee.List.sequence. Clicking on it will bring up the documentation of the function.
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
The function ee.List.sequence is able to generate a sequence of numbers from a given start value to the end value. It also has an optional parameter step to indicate the increment between each number. We can create a ee.List of numbers representing years from 1980 to 2020, counting by 5, by calling this predefined function with the following values: start = 1980, end = 2020, and step = 5.
|
||||
@@ -260,7 +260,7 @@ print(yearList);
|
||||
The output printed in the Console will show that the variable yearList indeed contains the list of years with the correct interval.
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
You just accomplished a moderately complex programming task with the help of Earth Engine API.
|
||||
@@ -344,7 +344,7 @@ print(first_image);
|
||||
In the Console panel, you may need to click the expander arrows to show the information. You should be able to read that this image consists of 19 different bands. For each band, the metadata lists four properties, but for now let’s simply note that the first property is a name or label for the band enclosed in quotation marks. For example, the name of the first band is “SR_B1” (Fig. F1.1.1).
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
A satellite sensor like Landsat 5 measures the magnitude of radiation in different portions of the electromagnetic spectrum. The first six bands in our image ("SR_B1" through "SR_B7") contain measurements for six different portions of the spectrum. The first three bands measure visible portions of the spectrum, or quantities of blue, green, and red light. The other three bands measure infrared portions of the spectrum that are not visible to the human eye.
|
||||
@@ -389,7 +389,7 @@ Can you recognize any features in the image? By comparing it to the standard Goo
|
||||
Let’s explore this image with the Inspector tool. When you click on the Inspector tab on the right side of the Code Editor (Fig. F1.1.2, area A), your cursor should now look like crosshairs. When you click on a location in the image, the Inspector panel will report data for that location under three categories as follows:
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
@@ -430,7 +430,7 @@ Map.addLayer(
|
||||
In the code above, notice that we included two additional parameters to the Map.addLayer call. One parameter controls whether or not the layer is shown on the screen when the layer is drawn. It may be either 1 (shown) or 0 (not shown). The other parameter defines the opacity of the layer, or your ability to “see through” the map layer. The opacity value can range between 0 (transparent) and 1 (opaque).
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Do you see how these new parameters influence the map layer displays (Fig. F1.1.3)? For Layer 2, we set the shown parameter as 0. For Layer 3, we set the opacity parameter as 0. As a result, neither layer is visible to us when we first run the code. We can make each layer visible with controls in the Layers manager checklist on the map (at top right). Expand this list and you should see the names that we gave each layer when we added them to the map. Each name sits between a checkbox and an opacity slider. To make Layer 2 visible, click the checkbox (Fig. F1.1.3, area A). To make Layer 3 visible, move the opacity slider to the right (Fig. F1.1.3, area B).
|
||||
@@ -463,7 +463,7 @@ Map.addLayer(
|
||||
The result (Fig. F1.1.4) looks like the world we see, and is referred to as a natural-color composite, because it naturally pairs the spectral ranges of the image bands to display colors. Also called a true-color composite, this image shows the red spectral band with shades of red, the green band with shades of green, and the blue band with shades of blue. We specified the pairing simply through the order of the bands in the list: B3, B2, B1. Because bands 3, 2, and 1 of Landsat 5 correspond to the real-world colors of red, green, and blue, the image resembles the world that we would see outside the window of a plane or with a low-flying drone.
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
### False-Color Composites
|
||||
@@ -481,7 +481,7 @@ Map.addLayer(
|
||||
In this false-color composite (Fig. F1.1.5), the display colors no longer pair naturally with the bands. This particular example, which is more precisely referred to as a color-infrared composite, is a scene that we could not observe with our eyes, but that you can learn to read and interpret. Its meaning can be deciphered logically by thinking through what is passed to the red, green, and blue color channels.
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
@@ -489,7 +489,7 @@ In this false-color composite (Fig. F1.1.5), the display colors no longer pair n
|
||||
Notice how the land on the northern peninsula appears bright red (Fig. F1.1.5, area A). This is because for that area, the pixel value of the first band (which is drawing the near-infrared brightness) is much higher relative to the pixel value of the other two bands. You can check this by using the Inspector tool. Try zooming into a part of the image with a red patch (Fig. F1.1.5, area B) and clicking on a pixel that appears red. Then expand the “False Color” layer in the Inspector panel (Fig. F1.1.6, area A), click the blue icon next to the layer name (Fig. F1.1.6, area B), and read the pixel value for the three bands of the composite (Fig. F1.1.6, area C). The pixel value for B4 should be much greater than for B3 or B2.
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
In the bottom left corner of the image (Fig. F1.1.5, area C), rivers and lakes appear very dark, which means that the pixel value in all three bands is low. However, sediment plumes fanning from the river into the sea appear with blue and cyan tints (Fig. F1.1.5, area D). If they look like primary blue, then the pixel value for the second band (B3) is likely higher than the first (B4) and third (B2) bands. If they appear more like cyan, an additive color, it means that the pixel values of the second and third bands are both greater than the first.
|
||||
@@ -503,16 +503,16 @@ Map.addLayer(
|
||||
min: 8000,
|
||||
max: 17000}, 'Short wave false color');
|
||||
```
|
||||

|
||||

|
||||
|
||||
|
||||
To compare the two false-color composites, zoom into the area shown in the two pictures of Fig. F1.1.8. You should notice that bright red locations in the left composite appear bright green in the right composite. Why do you think that is? Does the image on the right show new distinctions not seen in the image on the left? If so, what do you think they are?
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
::: {.callout-note}
|
||||
@@ -547,7 +547,7 @@ The global nighttime lights image represents the average brightness of nighttime
|
||||
With the zoom controls on the map, you can zoom out to see the bright spot of Shanghai, the large blob of Seoul to the north and east, the darkness of North Korea except for the small dot of Pyongyang, and the dense strips of lights of Japan and the west coast of Taiwan (Fig. F1.1.10).
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
@@ -585,7 +585,7 @@ Next, the code uses the addBands method to create a new, three-band image that w
|
||||
Finally, the code prints metadata to the Console and adds the layer to the map as an RGB composite using Map.addLayer. If you look at the printed metadata, you should see under the label “change image” that our image is composed of three bands, with each band named after a year. You should also notice the order of the bands in the image: 2013, 2003, 1993. This order determines the color channels used to represent each slice of time in the composite: 2013 as red, 2003 as green, and 1993 as blue (Fig. F1.1.11).
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
We can now read the colors displayed on the layer to interpret different kinds of changes in nighttime lights across the planet over two decades. Pixels that appear white have high brightness in all three years. You can use the Inspector panel to confirm this. Click on the Inspector panel to change the cursor to a crosshair and then click on a pixel that appears white. Look under the Pixel category of the Inspector panel for the “Change composite” layer. The pixel value for each band should be high (at or near 63).
|
||||
@@ -600,13 +600,13 @@ When you zoom out from Shanghai, you will likely notice that each map layer redr
|
||||
In addition to urban change, the layer also shows changes in resource extraction activities that produce bright lights. Often, these activities produce lights that are stable over the span of a year (and therefore included in the “stable lights” band), but are not sustained over the span of a decade or more. For example, in the Korea Strait (between South Korea and Japan), you can see geographic shifts of fishing fleets that use bright halogen lights to attract squid and other sea creatures towards the water surface and into their nets. Bluish pixels were likely fished more heavily in 1993 and became used less frequently by 2003, while greenish pixels were likely fished more heavily in 2003 and less frequently by 2013 (Fig. F1.1.11).
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Similarly, fossil fuel extraction produces nighttime lights through gas flaring. If you pan out to North America (Fig. F1.1.12), red blobs in Alberta and North Dakota and a red swath in southeastern Texas all represent places where oil and gas extraction were absent in 1993 and 2003 but booming by 2013. Pan over to the Persian Gulf and you will see changes that look like holiday lights with dots of white, red, green, and blue appearing near each other; these distinguish stable and shifting locations of oil production. Blue lights in Syria near the border with Iraq signify the abandonment of oil fields after 1993 (Fig. F1.1.13). Pan further north and you will see another “holiday lights” display from oil and gas extraction around Surgut, Russia. In many of these places, you can check for oil and gas infrastructure by zooming in to a colored spot, making the lights layer not visible, and selecting the Satellite base layer (upper right).
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
As you explore this image, remember to check your interpretations with the Inspector panel by clicking on a pixel and reading the pixel value for each band. Refer back to the additive color figure to remember how the color system works. If you practice this, you should be able to read any RGB composite by knowing how colors relate to the relative pixel value of each band. This will empower you to employ false-color composites as a flexible and powerful method to explore and interpret geographic patterns and changes on Earth’s surface.
|
||||
@@ -710,7 +710,7 @@ Map.addLayer(landsat8,
|
||||
First, let’s examine the map output (Fig. F1.2.1).
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Notice the high amount of cloud cover, and the “layered” look. Zoom out if needed. This is because Earth Engine is drawing each of the images that make up the ImageCollection one on top of the other. The striped look is the result of how the satellite collects imagery. The overlaps between images and the individual nature of the images mean that these are not quite ready for analysis; we will address this issue in future chapters.
|
||||
@@ -719,13 +719,13 @@ Notice the high amount of cloud cover, and the “layered” look. Zoom out if n
|
||||
Now examine the printed size on the Console. It will indicate that there are more than a million images in the dataset (Fig. F1.2.2). If you return to this lab in the future, the number will be even larger, since this active collection is continually growing as the satellite gathers more imagery. For the same reason, Fig. F1.2.1 might look slightly different on your map because of this.
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Note that printing the ImageCollection returned an error message (Fig. F1.2.3), because calling print on an ImageCollection will write the name of every image in the collection to the Console. This is the result of an intentional safeguard within Earth Engine. We don’t want to see a million image names printed to the Console!
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
::: {.callout-note}
|
||||
@@ -766,7 +766,7 @@ print('The size of the Winter Landsat 8 image collection is:',
|
||||
Examine the mapped landsatWinter (Fig. F1.2.4). As described in the previous chapter, the 5000 and the 15000 values in the visualization parameters of the Map.addLayer function of the code above refer to the minimum and maximum of the range of display values.
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Now look at the size of the winter Landsat 8 collection. The number is significantly lower than the number of images in the entire collection. This is the result of filtering the dates to three months in the winter of 2020–2021.
|
||||
@@ -798,7 +798,7 @@ print('The size of the Minneapolis Winter Landsat 8 image collection is: ',
|
||||
If we uncheck the Winter Landsat 8 layer under Layers, we can see that only images that intersect our point have been selected (Fig. F1.2.5). Zoom in or out as needed. Note the printed size of the Minneapolis winter collection—we only have seven images.
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
The first still represents the map without zoom applied. The collection is shown inside the red circle. The second still represents the map after zoom was applied to the region. The red arrow indicates the point (in black) used to filter by bounds.
|
||||
@@ -828,7 +828,7 @@ Map.addLayer(
|
||||
The first command takes our stack of location-filtered images and selects the first image. When the layer is added to the Map area, you can see that only one image is returned—remember to uncheck the other layers to be able to visualize the full image (Fig. F1.2.6). We used the Map.centerObject to center the map on the landsatFirst image with a zoom level of 7 (zoom levels go from 0 to 24).
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
::: {.callout-note}
|
||||
@@ -870,7 +870,7 @@ var landsat8SRimage = landsat8SR.filterDate('2014-03-18', '2014-03-19')
|
||||
|
||||
print('Landsat 8 Surface Reflectance image', landsat8SRimage);
|
||||
```
|
||||

|
||||

|
||||
|
||||
|
||||
Copy and paste the code below to add this image to the map with adjusted R,G, and B bands in the “bands” parameter for true-color display (see previous chapter).
|
||||
@@ -887,7 +887,7 @@ Map.addLayer(landsat8SRimage,
|
||||
max: 13000},
|
||||
'Landsat 8 SR');
|
||||
```
|
||||

|
||||

|
||||
|
||||
|
||||
Compare this image (Fig. F1.2.8) with the raw Landsat 8 images from the previous section (Fig. F1.2.6). Zoom in and out and pan the screen as needed. What do you notice? Save your script but don’t start a new one—we will keep adding code to this script.
|
||||
@@ -920,7 +920,7 @@ Map.addLayer(modisMonthlyRecent, {}, 'MODIS Monthly Burn');
|
||||
Uncheck the other layers, and then pan and zoom around the map. Areas that have burned in the past month will show up as red (Fig. F1.2.11). Can you see where fires burned areas of California, USA? In Southern and Central Africa? Northern Australia?
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
::: {.callout-note}
|
||||
@@ -970,7 +970,7 @@ Map.addLayer(methane2018, methaneVis, 'Methane');
|
||||
Notice the different levels of methane over the African continent (Fig. F1.2.12).
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
### Global Forest Change
|
||||
@@ -999,7 +999,7 @@ Map.addLayer(globalForest, treeCoverViz, 'Hansen 2000 Tree Cover');
|
||||
Notice how areas with high tree cover (e.g., the Amazon) are greener and areas with low tree cover are darker (Fig. F1.2.15). In case you see an error on the Console such as “Cannot read properties of null,” don’t worry. Sometimes Earth Engine will show these transient errors, but they won’t affect the script in any way.
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Copy and paste the code below to visualize the tree cover loss over the past 20 years.
|
||||
@@ -1018,7 +1018,7 @@ Map.addLayer(globalForest, treeLossYearViz, '2000-2020 Year of Loss');
|
||||
Leave the previous 2000 tree cover layer checked and analyze the loss layer on top of it—yellow, orange, and red areas (Fig. F1.2.16). Pan and zoom around the map. Where has there been recent forest loss (which is shown in red)?
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
::: {.callout-note}
|
||||
@@ -1048,7 +1048,7 @@ Map.addLayer(nasaDEM, {
|
||||
Uncheck the population layer and zoom in to examine the patterns of topography (Fig. F1.2.18). Can you see where a mountain range is located? Where is a river located? Try changing the minimum and maximum in order to make these features more visible. Save your script.
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Fig. F1.2.18. NASADEM elevation
|
||||
@@ -1128,13 +1128,13 @@ Images and image collections form the basis of many remote sensing analyses in E
|
||||
Earth Engine’s search bar can be used to find imagery and to locate important information about datasets in Earth Engine. Let’s 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. F1.3.1). Without hitting Enter, matches to that search term will appear.
|
||||
|
||||
|
||||

|
||||

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

|
||||

|
||||
|
||||
|
||||
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.
|
||||
@@ -1146,19 +1146,19 @@ On the left-hand side of this window, you will see a range of dates when the dat
|
||||
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. F1.3.3); you can keep this new window open and use it as a reference as you proceed.
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
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. F1.3.4).
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
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. F1.3.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.
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Now that we know how to view this information, let’s dive into some important remote sensing terminology.
|
||||
@@ -1192,7 +1192,7 @@ Map.addLayer(tmImage, {
|
||||
bands: ['B4', 'B3', 'B2'], min: 0,
|
||||
max: 100}, 'TM');
|
||||
```
|
||||

|
||||

|
||||
|
||||
|
||||
#### Sentinel-2 MultiSpectral Instrument
|
||||
@@ -1222,7 +1222,7 @@ Map.addLayer(msiImage, {
|
||||
Compare the Sentinel imagery with the Landsat 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).
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
#### National Agriculture Imagery Program (NAIP)
|
||||
@@ -1249,7 +1249,7 @@ Map.addLayer(naipImage, {
|
||||
The NAIP imagery is even more spatially detailed than the Sentinel-2 MSI imagery. However, we can see that our one NAIP image doesn’t 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.
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
@@ -1293,7 +1293,7 @@ var tmChart = ui.Chart.image.series({
|
||||
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).
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
However, viewing this list doesn’t 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.
|
||||
@@ -1330,7 +1330,7 @@ print('TM Chart', tmChart);
|
||||
When you print the chart, it will have a point each time an image was collected by the TM instrument (Fig. F1.3.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 F4.
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
#### Sentinel-2
|
||||
@@ -1350,7 +1350,7 @@ msiChart.setOptions(chartStyle);
|
||||
// Print the chart.
|
||||
print('MSI Chart', msiChart);
|
||||
```
|
||||

|
||||

|
||||
|
||||
|
||||
Compare this Sentinel-2 graph (Fig. F1.3.16) with the Landsat graph you just produced (Fig. F1.3.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.
|
||||
@@ -1422,7 +1422,7 @@ print(modisReflectanceChart);
|
||||
The resulting chart is shown in Fig. F1.3.17. Use the expand button in the upper right to see a larger version of the chart than the one printed to the Console.
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
#### EO-1
|
||||
@@ -1471,13 +1471,13 @@ print(eo1Chart);
|
||||
The resulting chart is seen in Fig. F1.3.18. There are so many bands that their names only appear as “...”!
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
If we click on the expand icon in the top right corner of the chart, it’s a little easier to see the band identifiers, as shown in Fig. F1.3.19.
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Compare this hyperspectral instrument chart with the multispectral chart we plotted above for MODIS.
|
||||
@@ -1544,7 +1544,7 @@ print('MSI Image Metadata', msiImage);
|
||||
Examine the object you’ve created in the Console (Fig. F1.3.20). Expand the image name, then the properties object.
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Fig. F1.3.20 Checking the “CLOUDY_PIXEL_PERCENTAGE” property in the metadata for Sentinel-2
|
||||
|
||||
@@ -55,7 +55,7 @@ Once images have been identified in Earth Engine, they can be viewed in a wide a
|
||||
Spectral indices are based on the fact that different objects and land covers on the Earth’s surface reflect different amounts of light from the Sun at different wavelengths. In the visible part of the spectrum, for example, a healthy green plant reflects a large amount of green light while absorbing blue and red light — which is why it appears green to our eyes. Light also arrives from the Sun at wavelengths outside what the human eye can see, and there are large differences in reflectances between living and nonliving land covers, and between different types of vegetation, both in the visible and outside the visible wavelengths. We visualized this earlier, in Chaps. F1.1 and F1.3 when we mapped color-infrared images (Fig. F2.0.1).
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
@@ -63,7 +63,7 @@ Spectral indices are based on the fact that different objects and land covers on
|
||||
If we graph the amount of light (reflectance) at different wavelengths that an object or land cover reflects, we can visualize this more easily (Fig. F2.0.2). For example, look at the reflectance curves for soil and water in the graph below. Soil and water both have relatively low reflectance at wavelengths around 300 nm (ultraviolet and violet light). Conversely, at wavelengths above 700 nm (red and infrared light) soil has relatively high reflectance, while water has very low reflectance. Vegetation, meanwhile, generally reflects large amounts of near infrared light, relative to other land covers.
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
@@ -94,7 +94,7 @@ The red and near-infrared bands provide a lot of information about vegetation du
|
||||
Soon after the launch of Landsat 1 in 1972, analysts worked to devise a robust single value that would convey the health of vegetation along a scale of −1 to 1. This yielded the NDVI, using the formula:
|
||||
|
||||
|
||||
 (F2.0.1)
|
||||
 (F2.0.1)
|
||||
|
||||
|
||||
where NIR and red refer to the brightness of each of those two bands. As seen in Chaps. F1.1 and F1.2, this brightness might be conveyed in units of reflectance, radiance, or digital number (DN); the NDVI is intended to give nearly equivalent values across platforms that use these wavelengths. The general form of this equation is called a “normalized difference”—the numerator is the “difference” and the denominator “normalizes” the value. Outputs for NDVI vary between −1 and 1. High amounts of green vegetation have values around 0.8–0.9. Absence of green leaves gives values near 0, and water gives values near −1.
|
||||
@@ -129,7 +129,7 @@ Map.addLayer(sfoImage, {
|
||||
|
||||
|
||||
```
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
@@ -162,7 +162,7 @@ Map.addLayer(ndvi, {
|
||||
Examine the resulting index, using the Inspector to pick out pixel values in areas of vegetation and non-vegetation if desired.
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
@@ -199,7 +199,7 @@ As mentioned, the normalized difference approach is used for many different indi
|
||||
The Normalized Difference Water Index (NDWI) was developed by Gao (1996) as an index of vegetation water content. The index is sensitive to changes in the liquid content of vegetation canopies. This means that the index can be used, for example, to detect vegetation experiencing drought conditions or differentiate crop irrigation levels. In dry areas, crops that are irrigated can be differentiated from natural vegetation. It is also sometimes called the Normalized Difference Moisture Index (NDMI). NDWI is formulated as follows:
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
where NIR is near-infrared, centered near 860 nm (0.86 μm), and SWIR is short-wave infrared, centered near 1,240 nm (1.24 μm).
|
||||
@@ -223,7 +223,7 @@ Map.addLayer(ndwi, {
|
||||
Examine the areas of the map that NDVI identified as having a lot of vegetation. Notice which are more blue. This is vegetation that has higher water content.
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
@@ -265,7 +265,7 @@ Map.addLayer(seaNDVI,
|
||||
|
||||
|
||||
```
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
@@ -293,7 +293,7 @@ Map.addLayer(seaVeg,
|
||||
The gt method is from the family of Boolean operators — that is, gt is a function that performs a test in each pixel and returns the value 1 if the test evaluates to true, and 0 otherwise. Here, for every pixel in the image, it tests whether the NDVI value is greater than 0.5. When this condition is met, the layer seaVeg gets the value 1. When the condition is false, it receives the value 0.
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
@@ -337,7 +337,7 @@ Map.addLayer(seaWhere,
|
||||
There are a few interesting things to note about this code that you may not have seen before. First, we’re not defining a new variable for each where call. As a result, we can perform many where calls without creating a new variable each time and needing to keep track of them. Second, when we created the starting image, we set the value to 1. This means that we could easily set the bottom and top values with one where clause each. Finally, while we did not do it here, we can combine multiple where clauses using and and or. For example, we could identify pixels with an intermediate level of NDVI using seaNDVI.gte(-0.1).and(seaNDVI.lt(0.5)).
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
@@ -356,7 +356,7 @@ Map.addLayer(seaVeg.mask(), {}, 'seaVeg Mask');
|
||||
|
||||
|
||||
```
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
@@ -393,7 +393,7 @@ Map.addLayer(maskedVeg,
|
||||
Turn off all of the other layers. You can see how the maskedVeg layer now has masked out all non-forested areas.
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
@@ -407,7 +407,7 @@ Map.addLayer(maskedVeg.mask(), {}, 'maskedVeg Mask');
|
||||
|
||||
|
||||
```
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
@@ -438,7 +438,7 @@ Map.addLayer(seaRemap,
|
||||
Use the inspector to compare values between our original seaWhere (displayed as Water, Non-Forest, Forest) and the seaRemap, marked as “Remapped Values.” Click on a forested area and you should see that the Remapped Values should be 10, instead of 2 (Fig. F2.0.12).
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
@@ -567,7 +567,7 @@ Classification is addressed in a broad range of fields, including mathematics, s
|
||||
In remote sensing, image classification is an attempt to categorize all pixels in an image into a finite number of labeled land cover and/or land use classes. The resulting classified image is a simplified thematic map derived from the original image (Fig. F2.1.1). Land cover and land use information is essential for many environmental and socioeconomic applications, including natural resource management, urban planning, biodiversity conservation, agricultural monitoring and carbon accounting.
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
@@ -622,7 +622,7 @@ Map.addLayer(landsat, visParams, 'Landsat 8 image');
|
||||
|
||||
|
||||
```
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
@@ -639,7 +639,7 @@ Using the Geometry Tools, we will create points on the Landsat image that repres
|
||||
In the Geometry Tools, click on the marker option (Fig. F2.1.3). This will create a point geometry which will show up as an import named “geometry”. Click on the gear icon to configure this import.
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
@@ -653,7 +653,7 @@ Hexadecimal values are used throughout the digital world to represent specific c
|
||||
Returning to the coloring of the forest points, the hexadecimal value “589400” is a little bit of red, about twice as much green and no blue: the deep green seen in Figure F2.1.4. Enter that value, with or without the “#” in front, and click OK after finishing the configuration.
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
@@ -661,7 +661,7 @@ Returning to the coloring of the forest points, the hexadecimal value “589400
|
||||
Now, in the Geometry Imports, we will see that the import has been renamed forest. Click on it to activate the drawing mode (Fig. F2.1.5) in order to start collecting forest points.
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
@@ -669,7 +669,7 @@ Now, in the Geometry Imports, we will see that the import has been renamed fores
|
||||
Now, start collecting points over forested areas (Fig. F2.1.6). Zoom in and out as needed. You can use the satellite basemap to assist you, but the basis of your collection should be the Landsat image. Remember that the more points you collect, the more the classifier will learn from the information you provide. For now, let’s set a goal to collect 25 points per class. Click Exit next to Point drawing (Fig. F2.1.5) when finished.
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
@@ -677,7 +677,7 @@ Now, start collecting points over forested areas (Fig. F2.1.6). Zoom in and out
|
||||
Repeat the same process for the other classes by creating new layers (Fig. F2.1.7). Don’t forget to import using the FeatureCollection option as mentioned above. For the developed class, collect points over urban areas. For the water class, collect points over the Ligurian Sea, and also look for other bodies of water, like rivers. For the herbaceous class, collect points over agricultural fields. Remember to set the “class” property for each class to its corresponding code (see Table 2.1.1) and click Exit once you finalize collecting points for each class as mentioned above. We will be using the following hexadecimal colors for the other classes: #FF0000 for developed, #1A11FF for water, and #D0741E for herbaceous.
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
@@ -685,7 +685,7 @@ Repeat the same process for the other classes by creating new layers (Fig. F2.1.
|
||||
You should now have four FeatureCollection imports named forest, developed, water, and herbaceous (Fig. F2.1.8).
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
@@ -733,7 +733,7 @@ var classifierTraining = landsat.select(predictionBands)
|
||||
You can check whether the classifierTraining object extracted the properties of interest by printing it and expanding the first feature. You should see the band and class information (Fig. F2.1.9).
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
@@ -741,7 +741,7 @@ You can check whether the classifierTraining object extracted the properties of
|
||||
Now we can choose a classifier. The choice of classifier is not always obvious, and there are many options from which to pick — you can quickly expand the ee.Classifier object under Docs to get an idea of how many options we have for image classification. Therefore, we will be testing different classifiers and comparing their results. We will start with a Classification and Regression Tree (CART) classifier, a well-known classification algorithm (Fig. F2.1.10) that has been around for decades.
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
@@ -796,7 +796,7 @@ Inspect the result: Activate the Landsat composite layer and the satellite basem
|
||||
* Add more predictors. We can try adding spectral indices to the input variables; this way, we are feeding the classifier new, unique information about each class. For example, there is a good chance that a vegetation index specialized for detecting vegetation health (e.g., NDVI) would improve the developed versus herbaceous classification.
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
@@ -804,7 +804,7 @@ Inspect the result: Activate the Landsat composite layer and the satellite basem
|
||||
For now, we will try another supervised learning classifier that is widely used: Random Forests (RF). The RF algorithm (Breiman 2001, Pal 2005) builds on the concept of decision trees, but adds strategies to make them more powerful. It is called a “forest” because it operates by constructing a multitude of decision trees. As mentioned previously, a decision tree creates the rules which are used to make decisions. A Random Forest will randomly choose features and make observations, build a forest of decision trees and then use the full set of trees to estimate the class. It is a great choice when you do not have a lot of insight about the training data.
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
@@ -837,7 +837,7 @@ Note that in the ee.Classifier.smileRandomForest documentation (Docs tab), there
|
||||
Inspect the result (Fig. F2.1.13). How does this classified image differ from the CART one? Is the classifications better or worse? Zoom in and out and change the transparency of layers as needed. In Chap. F2.2, you will see more systematic ways to assess what is better or worse, based on accuracy metrics.
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
@@ -880,7 +880,7 @@ var training = landsat.sample({
|
||||
Now we can instantiate a clusterer and train it. As with the supervised algorithms, there are many unsupervised algorithms to choose from. We will use the k-means clustering algorithm, which is a commonly used approach in remote sensing. This algorithm identifies groups of pixels near each other in the spectral space (image x bands) by using an iterative regrouping strategy. We define a number of clusters, k, and then the method randomly distributes that number of seed points into the spectral space. A large sample of pixels is then grouped into its closest seed, and the mean spectral value of this group is calculated. That mean value is akin to a center of mass of the points, and is known as the centroid. Each iteration recalculates the class means and reclassifies pixels with respect to the new means. This process is repeated until the centroids remain relatively stable and only a few pixels change from class to class on subsequent iterations.
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
@@ -906,7 +906,7 @@ Map.addLayer(Kclassified.randomVisualizer(), {}, 'K-means classified - random
|
||||
|
||||
|
||||
```
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
@@ -1135,10 +1135,10 @@ In this case, the classifier correctly identified 307 forest pixels, wrongly cla
|
||||
The overall accuracy tells us what proportion of the reference data was classified correctly, and is calculated as the total number of correctly identified pixels divided by the total number of pixels in the sample.
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
In this case, the overall accuracy is 96.8%, calculated using (.
|
||||
In this case, the overall accuracy is 96.8%, calculated using (.
|
||||
|
||||
|
||||
Two other important accuracy metrics are the producer’s accuracy and the user’s accuracy, also referred to as the “recall” and the “precision,” respectively. Importantly, these metrics quantify aspects of per-class accuracy.
|
||||
@@ -1147,31 +1147,31 @@ Two other important accuracy metrics are the producer’s accuracy and the user
|
||||
The producer’s accuracy is the accuracy of the map from the point of view of the map maker (the “producer”), and is calculated as the number of correctly identified pixels of a given class divided by the total number of pixels actually in that class. The producer’s accuracy for a given class tells us the proportion of the pixels in that class that were classified correctly.
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
In this case, the producer’s accuracy for the forest class is 95.6%, calculated using ). The producer’s accuracy for the non-forest class is 97.3%, calculated from ).
|
||||
In this case, the producer’s accuracy for the forest class is 95.6%, calculated using ). The producer’s accuracy for the non-forest class is 97.3%, calculated from ).
|
||||
|
||||
|
||||
The user’s accuracy (also called the “consumer’s accuracy”) is the accuracy of the map from the point of view of a map user, and is calculated as the number of correctly identified pixels of a given class divided by the total number of pixels claimed to be in that class. The user’s accuracy for a given class tells us the proportion of the pixels identified on the map as being in that class that are actually in that class on the ground.
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
In this case, the user’s accuracy for the forest class is 94.5%, calculated using ). The user’s accuracy for the non-forest class is 97.9%, calculated from ).
|
||||
In this case, the user’s accuracy for the forest class is 94.5%, calculated using ). The user’s accuracy for the non-forest class is 97.9%, calculated from ).
|
||||
|
||||
|
||||
Fig. F2.2.1 helps visualize the rows and columns used to calculate each accuracy.
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
@@ -1179,25 +1179,25 @@ Fig. F2.2.1 helps visualize the rows and columns used to calculate each accuracy
|
||||
It is very common to talk about two types of error when addressing remote-sensing classification accuracy: omission errors and commission errors. Omission errors refer to the reference pixels that were left out of (omitted from) the correct class in the classified map. In a two-class system, an error of omission in one class will be counted as an error of commission in another class. Omission errors are complementary to the producer’s accuracy.
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Commission errors refer to the class pixels that were erroneously classified in the map and are complementary to the user’s accuracy.
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Finally, another commonly used accuracy metric is the kappa coefficient, which evaluates how well the classification performed as compared to random. The value of the kappa coefficient can range from −1 to 1: a negative value indicates that the classification is worse than a random assignment of categories would have been; a value of 0 indicates that the classification is no better or worse than random; and a positive value indicates that the classification is better than random.
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
The chance agreement is calculated as the sum of the product of row and column totals for each class, and the observed accuracy is the overall accuracy. Therefore, for our example, the kappa coefficient is 0.927.
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Now, let’s go back to the script. In Earth Engine, there are API calls for these operations. Note that our confusion matrix will be a 4 x 4 table, since we have four different classes.
|
||||
@@ -1270,7 +1270,7 @@ print(ui.Chart.array.values({
|
||||
|
||||
|
||||
```
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
|
||||
@@ -77,7 +77,7 @@ This counterexample would also have other complications—such as the need to tr
|
||||
|
||||
The first part of the filter, map, reduce paradigm is “filtering” to get a smaller ImageCollection from a larger one. As in the milk example, filters take a large set of items, limit it by some criterion, and return a smaller set for consideration. Here, filters take an ImageCollection, limit it by some criterion of date, location, or image characteristics, and return a smaller ImageCollection (Fig. F4.0.1).
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
As described first in Chap. F1.2, the Earth Engine API provides a set of filters for the ImageCollection type. The filters can limit an ImageCollection based on spatial, temporal, or attribute characteristics. Filters were used in Parts F1, F2, and F3 without much context or explanation, to isolate an image from an ImageCollection for inspection or manipulation. The information below should give perspective on that work while introducing some new tools for filtering image collections.
|
||||
@@ -235,9 +235,9 @@ Map.addLayer(L5EVImedian, {
|
||||
palette: ['red', 'white', 'green']
|
||||
}, 'Median EVI');
|
||||
```
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
There are many more reducers that work with an ImageCollection to produce a wide range of summary statistics. Reducers are not limited to returning only one item from the reduction. The minMax reducer, for example, returns a two-band image for each band it is given, one for the minimum and one for the maximum.
|
||||
@@ -317,7 +317,7 @@ Map.addLayer(filteredIC, {}, 'TOA image collection');
|
||||
```
|
||||
The three selected bands (which correspond to SWIR1, NIR, and Red) display a false-color image that accentuates differences between different land covers (e.g., concrete, vegetation) in Lisbon. With the Inspector tab highlighted (Fig. F4.1.1), clicking on a point will bring up the values of bands 6, 5, and 4 from each of the images. If you open the Series option, you’ll see the values through time. For the specified point and for all other points in Lisbon (since they are all enclosed in the same Landsat scene), there are 16 images gathered in 2020. By following one of the graphed lines (in blue, yellow, or red) with your finger, you should be able to count that many distinct values. Moving the mouse along the lines will show the specific values and the image dates.
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
We can also show this kind of chart automatically by making use of the ui.Chart function of the Earth Engine API. The following code snippet should result in the same chart as we could observe in the Inspector tab, assuming the same pixel is clicked.
|
||||
@@ -368,7 +368,7 @@ Map.centerObject(lisbonPoint, 5);
|
||||
```
|
||||
Run the command and zoom out. If the count of images over the entire Earth is viewed, the resulting map should look like Fig. F4.1.2. The created map data may take a few minutes to fully load in.
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Note the checkered pattern, somewhat reminiscent of a Mondrian painting. To understand why the image looks this way, it is useful to consider the overlapping image footprints. As Landsat passes over, each image is wide enough to produce substantial “sidelap” with the images from the adjacent paths, which are collected at different dates according to the satellite’s orbit schedule. In the north-south direction, there is also some overlap to ensure that there are no gaps in the data. Because these are served as distinct images and stored distinctly in Earth Engine, you will find that there can be two images from the same day with the same value for points in these overlap areas. Depending on the purposes of a study, you might find a way to ignore the duplicate pixel values during the analysis process.
|
||||
@@ -419,7 +419,7 @@ Map.addLayer(p30, {
|
||||
max: 0.35}, '30%');
|
||||
|
||||
```
|
||||

|
||||

|
||||
|
||||
|
||||
We can see that the resulting composite image (Fig. 4.1.3) has almost no cloudy pixels present for this area. This happens because cloudy pixels usually have higher reflectance values. At the lowest end of the values, other unwanted effects like cloud or hill shadows typically have very low reflectance values. This is why this 30th percentile composite image looks so much cleaner than the mean composite image (meanFilteredIC) calculated earlier. Note that the reducers operate per pixel: adjacent pixels are drawn from different images. This means that one pixel’s value could be taken from an image from one date, and the adjacent pixel’s value drawn from an entirely different period. Although, like the mean and median images, percentile images such as that seen in Fig. F4.1.3 never existed on a single day, composite images allow us to view Earth’s surface without the noise that can make analysis difficult.
|
||||
@@ -438,7 +438,7 @@ percentiles.map(function(p) { var image = filteredIC.reduce(ee.Reducer.percent
|
||||
```
|
||||
Note that the code adds every percentile image as a separate map layer, so you need to go to the Layers control and show/hide different layers to explore differences. Here, we can see that low-percentile composite images depict darker, low-reflectance land features, such as water and cloud or hill shadows, while higher-percentile composite images (>70% in our example) depict clouds and any other atmospheric or land effects corresponding to bright reflectance values.
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Earth Engine provides a very rich API, allowing users to explore image collections to better understand the extent and variability of data in space, time, and across bands, as well as tools to analyze values stored in image collections in a frequency domain. Exploring these values in different forms should be the first step of any study before developing data analysis algorithms.
|
||||
@@ -524,7 +524,7 @@ print(yearFiltered, 'Date-filtered CHIRPS images');
|
||||
|
||||
The CHIRPS collection contains one image for every pentad. The filtered collection above is filtered to contain one year, which equates to 72 global images. If you expand the printed collection in the Console, you will be able to see the metadata for individual images; note that their date stamps indicate that they are spaced evenly every five days (Fig. F4.2.1).
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Each image’s pixel values store the total precipitation during the pentad. Without aggregation to a period that matches other datasets, these layers are not very useful. For hydrological analysis, we typically need the total precipitation for each month or for a season. Let’s aggregate this collection so that we have 12 images—one image per month, with pixel values that represent the total precipitation for that month.
|
||||
@@ -608,7 +608,7 @@ print(monthlyCollection);
|
||||
```
|
||||
We have now successfully computed an aggregated collection from the source ImageCollection by filtering, mapping, and reducing, as described in Chaps. F4.0 and F4.1. Expand the printed collection in the Console and you can verify that we now have 12 images in the newly created ImageCollection (Fig. F4.2.2).
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
:::{.callout-note}
|
||||
@@ -660,7 +660,7 @@ print(chart);
|
||||
```
|
||||
The customized chart (Fig. F4.2.3) shows the typical rainfall pattern in the city of Bengaluru, India. Bengaluru has a temperate climate, with pre-monsoon rains in April and May cooling down the city and a moderate monsoon season lasting from June to September.
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
:::{.callout-note}
|
||||
@@ -795,7 +795,7 @@ var visParams = {
|
||||
Map.addLayer(composite, visParams, 'L8 Composite');
|
||||
|
||||
```
|
||||

|
||||

|
||||
|
||||
|
||||
The resulting composite (Fig. F4.3.1) has lots of clouds, especially in the western, mountainous regions of Colombia. In tropical regions, it is very challenging to generate a high-quality, cloud-free composite without first filtering images for cloud cover, even if our collection is constrained to only include images acquired during the dry season. Therefore, let’s filter our collection by the CLOUD_COVER parameter to avoid cloudy images. We will start with images that have less than 50% cloud cover.
|
||||
@@ -817,14 +817,14 @@ print('Size landsat8 collection', landsat8.size());
|
||||
print('Size landsat8FiltClouds collection', landsat8FiltClouds.size());
|
||||
|
||||
```
|
||||

|
||||

|
||||
|
||||
|
||||
This new composite (Fig. F4.3.2) looks slightly better than the previous one, but still very cloudy. Remember to turn off the first layer or adjust the transparency to visualize only this new composite. The code prints the size of these collections, using the size function) to see how many images were left out after we applied the cloud cover threshold. (There are 1201 images in the landsat8 collection, compared to 493 in the landsat8FiltClouds collection—a lot of scenes with cloud cover greater than or equal to 50%.)
|
||||
|
||||
Try adjusting the CLOUD_COVER threshold in the landsat8FiltClouds variable to different percentages and checking the results. For example, with 20% set as the threshold (Fig. F4.3.3), you can see that many parts of the country have image gaps. (Remember to turn off the first layer or adjust its transparency; you can also set the shown parameter in the Map.addLayer function to false so the layer does not automatically load). So there is a trade-off between a stricter cloud cover threshold and data availability. Additionally, even with a cloud filter, some tiles still present a large area cover of clouds.
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
This is due to persistent cloud cover in some regions of Colombia. However, a cloud mask can be applied to improve the results. The Landsat 8 Collection 2 contains a quality assessment (QA) band called QA_PIXEL that provides useful information on certain conditions within the data, and allows users to apply per-pixel filters. Each pixel in the QA band contains unsigned integers that represent bit-packed combinations of surface, atmospheric, and sensor conditions.
|
||||
@@ -848,14 +848,14 @@ var landsat8compositeMasked = landsat8FiltMasked.median().clip(country);
|
||||
Map.addLayer(landsat8compositeMasked, visParams, 'L8 composite masked');
|
||||
|
||||
```
|
||||

|
||||

|
||||
|
||||
|
||||
Because we are dealing with bits, in the maskSrClouds function we utilized the bitwiseAnd and parseInt functions. These are functions that serve the purpose of unpacking the bit information. A bitwise AND is a binary operation that takes two equal-length binary representations and performs the logical AND operation on each pair of corresponding bits. Thus, if both bits in the compared positions have the value 1, the bit in the resulting binary representation is 1 (1 × 1 = 1); otherwise, the result is 0 (1 × 0 = 0 and 0 × 0 = 0). The parseInt function parses a string argument (in our case, five-character string '11111') and returns an integer of the specified numbering system, base 2.
|
||||
|
||||
The resulting composite (Fig. F4.3.4) shows masked clouds, and is more spatially exhaustive in coverage compared to previous composites (don’t forget to uncheck the previous layers). This is because, when compositing all the images into one, we are not taking cloudy pixels into account anymore; therefore, the resulting pixel is not cloud covered but an actual representation of the landscape. However, data gaps are still an issue due to cloud cover. If you do not specifically need an annual composite, a first approach is to create a two-year composite to try to mitigate the missing data issue, or to have a series of rules that allows for selecting pixels for that particular year (as in Sect. 3 below). Change the startDate variable to 2018-01-01 to include all images from 2018 and 2019 in the collection. How does the cloud-masked composite (Fig. F4.3.5) compare to the 2019 one?
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
The resulting image has substantially fewer data gaps (you can zoom in to better see them). Again, if the time period is not a constraint for the creation of your composite, you can incorporate more images from a third year, and so on.
|
||||
@@ -900,14 +900,14 @@ Map.addLayer(landsat7compositeMasked,
|
||||
max: 0.2 }, 'L7 composite masked');
|
||||
|
||||
```
|
||||

|
||||

|
||||
|
||||
|
||||
Note that we used bands: ['SR_B3', 'SR_B2', 'SR_B1'] to visualize the composite because Landsat 7 has different band designations. The sensors aboard each of the Landsat satellites were designed to acquire data in different ranges of frequencies along the electromagnetic spectrum. Whereas for Landsat 8, the red, green, and blue bands are B4, B3, and B2, respectively, for Landsat 7, these same bands are B3, B2, and B1, respectively.
|
||||
|
||||
You should see an image with systematic gaps like the one shown in Fig. F4.3.6 (remember to turn off the other layers, and zoom in to better see the data gaps). Landsat 7 was launched in 1999, but since 2003, the sensor has acquired and delivered data with data gaps caused by a scan line corrector (SLC) failure. Without an operating SLC, the sensor’s line of sight traces a zig-zag pattern along the satellite ground track, and, as a result, the imaged area is duplicated and some areas are missed. When the Level 1 data are processed, the duplicated areas are removed, leaving data gaps (Fig. F4.3.7). For more information about Landsat 7 and SLC error, please refer to the USGS Landsat 7 page. However, even with the SLC error, we can still use the Landsat 7 data in our composite. Now, let’s combine the Landsat 7 and 8 collections.
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Since Landsat 7 and 8 have different band designations, first we create a function to rename the bands from Landsat 7 to match the names used for Landsat 8 and map that function over our Landsat 7 collection.
|
||||
@@ -926,7 +926,7 @@ var landsat7FiltMaskedRenamed = landsat7FiltMasked.map(rename);
|
||||
```
|
||||
If you print the first images of both the landsat7FiltMasked and landsat7FiltMaskedRenamed collections (Fig. F4.3.8), you will see that the bands got renamed, and not all bands got copied over (SR_ATMOS_OPACITY, SR_CLOUD_QA, SR_B6, etc.). To copy these additional bands, simply add them to the rename function. You will need to rename SR_B6 so it does not have the same name as the new band 5.
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Now we merge the two collections using the merge function for ImageCollection and mapping over a function to cast the Landsat 7 input values to a 32-bit float using the toFloat function for consistency. To merge collections, the number and names of the bands must be the same in each collection. We use the select function (Chap. F1.1) to select the Landsat 8 bands to be the same as Landsat 7’s. When creating the new Landsat 7 and 8 composite, if we did not select these 6 bands, we would get an error message for trying to composite a collection that has 6 bands (Landsat 7) with a collection that has 19 bands (Landsat 8).
|
||||
@@ -951,7 +951,7 @@ Map.addLayer(landsat78composite, visParams, 'L7 and L8 composite');
|
||||
```
|
||||
Comparing the composite generated considering both Landsat 7 and 8 to the Landsat 8-only composite, it is evident that there is a reduction in the amount of data gaps in the final result (Fig. F4.3.9). The resulting Landsat 7 and 8 image composite still has data gaps due to the presence of clouds and Landsat 7’s SLC-off data. You can try setting the center of the map to the point with latitude 3.6023 and longitude −75.0741 to see the inset example of Fig. F4.3.9.
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
:::{.callout-note}
|
||||
@@ -964,7 +964,7 @@ This section presents an Earth Engine application that enables the generation of
|
||||
:::{.callout-note}
|
||||
Code Checkpoint F43c. The book’s repository contains information about accessing the GEE-BAP interface and its related functions.
|
||||
:::
|
||||

|
||||

|
||||
|
||||
|
||||
Once you have loaded the GEE-BAP interface (Fig. F4.3.10) using the instructions in the Code Checkpoint, you will notice that it is divided into three sections: (1) Input/Output options, (2) Pixel scoring options, and (3) Advanced parameters. Users indicate the study area, the time period for generating annual BAP composites (i.e., start and end years), and the path to store the results in the Input/Output options. Users have three options to define the study area. The Draw study area option uses the Draw a shape and Draw a rectangle tools to define the area of interest. The Upload image template option utilizes an image template uploaded by the user in TIFF format. This option is well suited to generating BAP composites that match the projection, pixel size, and extent to existing raster datasets. The Work globally option generates BAP composites for the entire globe; note that when this option is selected, complete data download is not available due to the Earth’s size. With Start year and End year, users can indicate the beginning and end of the annual time series of BAP image composites to be generated. Multiple image composites are then generated—one composite for each year—resulting in a time series of annual composites. For each year, composites are uniquely generated utilizing images acquired on the days within the specified Date range. Produced BAP composites can be saved in the indicated (Path) Google Drive folder using the Tasks tab. Results are generated in a tiled, TIFF format, accompanied by a CSV file that indicates the parameters used to construct the composite.
|
||||
@@ -981,7 +981,7 @@ Finally, there is a Landsat 7 ETM+ SLC-off penalty scoring function that de-emph
|
||||
|
||||
By default, the GEE-BAP application produces image composites using all the visible bands. The Spectral index option enables the user to produce selected spectral indices from the resulting BAP image composites. Available spectral indices include: Normalized Difference Vegetation Index (NDVI, Fig. F4.3.11), Enhanced Vegetation Index (EVI), and Normalized Burn Ratio (NBR), as well as several indices derived from the Tasseled Cap transformation: Wetness (TCW), Greenness (TCG), Brightness (TCB), and Angle (TCA). Composited indices are able to be downloaded as well as viewed on the map.
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
GEE-BAP functions can be accessed programmatically, including pixel scoring parameters, as well as BAP image compositing (BAP), de-spiking (despikeCollection), data-gap infilling (infill), and displaying (ShowCollection) functions. The following code sets the scoring parameter values, then generates and displays the compositing results (Fig. F4.3.12) for a BAP composite that is de-spiked, with data gaps infilled using temporal interpolation. Copy and paste the code below into a new script.
|
||||
@@ -1023,7 +1023,7 @@ library.ShowCollection(BAPCS, startYear, endYear, colombia, false, null);
|
||||
library.AddSLider(startYear, endYear);
|
||||
|
||||
```
|
||||

|
||||

|
||||
|
||||
|
||||
:::{.callout-note}
|
||||
@@ -1123,19 +1123,19 @@ Change detection is the process of assessing how landscape conditions are changi
|
||||
|
||||
a)
|
||||
|
||||

|
||||

|
||||
|
||||
b)
|
||||
|
||||

|
||||

|
||||
|
||||
c)
|
||||
|
||||

|
||||

|
||||
|
||||
d)
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Many change detection techniques use the same basic premise: that most changes on the landscape result in spectral values that differ between pre-event and post-event images. The challenge can be to separate the real changes of interest—those due to activities on the landscape—from noise in the spectral signal, which can be caused by seasonal variation and phenology, image misregistration, clouds and shadows, radiometric inconsistencies, variability in illumination (e.g., sun angle, sensor position), and atmospheric effects.
|
||||
@@ -1147,7 +1147,7 @@ For land cover changes that occur abruptly over large areas on the landscape and
|
||||
|
||||
For the practicum, you will select pre-event and post-event image scenes and investigate the conditions in these images in a false-color composite display. Next, you will calculate the NBR index for each scene and create a difference image using the two NBR maps. Finally, you will apply a threshold to the difference image to establish categories of changed versus stable areas (Fig. F4.4.2).
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
### Preparing Imagery
|
||||
@@ -1198,7 +1198,7 @@ Map.addLayer(preImage, visParam, 'pre');
|
||||
Map.addLayer(postImage, visParam, 'post');
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
### Calculating NBR
|
||||
@@ -1246,7 +1246,7 @@ The color ramp has dark blues for the lowest values, greens and oranges in the m
|
||||
|
||||
a) b) c)
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
### Classifying Change
|
||||
@@ -1279,11 +1279,11 @@ Map.addLayer(diffClassified.selfMask(),
|
||||
```
|
||||
a)
|
||||
|
||||

|
||||

|
||||
|
||||
b)
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Chapters F4.5 through F4.9 present more-advanced change detection algorithms that go beyond differencing and thresholding between two images, instead allowing you to analyze changes indicated across several images as a time series.
|
||||
@@ -1381,14 +1381,14 @@ Second, can you identify fitting parameters that allow the algorithm to capture
|
||||
|
||||
The best way to begin assessing these questions is to look at the time series of individual pixels. In Earth Engine, open and run the script that generates the GUI we have developed to easily deploy the LandTrendr algorithms. Run the script, and you should see an interface that looks like the one shown in Fig. 4.5.1.
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
The LandTrendr GUI consists of three panels: a control panel on the left, a reporting panel on the right, and a Map panel in the center. The control panel is where all of the functionality of the interface resides. There are several modules,and each is accessed by clicking on the double arrow to the right of the title. The Map panel defaults to a location in Oregon but can be manually moved anywhere in the world. The reporting panel shows messages about how to use functions, as well as providing graphical outputs.
|
||||
|
||||
Next, expand the “Pixel Time Series Options” function. For now, simply use your mouse to click somewhere on the map. Wait a few seconds even though it looks like nothing is happening – be patient!! The GUI has sent information to Earth Engine to run the LandTrendr algorithms at the location you have clicked, and is waiting for the results. Eventually you should see a chart appear in the reporting panel on the right. Fig. 4.5.2 shows what one pixel looks like in an area where the forest burned and began regrowth. Your chart will probably look different.
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
The key to success with the LandTrendr algorithm is interpreting these time series. First, let’s examine the components of the chart. The x-axis shows the year of observation. With LandTrendr, only one observation per year is used to describe the history of a pixel; later, we will cover how you control that value. The y-axis shows the spectral value of the index that is chosen. In the default mode, the Normalized Burn Ratio (as described in Chap. F4.4). Note that you also have the ability to pick more indices using the checkboxes on the control panel on the left. Note that we scale floating point (decimal) indices by 1000. Thus, an NBR value of 1.0 would be displayed as 1000.
|
||||
@@ -1401,7 +1401,7 @@ Next, translate that change into the changes of interest for the change processe
|
||||
|
||||
In the case of Fig. 4.5.2, we interpret the abrupt drop as a disturbance, and the subsequent rise of the index as regrowth or recovery (though not necessarily to the same type of vegetation).
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Tip: LandTrendr is able to accept any index, and advanced users are welcome to use indices of their own design. An important consideration is knowing which direction indicates “recovery” and “disturbance” for the topic you are interested in. The algorithms favor detection of disturbance and can be controlled to constrain how quickly recovery is assumed to occur (see parameters below).
|
||||
@@ -1412,7 +1412,7 @@ One option is to change the index. Any single index is simply one view of the la
|
||||
|
||||
Another option is to change the date range. LandTrendr uses one value per year, but the value that is chosen can be controlled by the user. It’s possible that the change of interest is better identified in some seasons than others. We use a medoid image compositing approach, which picks the best single observation each year from a date range of images in an ImageCollection. In the GUI, you can change the date range of imagery used for compositing in the Image Collection portion of the LandTrendr Options menu (Fig. F4.5.4).
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Change the Start Date and End Date to find a time of year when the distinction between cover conditions before and during the change process of interest is greatest.
|
||||
@@ -1449,7 +1449,7 @@ There are three post-processing steps to convert a segmented trajectory to a map
|
||||
|
||||
Theory: We’ll start with a single pixel to learn how to Interpret a disturbance pixel time series in terms of the dominant disturbance segment. For the disturbance time series we have used in figures above, we can identify the key parameters of the segment associated with the disturbance. For the example above, we have extracted the actual NBR values of the fitted time series and noted them in a table (Fig. 4.5.5). This is not part of the GUI – it is simply used here to work through the concepts.
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
From the table shown in Fig. 4.5.5, we can infer several key things about this pixel:
|
||||
@@ -1466,7 +1466,7 @@ If we wanted to map the magnitude of the disturbance, we would follow the same f
|
||||
|
||||
The LandTrendr GUI provides a set of tools to easily apply the same logic rules to all pixels of interest and create maps. Click on the Change Filter Options menu. The interface shown in Fig. 4.5.6 appears.
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
The first two sections are used to identify the segments of interest.
|
||||
@@ -1479,12 +1479,12 @@ Each filter (magnitude, duration, etc.) is used to further winnow the possible s
|
||||
|
||||
If you’re following along and making changes, or if you’re just using the default location and parameters, click the Add Filtered Disturbance Imagery to add this to the map. You should see something like Fig. 4.5.7.
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
There are multiple layers of disturbance added to the map. Use the map layers checkboxes to change which is shown. Magnitude of disturbance, for example, is a map of the delta change between beginning and endpoints of the segments (Fig. 4.5.8).
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
### Conclusion {.unnumbered}
|
||||
@@ -1567,7 +1567,7 @@ Higher-dimension band values: array images. That more complex conception of the
|
||||
|
||||
First, we will give some very basic notation (Fig. F4.6.1). A scalar pixel at time t is given by pt, and a pixel vector by pt. A variable with a “hat” represents an estimated value: in this context, p̂t is the estimated pixel value at time t. A time series is a collection of pixel values, usually sorted chronologically: {pt; t = t0...tN}, where t might be in any units, t0 is the smallest, and tN is the largest such t in the series.
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
### Data Preparation and Preprocessing
|
||||
@@ -1648,7 +1648,7 @@ var landsat8Chart = ui.Chart.image.series(landsat8sr.select('NDVI'), roi)
|
||||
print(landsat8Chart);
|
||||
|
||||
```
|
||||

|
||||

|
||||
|
||||
|
||||
We can add a linear trend line to our chart using the trendlines parameters in the setOptions function for image series charts. Copy and paste the code below to print the same chart but with a linear trend line plotted (Fig. F4.6.3). In the next section, you will learn how to estimate linear trends over time.
|
||||
@@ -1669,7 +1669,7 @@ var landsat8ChartTL = ui.Chart.image.series(landsat8sr.select('NDVI'), roi)
|
||||
print(landsat8ChartTL);
|
||||
|
||||
```
|
||||

|
||||

|
||||
|
||||
|
||||
Now that we have plotted and visualized the data, lots of interesting analyses can be done to the time series by harnessing Earth Engine tools for fitting curves through this data. We will see a couple of examples in the following sections.
|
||||
@@ -1716,7 +1716,7 @@ Map.addLayer(coefficients, {}, 'coefficients image');
|
||||
```
|
||||
If you click over a point using the Inspector tab, you will see the pixel values for the array image (coefficients “t” and “constant”, and residuals) and two-band image (coefficients “t” and “constant”) (Fig. F4.6.4).
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Now, copy and paste the code below to use the model to detrend the original NDVI time series and plot the time series chart with the trendlines parameter (Fig. F4.6.5).
|
||||
@@ -1742,7 +1742,7 @@ var detrendedChart = ui.Chart.image.series(detrended, roi, null, 30)
|
||||
});print(detrendedChart);
|
||||
|
||||
```
|
||||

|
||||

|
||||
|
||||
|
||||
:::{.callout-note}
|
||||
@@ -1804,14 +1804,14 @@ print(ui.Chart.image.series(
|
||||
}));
|
||||
|
||||
```
|
||||

|
||||

|
||||
|
||||
|
||||
Returning to the mind-bending nature of curve-fitting, it is worth remembering that the harmonic waves seen in Fig. F4.6.6 are the fit of the data to a single point across the image. Next, we will map the outcomes of millions of these fits, pixel by pixel, across the entire study area.
|
||||
|
||||
We’ll compute and map the phase and amplitude of the estimated harmonic model for each pixel. Phase and amplitude (Fig. F4.6.7) can give us additional information to facilitate remote sensing applications such as agricultural mapping and land use and land cover monitoring. Agricultural crops with different phenological cycles can be distinguished with phase and amplitude information, something that perhaps would not be possible with spectral information alone.
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Copy and paste the code below to compute phase and amplitude from the coefficients and add this image to the map (Fig. F4.6.8).
|
||||
@@ -1841,7 +1841,7 @@ var rgb = ee.Image.cat([
|
||||
Map.addLayer(rgb, {}, 'phase (hue), amplitude (sat), ndvi (val)');
|
||||
|
||||
```
|
||||

|
||||

|
||||
|
||||
|
||||
The code uses the HSV to RGB transformation hsvToRgb for visualization purposes (Chap. F3.1). We use this transformation to separate color components from intensity for a better visualization. Without this transformation, we would visualize a very colorful image that would not look as intuitive as the image with the transformation. With this transformation, phase, amplitude, and mean NDVI are displayed in terms of hue (color), saturation (difference from white), and value (difference from black), respectively. Therefore, darker pixels are areas with low NDVI. For example, water bodies will appear as black, since NDVI values are zero or negative. The different colors are distinct phase values, and the saturation of the color refers to the amplitude: whiter colors mean amplitude closer to zero (e.g., forested areas), and the more vivid the colors, the higher the amplitude (e.g., croplands). Note that if you use the Inspector tool to analyze the values of a pixel, you will not get values of phase, amplitude, and NDVI, but the transformed values into values of blue, green, and red colors.
|
||||
@@ -1875,9 +1875,9 @@ Map.addLayer(anotherView,
|
||||
max: 0.03 }, 'Another combination of fit characteristics');
|
||||
|
||||
```
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
The upper image in Fig. F4.6.9 is a closer view of Fig. F4.6.8, showing an image that transforms the sine and cosine coefficient values, and incorporates information from the mean NDVI. The lower image draws the sine and cosine in the red and blue bands, and extracts the slope of the linear trend that you calculated earlier in the chapter, placing that in the green band. The two views of the fit are similarly structured in their spatial pattern—both show fields to the west and the city to the east. But the pixel-by-pixel variability emphasizes a key point of this chapter: that a fit to the NDVI data is done independently in each pixel in the image. Using different elements of the fit, these two views, like other combinations of the data you might imagine, can reveal the rich variability of the landscape around Modesto.
|
||||
@@ -1894,11 +1894,11 @@ Code Checkpoint F46e. The book’s repository contains a script to use to begin
|
||||
:::
|
||||
Beginning with the repository script, changing the value of the harmonics variable will change the complexity of the harmonic curve fit by superimposing more or fewer harmonic waves on each other. While fitting higher-order functions improves the goodness-of-fit of the model to a given set of data, many of the coefficients may be close to zero at higher numbers or harmonic terms. Fig. F4.6.10 shows the fit through the example point using one, two, and three harmonic curves.
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
### Conclusion {.unnumbered}
|
||||
@@ -1975,7 +1975,7 @@ Once you have loaded the CCDC interface (Fig. F4.7.1), you will be able to navig
|
||||
|
||||
Pay special attention to the characteristics of each segment. For example, look at the average surface reflectance value for each segment. The presence of a pronounced slope may be indicative of phenomena like vegetation regrowth or degradation. The number of harmonics used in each segment may represent seasonality in vegetation (either natural or due to agricultural practices) or landscape dynamics (e.g., seasonal flooding).
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Question 1. While still using the SWIR1 band, click on a pixel that is forested. What do the time series and time segments look like?
|
||||
@@ -2175,14 +2175,14 @@ Map.addLayer(selectedMag, magVisParams, 'Max mag');
|
||||
Map.addLayer(selectedTbreak, timeVisParams, 'Time of max mag');
|
||||
|
||||
```
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
We first take the absolute value because the magnitudes can be positive or negative, depending on the direction of the change and the band used. For example, a positive value in the SWIR1 may show a forest loss event, where surface reflectance goes from low to higher values. Brighter values in Fig. 4.7.3 represent events of that type. Conversely, a flooding event would have a negative value, due to the corresponding drop in reflectance. Once we find the maximum absolute value, we find its position on the array and then use that index to extract the original magnitude value, as well as the time when that break occurred.
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
:::{.callout-note}
|
||||
@@ -2257,7 +2257,7 @@ Map.addLayer(intercept.arrayFlatten([
|
||||
]), intVisParams, 'INTP_SWIR1');
|
||||
|
||||
```
|
||||

|
||||

|
||||
|
||||
|
||||
Since we run the CCDC algorithm on Landsat surface reflectance images, intercept values should represent the average reflectance of a segment. However, if you click on the image, you will see that the values are outside of the 0–1 range. This is because the intercept is calculated by the CCDC algorithm for the origin (e.g., time 0), and not for the year we requested. In order to retrieve the adjusted intercept, as well as other coefficients, we will use a different approach.
|
||||
@@ -2353,14 +2353,14 @@ Map.addLayer(coefs, rgbVisParams, 'RGB 2005-09-25');
|
||||
```
|
||||
The slope and RMSE images are shown in Fig. 4.7.5. For the slopes, high positive values are bright, while large negative values are very dark. Most of the remaining forest is stable and has a slope close to zero, while areas that have experienced transformation and show agricultural activity tend to have positive slopes in the RED band, appearing bright in the image. Similarly, for the RMSE image, stable forests present more predictable time series of surface reflectance that are captured more faithfully by the time segments, and therefore present lower RMSE values, appearing darker in the image. Agricultural areas present noisier time series that are more challenging to model, and result in higher RMSE values, appearing brighter.
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Finally, the RGB image we created is shown in Fig. 4.7.6. The intercepts are calculated for the middle point of the time segment intercepting the date we requested, representing the average reflectance for the span of the selected segment. In that sense, when shown together as an RGB image, they are similar to a composite image for the selected date, with the advantage of always being cloud-free.
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
:::{.callout-note}
|
||||
@@ -2479,7 +2479,7 @@ Code Checkpoint F48a. The book’s repository contains a script that shows what
|
||||
To see if BULC can successfully sift through these Events, we will use BULC’s GUI (Fig. F4.8.1), which makes interacting with the functionality straightforward. :::{.callout-note}
|
||||
Code Checkpoint F48b in the book’s repository contains information about accessing that interface.
|
||||
:::
|
||||

|
||||

|
||||
|
||||
|
||||
After you have run the script, BULC’s interface requires that a few parameters be set; these are specified using the left panel. Here, we describe and populate each of the required parameters, which are shown in red. As you proceed, the default red color will change to green when a parameter receives a value.
|
||||
@@ -2500,7 +2500,7 @@ BULC makes relatively small demands on memory since its arithmetic uses only mul
|
||||
|
||||
When you have finished setting the required parameters, the interface will look like Fig. 4.8.2.
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Beneath the required parameters is a set of optional parameters that affect which intermediate results are stored during a run for later inspection. We are also given a choice of returning intermediate results for closer inspection. At this stage, you can leave all optional parameters out of the BULC call by leaving them blanked or unchecked.
|
||||
@@ -2511,9 +2511,9 @@ The BULC interpretation of the landscape looks roughly like the Event inputs, bu
|
||||
|
||||
Meanwhile, below the Console, the rest of the interface changes when BULC is run. The Map panel displays BULC’s classification for the final date: that is, after considering the evidence from each of the input classifications. We can use the Satellite background to judge whether BULC is accurately capturing the state of LULC. This can be done by unselecting the drawn layers in the map layer set and selecting Satellite from the choices in the upper-right part of the Map panel. Earth Engine’s background satellite images are often updated, so you should see something like the right side of Fig. F4.8.3, though it may differ slightly.
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Question 1. When comparing the BULC classification for 2021 against the current Earth Engine satellite view, what are the similarities and differences? Note that in Earth Engine, the copyrighted year numbers at the bottom of the screen may not coincide with the precise date of the image shown.
|
||||
@@ -2531,9 +2531,9 @@ Question 2. Select the BULC option, then select the Movie tool to view the resul
|
||||
|
||||
BULC results can be viewed interactively, allowing you to view more detailed estimations of the LULC around the study area. We will zoom into a specific area where change did occur after 2016. To do that, turn on the Satellite view and zoom in. Watching the scale bar in the lower right of the Map panel, continue zooming until the scale bar says 5 km. Then, enter "-60.742, -9.844" in the Earth Engine search tool, located above the code. The text will be interpreted as a longitude/latitude value and will offer you a nearby coordinate, indicated with a value for the degrees West and the degrees South. Click that entry and Earth Engine will move to that location, while keeping at the specified zoom level. Let’s compare the BULC result in this sector against the image from Earth Engine’s satellite view that is underneath it (Fig. 4.8.4).
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
BULC captured the changes between 2016 and 2021 with a classification series that suggests agricultural development (Fig. 4.8.4, left). Given the appearance of BULC’s 2021 classification, it suggests that the satellite backdrop at the time of this writing (Fig. 4.8.4, right) came from an earlier time period.
|
||||
@@ -2542,7 +2542,7 @@ Now, in the Results panel, select BULC, then Movie. Set your desired frame speed
|
||||
|
||||
With this finer-scale access to the results of BULC, you can select individual pixels to inspect. Move the horizontal divider downward to expose the Inspector tab and Console tab. Use the Inspector to click on several pixels to learn their history as expressed in the inputted Events and in BULC’s interpretation of the noise and signal in the Event series. In a chosen pixel, you might see output that looks like Fig. 4.8.5. It indicates a possible conversion in the Event time series after a few classifications of the pixel as Forest. This decreases the confidence that the pixel is still Forest (Fig. 4.8.5, lower panel), but not enough for the Active Agriculture class (class 3) to become the dominant probability. After the subsequent Event labels the pixel as Forest, the confidence (lower panel) recovers slightly, but not to its former level. The next Event classifies the pixel as Active Agriculture, confidently, by interpreting that second Active Agriculture classification, in a setting where change was already somewhat suspected after the first non-Forest classification. BULC’s label (middle panel) changes to be Active Agriculture at that point in the sequence. Subsequent Event classifications as Active Agriculture creates a growing confidence that its proper label at the end of the sequence was indeed Active Agriculture.
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Question 3. Run the code again with the same data, but adjust the three levelers, then view the results presented in the Map window and the Results panel. How do each of the three parameters affect the behavior of BULC in its results? Use the thumbnail to assess your subjective satisfaction with the results, and use the Inspector to view the BULC behavior in individual pixels. Can you produce an optimal outcome for this given set of input classifications?
|
||||
@@ -2573,7 +2573,7 @@ After you have run the script to initialize the interface, BULC-D’s interface
|
||||
|
||||
Run BULC-D for this area. As a reminder, you should first zoom in enough that the scale bar reads “5 km” or finer. Then, search for the location "-60.7624, -9.8542". When you run BULC-D, a result like Fig. F4.8.6 is shown for the layer of probabilities.
|
||||
|
||||

|
||||

|
||||
|
||||
Fig. 4.8.6 Result for BULC-D for the Roosevelt River area, depicting estimated probability of change and stability for 2021
|
||||
|
||||
@@ -2583,7 +2583,7 @@ Each pixel experiences its own NBR history in both the expectation period and th
|
||||
|
||||
Figure F4.8.7 shows the NBR history for the red balloon in the southern part of the study area in Fig. F4.8.4. If you click on that pixel or one like it, you can see that, whereas the values were quite stable throughout the growing season for the years used to create the pixel’s expectation, they were persistently lower in the target year. This is flagged as a likely meaningful drop in the NBR by BULC-D, for consideration by the analyst.
|
||||
|
||||

|
||||

|
||||
|
||||
Fig. 4.8.7 NBR history for a pixel with an apparent drop in NBR in the target year (below) as compared to the expectation years (above). Pixel is colored a shade of red in Fig. 4.8.6.
|
||||
|
||||
@@ -2591,12 +2591,12 @@ Figure F4.8.8 shows the NBR history for the blue balloon in the southern part of
|
||||
|
||||
Question 4. Experiment with turning off one of the satellite sensor data sources used to create the expectation collection. For example, do you get the same results if the Sentinel-2 data stream is not used, or is the outcome different. You might make screen captures of the results to compare with Fig. 4.8.4. How strongly does each satellite stream affect the outcome of the estimate? Do differences in the resulting estimate vary across the study area?
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Figure F4.8.8 also shows that, for that pixel, the fit of values for the years used to build the expectation showed a sine wave (shown in blue), but with a fit that was not very strong. When data for the target year was assembled (Fig. F4.8.8, bottom), the values were persistently above expectation throughout the growing season. Note that this pixel was identified as being different in the target year as compared to earlier years, which does not rule out the possibility that the LULC of the area was changed (for example, from Forest to Agriculture) during the years used to build the expectation collection. BULC-D is intended to be run steadily over a long period of time, with the changes marked as they occur, after which point the expectation would be recalculated.
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Fig. F4.8.9 shows the NBR history for the green balloon in the southern part of the study area in Fig. F4.8.4. For that pixel, the values in the expectation collection formed a sine wave, and the values in the target collection deviated only slightly from the expectation during the target year.
|
||||
@@ -2621,12 +2621,12 @@ Next, BULC will need to know which years of Dynamic World you are interested in.
|
||||
|
||||
When you have finished, select Apply Parameters at the bottom of the input panel. When it runs, BULC subsets the Dynamic World dataset to clip out according to the dates and location, identifying images from more than 40 distinct dates. The area covers two of the tiles in which Dynamic World classifications are partitioned to be served, so BULC receives more than 90 classifications. When BULC finishes its run, the Map panel will look like Fig. F4.8.10, BULC’s estimate of the final state of the landscape at the end of the classification sequence.
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Let’s explore the suite of information returned by BULC about this time period in Dynamic World. Enter “Muiraquitã” in the search bar and view the results around that area to be able to see the changing LULC classifications within farm fields. Then, begin to inspect the results by viewing a Movie of the Events, with a data frame rate of 6 frames per second. Because the study area spans multiple Dynamic World tiles, you will find that many Event frames are black, meaning that there was no data in your sector on that particular image. Because of this, and also perhaps because of the very aggressive cloud masking built into Dynamic World, viewing Events (which, as a reminder, are the individual classified images directly from Dynamic World) can be a very challenging way to look for change and stability. BULC’s goal is to sift through those classifications to produce a time series that reflects, according to its estimation, the most likely LULC value at each time step. View the Movie of the BULC results and ask yourself whether each class is equally well replicated across the set of classifications. A still from midway through the Movie sequence of the BULC results can be seen in Fig. F4.8.11.
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
As BULC uses the classification inputs to estimate the state of the LULC at each time step, it also tracks its confidence in those estimates. This is shown in several ways in the interface.
|
||||
@@ -2636,7 +2636,7 @@ As BULC uses the classification inputs to estimate the state of the LULC at each
|
||||
* Another way of viewing BULC’s confidence is through the Inspector tab. You can click on individual pixels to view their values in the Event time series and in the BULC time series, and see BULC’s corresponding confidence value changing through time in response to the relative stability of each pixel’s classification.
|
||||
* Another way to view BULC’s confidence estimation is as a hillshade enhancement of the final BULC classification. If you select the Probability Hillshade in the set of Map layers, it shows the final BULC classification as a textured surface, in which you can see where lower-confidence pixels are classified.
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
#### 5.2. Using BULC To Visualize Uncertainty of Dynamic World in Simplified Categories
|
||||
@@ -2659,7 +2659,7 @@ Before continuing, think for a moment about how many classes you have now. From
|
||||
|
||||
The confidence image shown in the main Map panel is instructive (Fig. 4.8.13). Using data from 2020, 2021, and 2022, It indicates that much of the uncertainty among the original Dynamic World classifications was in distinguishing labels within agricultural fields. When that uncertainty is removed by combining classes, the BULC result indicates that a substantial part of the remaining uncertainty is at the edges of distinct covers. For example, in the south-central and southern part of the frame, much of the uncertainty among classifications in the original Dynamic World classifications was due to distinction among the highly similar, easily confused classes. Much of what remained (right) after remapping (right) formed outlines of the river and the edges between farmland and forest: a graphic depiction of the “spatial uncertainty” discussed earlier. Yet not all of the uncertainty was spatial; the thicker, darker areas of uncertainty even after remapping (right, at the extreme eastern edge for example) indicates a more fundamental disagreement in the classifications. In those pixels, even when the Agriculture-like classes were compressed, there was still considerable uncertainty (likely between Forest and Active Agriculture) in the true state of these areas. These might be of further interest: were they places newly deforested in 2020-2022? Were they abandoned fields regrowing? Were they degraded at some point? The mapping of uncertainty may hold promise for a better understanding of uncertainty as it is encountered in real classifications, thanks to Dynamic World.
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Given the tools and approaches presented in this lab, you should now be able to import your own classifications for BULC (Sects. 1–3), detect changes in sets of raw imagery (Sect. 4), or use Dynamic World’s pre-created classifications (Sect. 5). The following exercises explore this potential.
|
||||
@@ -2922,7 +2922,7 @@ Map.addLayer(covariance17.arrayGet([0, 1]),
|
||||
```
|
||||
Inspect the pixel values of the resulting covariance image (Fig. F4.9.1). The covariance is positive when the greater values of one variable (at time t) mainly correspond to the greater values of the other variable (at time h), and the same holds for the lesser values, therefore, the values tend to show similar behavior. In the opposite case, when the greater values of a variable correspond to the lesser values of the other variable, the covariance is negative.
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
The diagonal elements of the variance-covariance array are variances. Copy and paste the code below to define and map a function to compute correlation (Fig. F4.9.2) from the variance-covariance array.
|
||||
@@ -2946,7 +2946,7 @@ Map.addLayer(correlation17,
|
||||
},
|
||||
'correlation (lag = 17 days)');
|
||||
```
|
||||

|
||||

|
||||
|
||||
|
||||
Higher positive values indicate higher correlation between the elements of the dataset, and lower negative values indicate the opposite.
|
||||
@@ -2985,7 +2985,7 @@ Map.addLayer(corr1PrecipNDVI, {
|
||||
```
|
||||
What do you observe from this result? Looking at the cross-correlation image (Fig. F4.9.3), do you observe high values where you would expect high NDVI values (vegetated areas)? One possible drawback of this computation is that it's only based on five days of precipitation, whichever five days came right before the NDVI image.
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Perhaps precipitation in the month before the observed NDVI is relevant? Copy and paste the code below to test the 30-day lag idea.
|
||||
@@ -3017,7 +3017,7 @@ Observe that the only change is to the merge method. Instead of merging the band
|
||||
|
||||
Which changes do you notice between the cross-correlation images—5 days lag vs. 30 days lag (Fig. F4.9.4)?. You can use the Inspector tool to assess if the correlation increased or not at vegetated areas.
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
As long as there is sufficient temporal overlap between the time series, these techniques could be extended to longer lags and longer time series.
|
||||
@@ -3095,7 +3095,7 @@ print(ui.Chart.image.series(
|
||||
}));
|
||||
|
||||
```
|
||||

|
||||

|
||||
|
||||
|
||||
At this stage, note that the missing data has become a real problem. Any data point for which at least one of the previous points is masked or missing is also masked.
|
||||
|
||||
@@ -64,7 +64,7 @@ To demonstrate how geometry tools in Earth Engine work, let’s start by creatin
|
||||
|
||||
Click on the geometry tools in the top left of the Map pane and create a point feature. Place a new point where USF is located (see Fig. F5.0.1).
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Use Google Maps to search for “Harney Science Center” or “Lo Schiavo Center for Science.” Hover your mouse over the Geometry Imports to find the +new layer menu item and add a new layer to delineate the boundary of a building on campus.
|
||||
@@ -73,7 +73,7 @@ Next, create another new layer to represent the entire campus as a polygon.
|
||||
|
||||
After you create these layers, rename the geometry imports at the top of your script. Name the layers usf_point, usf_building, and usf_campus. These names are used within the script shown in Fig. F5.0.2.
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
:::{.callout-note}
|
||||
@@ -103,7 +103,7 @@ There are many image collections loaded in Earth Engine, and they can cover a ve
|
||||
|
||||
Use your internet searching skills to locate the “Analysis Neighborhoods” dataset covering San Francisco. This data might be located in a number of places, including DataSF, the City of San Francisco’s public-facing data repository.
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
After you find the Analysis Neighborhoods layer, click Export and select Shapefile (Fig. F5.0.3). Keep track of where you save the zipped file, as we will load this into Earth Engine. Shapefiles contain vector-based data—points, lines, polygons—and include a number of files, such as the location information, attribute information, and others.
|
||||
@@ -114,14 +114,14 @@ Extract the folder to your computer. When you open the folder, you will see that
|
||||
|
||||
Navigate to the Assets tab (near Scripts). Select New > Table Upload > Shape files (Fig. F5.0.4).
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
#### Select Files and Name Asset
|
||||
|
||||
Click the Select button and then use the file navigator to select the component files of the shapefile structure (i.e., .shp, .dbf, .shx, and .prj) (Fig. F5.0.5). Assign an Asset Name so you can recognize this asset.
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Uploading the asset may take a few minutes. The status of the upload is presented under the Tasks tab. After your asset has been successfully loaded, click on the asset in the Assets folder and find the collection ID. Copy this text and use it to import the file into your Earth Engine analysis.
|
||||
@@ -300,7 +300,7 @@ Export.table.toDrive({
|
||||
```
|
||||
When you run this code, you will notice that you have the Tasks tab highlighted on the top right of the Earth Engine Code Editor (Fig. F5.0.6). You will be prompted to name the directory when exporting the data.
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
After you run the task, the file will be saved to your Google Drive. You have now brought a feature into Earth Engine and also exported data from Earth Engine.
|
||||
@@ -457,13 +457,13 @@ var elevationDrawn = elevationVector.draw({
|
||||
Map.addLayer(elevationDrawn, {}, 'Elevation zone polygon');
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
You may have realized that polygons consist of complex lines, including some small polygons with just one pixel. That happens when there are no surrounding pixels of the same elevation zone. You may not need a vector map with such details—if, for instance, you want to produce a regional or global map. We can use a morphological reducer focalMode to simplify the shape by defining a neighborhood size around a pixel. In this example, we will set the kernel radius as four pixels. This operation makes the resulting polygons look much smoother, but less precise (Fig. F5.1.2).
|
||||
@@ -501,18 +501,18 @@ Map.addLayer(smoothDrawn, {}, 'Elevation zone polygon (smooth)');
|
||||
|
||||
We can see now that the polygons have more distinct shapes with many fewer small polygons in the new map (Fig. F5.1.2). It is important to note that when you use methods like focalMode (or other, similar methods such as connectedComponents and connectedPixelCount), you need to reproject according to the original image in order to display properly with zoom using the interactive Code Editor.
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
#### Raster to Points
|
||||
|
||||
Lastly, we will convert a small part of this elevation image into a point vector dataset. For this exercise, we will use the same example and build on the code from the previous subsection. This might be useful when you want to use geospatial data in a tabular format in combination with other conventional datasets such as economic indicators (Fig. F5.1.3).
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
The easiest way to do this is to use sample while activating the geometries parameter. This will extract the points at the centroid of the elevation pixel.
|
||||
@@ -571,7 +571,7 @@ Map.addLayer(elevationSamplesStratified, {}, 'Stratified samples');
|
||||
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
:::{.callout-note}
|
||||
@@ -637,7 +637,7 @@ Map.setOptions('SATELLITE');
|
||||
```
|
||||
This will display the boundary of the La Paya protected area and deforestation in the region (Fig. F5.1.5).
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
We can use Earth Engine to convert the deforestation raster to a set of polygons. The deforestation data are appropriate for this transformation as each deforestation event is labeled categorically by year, and change events are spatially contiguous. This is performed in Earth Engine using the ee.Image.reduceToVectors method, as described earlier in this section.
|
||||
@@ -668,9 +668,9 @@ Map.addLayer(deforestationVectorOutline, {
|
||||
```
|
||||
Fig. F5.1.6 shows a comparison of the raster versus vector representations of deforestation within the protected area.
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Having converted from raster to vector, a new set of operations becomes available for post-processing the deforestation data. We might, for instance, be interested in the number of individual change events each year (Fig. F5.1.7):
|
||||
@@ -690,7 +690,7 @@ var chart = ui.Chart.feature
|
||||
});print(chart);
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
There might also be interest in generating point locations for individual change events (e.g., to aid a field campaign):
|
||||
@@ -911,11 +911,11 @@ Map.addLayer(distance.updateMask(protectedAreaRaster.unmask()
|
||||
max: 20000}, 'Distance outside protected area');
|
||||
|
||||
```
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Sometimes it makes sense to work with objects in raster imagery. This is an unusual case of vector-like operations conducted with raster data. There is a good reason for this where the vector equivalent would be computationally burdensome.
|
||||
@@ -950,13 +950,13 @@ Map.addLayer(deforestation5km, {
|
||||
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Lastly, we can estimate the deforestation area within 1 km of the protected area but only outside of the boundary.
|
||||
@@ -1254,10 +1254,10 @@ Map.addLayer(ptsTopo, {
|
||||
```
|
||||
The result is a copy of the buffered point feature collection with new properties added for the region reduction of each selected image band according to the given reducer. A part of the FeatureCollection is shown in Fig. F5.2.1. The data in that FeatureCollection corresponds to a table containing the information of Table F5.2.3. See Fig. F5.2.2 for a graphical representation of the points and the topographic data being summarized.
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Table F5.2.3 Example output from zonalStats organized as a table. Rows correspond to collection features and columns are feature properties. Note that elevation and slope values in this table are rounded to the nearest tenth for brevity.
|
||||
@@ -1553,7 +1553,7 @@ Map.addLayer(pixelsFc, {
|
||||
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
:::{.callout-note}
|
||||
@@ -1645,7 +1645,7 @@ Map.addLayer(sfBlocks, {
|
||||
color: '#de2d26'}, 'Census Blocks (single color)');
|
||||
|
||||
```
|
||||

|
||||

|
||||
|
||||
|
||||
The census blocks table has a property named 'pop10' containing the population totals as of the 2010 census. We can use this to create a choropleth map showing population density. We first need to compute the population density for each feature and add it as a property. To add a new property to each feature, we can map a function over the FeatureCollection and calculate the new property called 'pop_density'. Earth Engine provides the area function, which can calculate the area of a feature in square meters. We convert it to square miles and calculate the population density per square mile.
|
||||
@@ -1685,7 +1685,7 @@ var visParams = {
|
||||
Map.addLayer(sfBlocksPaint.clip(geometry), visParams, 'Population Density');
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
#### Creating a Categorical Map
|
||||
@@ -1713,9 +1713,9 @@ var sfRoadsDraw = sfRoads.draw({
|
||||
Map.addLayer(sfRoadsDraw, {}, 'Roads (Draw)');
|
||||
|
||||
```
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
The road layer has a column called “MTFCC” (standing for the MAF/TIGER Feature Class Code). This contains the road priority codes, representing the various types of roads, such as primary and secondary. We can use this information to render each road segment according to its priority. The draw function doesn’t allow us to specify different styles for each feature. Instead, we need to make use of the style function.
|
||||
@@ -1748,7 +1748,7 @@ var sfRoadsStyle = sfRoads.style({
|
||||
Map.addLayer(sfRoadsStyle.clip(geometry), {}, 'Roads (Style)');
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
:::{.callout-note}
|
||||
@@ -1807,7 +1807,7 @@ var interstateRoadsDrawn = interstateRoads.draw({
|
||||
Map.addLayer(interstateRoadsDrawn, {}, 'Interstate Roads');
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Let’s define a join that will select all the features from the sfBlocks layer that are within 1 km of any feature from the interstateRoads layer. We start by defining a filter using the ee.Filter.withinDistance filter. We want to compare the geometries of features in both layers, so we use a special property called '.geo' to compare the collections. By default, the filter will work with exact distances between the geometries. If your analysis does not require a very precise tolerance of spatial uncertainty, specifying a small non-zero maxError distance value will help speed up the spatial operations. A larger tolerance also helps when testing or debugging code so you can get the result quickly instead of waiting longer for a more precise output.
|
||||
@@ -1841,7 +1841,7 @@ var closeBlocksDrawn = closeBlocks.draw({
|
||||
Map.addLayer(closeBlocksDrawn, {}, 'Blocks within 1km');
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
#### Spatial Joins
|
||||
@@ -1874,7 +1874,7 @@ var sfTreesStyled = sfTrees.style({
|
||||
Map.addLayer(sfTreesStyled, {}, 'SF Trees');
|
||||
|
||||
```
|
||||

|
||||

|
||||
|
||||
|
||||
To find the tree points in each neighborhood polygon, we will use an ee.Filter.intersects filter.
|
||||
@@ -1904,7 +1904,7 @@ print(joined.first());
|
||||
```
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
You will see that each feature of the sfNeighborhoods collection now has an additional property called trees. This contains all the features from the sfTrees collection that were matched using the intersectFilter. We can now map a function over the results and post-process the collection. As our analysis requires the computation of the total number of trees in each neighborhood, we extract the matching features and use the size function to get the count (Fig. F5.3.9).
|
||||
@@ -1917,7 +1917,7 @@ var sfNeighborhoods = joined.map(function(f) { var treesWithin = ee.List(f.get
|
||||
print(sfNeighborhoods.first());
|
||||
|
||||
```
|
||||

|
||||

|
||||
|
||||
|
||||
The results now have a property called total_trees containing the count of intersecting trees in each neighborhood polygon.
|
||||
@@ -1938,7 +1938,7 @@ Export.table.toDrive({
|
||||
```
|
||||
The final result is a CSV file with the neighborhood names and total numbers of trees counted using the join (Fig. F5.3.10).
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
:::{.callout-note}
|
||||
|
||||
@@ -89,7 +89,7 @@ Map.setOptions('HYBRID')
|
||||
Map.centerObject(AOI)
|
||||
Map.addLayer(VIIRS.first(),VIIRSvis,'Nighttime Lights')
|
||||
```
|
||||

|
||||

|
||||
|
||||
|
||||
If we decrease the opacity of the VIIRS layer, we can see the cities of Mosul, Erbil and Kirkuk shining brightly at night. We can also see a string of bright lights between Kirkuk and Erbil -- these are methane flares from oil wells.
|
||||
@@ -180,7 +180,7 @@ The function returns a timelapse of nighttime lights over Northern Iraq:
|
||||
``` js
|
||||
gif(VIIRS, VIIRSvis, AOI);
|
||||
```
|
||||
 and [ezgif](https://ezgif.com/) for the finishing touches. ](../images/Figure_1.gif)
|
||||
 and [ezgif](https://ezgif.com/) for the finishing touches. ](images/Figure_1.gif)
|
||||
|
||||
|
||||
This timelapse gives a play-by-play of one of the most important campaigns in the war against the Islamic State. In the first few frames, Mosul is under the control of the Kurdistan Regional Government (KRG). In the summer of 2014, ISIS captures the city, and power is cut off. Mosul and many villages along the Tigris river are plunged into darkness. In 2015, the front line in the campaign to retake the city emerges around Mosul, advancing in 2016 and 2017. Mosul is eventually retaken by the KRG in 2017, after which it brightens once again as electricity is restored.
|
||||
@@ -240,7 +240,7 @@ var chart =
|
||||
|
||||
print(chart)
|
||||
```
|
||||

|
||||

|
||||
|
||||
|
||||
We can clearly see Mosul (the red line) darkening in 2014 as the city is taken by ISIS. During this period the Qayyarah oil fields are, as we might expect, quite dark. All of a sudden in 2016 Qayyarah becomes brighter at night than the city of Mosul ever was, as the oilfields are set on fire. Then, almost exactly when the blaze in Qayyarah is extinguished and the area darkens (i.e. when the blue line falls back to near zero), Mosul brightens once again (i.e. the red line rises) as the city is liberated.
|
||||
|
||||
@@ -242,13 +242,13 @@ Map.addLayer(
|
||||
The visualization parameters correspond to the statistical significance of the change in pixel values. Using the Viridis color palette which ranges from purple to yellow, dark purple pixels indicate no significant change, and yellow pixels indicate a significant change with with 95% confidence. The brighter the yellow of a pixel, the more significant the change.
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
This seems to be working quite well; but remember, ports are generally prone to change. The t-test is accounting for this by calculating each pixel's variance over the entire time period, but it's still possible that the change we're seeing is due to the port rather than the explosion. To test this, we can run the same algorithm on the same area, using the same date cutoff (August 4th), but in a different year; I've chosen 2018. This is what's known as a placebo test: if it's still showing loads of statistically significant change around the cutoff, our algorithm is probably picking up on port activity rather than the explosion.
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Compared to the 2020 image, there's a lot less yellow (significant change). That being said, there are a few yellow areas. This could be due to a number of reasons: ships coming and going, cranes moving, and containers being loaded and unloaded would all register in the change detection algorithm. There are also a number of yellow specks throughout the city, which is also to be expected since cities are also generally in a state of flux. Construction, demolition, and even the growth of vegetation can all be detected by the algorithm.
|
||||
@@ -344,19 +344,19 @@ Map.addLayer(
|
||||
The result naturally resembles the underlying t-test image, with high levels of damage concentrated around the port, and progressively decreasing damage with distance:
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
To get a better sense of how these predicitions correspond to actual damage, we can zoom in and turn on the Google satellite basemap, which has imagery taken just after the explosion; you can still see capsized boats in the port. Zooming in to the epicenter, we can see several warehouses that were effectively vaporized. Our change detection algorithm picks up on a high degree of change, as indicated by the red outlines of the building footprints:
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
This is pretty low-hanging fruit. Let's look at a different area, around 1.3km east from the epicenter with a mix of warehouses and residential buildings:
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Here, there's greater variation in the predictions. I've highlighted three areas.
|
||||
@@ -392,7 +392,7 @@ Below is one of the most viewed videos of the explosion:
|
||||
Geolocating this video was pretty simple thanks to the Greek Orthodox church (highlighted in green below) and the road leading to it (highlighted in blue). The red box indicates the likely location (33.889061, 35.515909) from which the person was filming:
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
The video shows heavy damage being sustained by areas well outside the zones classified as damaged in the maps above (both my own and NASA's). Indeed, substantial damage was reported several kilometers away.
|
||||
@@ -401,7 +401,7 @@ The video shows heavy damage being sustained by areas well outside the zones cla
|
||||
Why are satellite images underestimating damage in Beirut? Satellite images are taken from above, and are two-dimensional. Much of the damage caused by the blast, however, was directional; the pressure wave hit the sides of buildings, as shown in this diagram from a FEMA manual:
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Areas close to the explosion suffered so much damage that it could be seen from above, but even if an apartment building had all of its windows blown out, this would not necessarily be visible in a top-down view. Even for radar, which does technically collect data in three dimensions, the angle problem remains; a high resolution radar might be able to tell you how tall an apartment complex is, but it won't give you a clear image of all sides. Case in point: the NASA damage map was created using Sentinel-1 SAR data. In a nutshell, damage assessment in this case is a three-dimensional problem, and remote sensing is a two-dimensional solution.
|
||||
@@ -419,7 +419,7 @@ To create a more accurate rendering of directional blast damage, three dimension
|
||||
Geolocated videos of the blast can be used to verify and adjust the model. Below is a side-by-side comparison of the twitter video and a 3D rendition of OSM data:
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Some slight adjustments to the raw OSM data were made to achieve the image on the right. The building footprints are generally very accurate and comprehensive in coverage, but the building height data does occasionally have to be adjusted manually. A simple and reliable way of doing this is to look at the shadows cast by the building on the satellite base map and scale accordingly. I also added a rough texture to the buildings to help differentiate them, and added the domed roof of the Greek Orthodox church for reference.
|
||||
@@ -434,13 +434,13 @@ For good measure, a second video is geolocated following the same procedure:
|
||||
The second pier (highlighted in green) and the angle (in blue) serve as references:
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
The video was taken from the rooftop of a Japanese restaurant called Clap Beirut (in red above). This is confirmed by a picture of the rooftop bar on google images, which matches the bar that can be seen at 0:02 in the twitter video. Below is a comparison of the video view and the 3D OSM model:
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Though somewhat grainy, the basemap on the OSM rendering shows the same parking lot in the foreground, the second pier, and the same two buildings highlighted in yellow. Having created a 3D model of Beirut using OSM data, we can now simulate how the explosion would interact with the cityscape.
|
||||
@@ -455,7 +455,7 @@ Though somewhat grainy, the basemap on the OSM rendering shows the same parking
|
||||
As the pressure wave moved through the Beirut, some buildings bore the full force of the explosion, while others were partially shielded by taller structures. A viewshed analysis can be conducted to identify surfaces that were directly exposed to the explosion by creating a lighting object at ground zero; areas that are lit up experienced unobstructed exposure to the blast:
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Pressure waves, like sound, are capable of diffraction (bending around small obstructions). To roughly simulate this, the lighting object is gradually raised, allowing the light to pass "around" obstructions. Warehouses on the Eastern side of the docks, as well as the first row of apartment buildings facing the docks are immediately affected. As the lighting object rises above the warehouse, more areas suffer direct exposure.
|
||||
@@ -464,7 +464,7 @@ Pressure waves, like sound, are capable of diffraction (bending around small obs
|
||||
Using two lighting objects-- a red one at 10 meters and a blue one at 20 meters above the warehouse at ground zero-- the intensity of the blast in different areas is highlighted; red areas suffered direct exposure, blue areas suffered partially obstructed exposure, and black areas were indirectly exposed.
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
In the immediate vicinity of the explosion the large "L" shaped building (Lebanon's strategic grain reserve) is bright red, and was barely left standing. It absorbed a large amount of the blast, shielding areas behind it and thereby casting a long blue shadow to the West. If one refers back to the satellite damage maps above, there appears to be significantly less damage in the area just West of ("behind") the grain silo, roughly corresponding to the blue shadow above. While these areas were still heavily damaged, they seem to have suffered less damage than areas of equal distance to the East.
|
||||
@@ -482,7 +482,7 @@ The viewshed analysis tells us which sides of a building are exposed to the blas
|
||||
To get a more precise idea of the way in which the blast interacted with the urban environment, we can model the blast as an actual wave using the "dynamic wave" feature in Blender. This effectively involves creating a two-dimensional plane, telling it to behave like water, and simulating an object being dropped into the water. By putting an obstruction in this plane, we can see how the wave responds to it. As an example, the grain silo has been isolated below:
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
As the blast hits the side of the silo, it is reflected. Two large waves can be seen traveling to the right: the initial blast wave, and the reflection from the silo which rivals the initial wave in magnitude. To the left, the wave travels around the silo but is significantly weakened.
|
||||
@@ -491,7 +491,7 @@ As the blast hits the side of the silo, it is reflected. Two large waves can be
|
||||
Broadening the focus and adding the rest of the OSM data back in, we can observe how the pressure wave interacted with buildings on the waterfront:
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
The warehouses on the docks were omitted to emphasize the interaction between the pressure wave and the waterfront buildings; their light metal structure and low height means they would have caused little reflection anyway. The general pattern of the dynamic wave is consistent with the viewshed, but adds a layer of detail. The blast is reflected off of the silo towards the East, leading to a double hit. Though the wave still moves around the silo to the West, the pressure is diminished. Once the wave hits the highrises, the pattern becomes noisy as the wave both presses forward into the mainland and is reflected back towards the pier.
|
||||
@@ -519,7 +519,7 @@ For reference, 137 kPa results in 99% fatalities, 68 kPa is enough to cause stru
|
||||
Linking the values in this graph to the color of the pressure wave sphere provides a visual representation of the blast's force as it expands. An RGB color scale corresponds to the blast's overpressure at three threshold values.
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
@@ -530,7 +530,7 @@ By keeping the lighting object from the viewshed analysis and placing it within
|
||||
Now, referring back to the two geolocated twitter videos from earlier, we can recreate the blast in our 3D model and get some new insights. Below is a side-by-side comparison of the first video and the 3D model:
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Judging by the twitter video alone, it would be very hard to tell the fate of the person filming or the damage caused to the building that they were in. However, the 3D model shows that despite having an unobstructed view of the explosion, the incident pressure of the pressure wave had decreased significantly by the time it reached the viewing point. The blue-green color corresponds to roughly 15 kPa-- enough to injure and break windows, but not enough to cause structural damage to the building.
|
||||
@@ -539,7 +539,7 @@ Judging by the twitter video alone, it would be very hard to tell the fate of th
|
||||
The second twitter video was taken slightly closer to ground zero, but the view was partially obstructed by the grain silo:
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
Though the pressure wave probably exerted more pressure compared to the first angle, the partial obstruction of the grain silo likely tempered the force of the blast.
|
||||
@@ -551,7 +551,7 @@ Though the pressure wave probably exerted more pressure compared to the first an
|
||||
As a concrete example of how this approach can be used to assess damage (or predict it, if one had the foresight), let us consider the Skyline Tower, pictured below following the explosion:
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
This partial side view shows two faces of the building, labeled "A" and "B" above. Side A was nearly perpendicular to the blast, and just 600m from ground zero. Based on the previous modeling, the pressure wave exerted roughly 40 kPa on this side of the building. The corner where sides A and B meet, highlighted in green, shows total destruction of windows, removal of most siding panels, and structural damage. The back corner, highlighted in red, shows many windows still intact, indicating that the maximum overpressure on this side of the building likely didn't exceed 10 kPa. In other words, standing on the front balcony would likely have led to serious injury but standing on the back balcony would have been relatively safe.
|
||||
@@ -560,7 +560,7 @@ This partial side view shows two faces of the building, labeled "A" and "B" abov
|
||||
The animation below shows the Skyline Tower as it is hit by the pressure wave, with sides A and B labeled:
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
The bright green color of the pressure wave indicates a strong likelihood of structural damage. Side A can be seen taking a direct hit, while side B is angled slightly away. Despite not being directly exposed to the blast, it likely still took reflective damage from some of the neighboring buildings. Both the incident overpressure indicated by the color of the sphere, as well as the relative brightness of sides A and B both correspond closely to the observed damage taken by the Skyline Tower.
|
||||
|
||||
@@ -388,7 +388,7 @@ Once you've done this, you can run the following line of code to automatically i
|
||||
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
-->
|
||||
@@ -1,4 +1,4 @@
|
||||
This is XeTeX, Version 3.141592653-2.6-0.999994 (TeX Live 2022) (preloaded format=xelatex 2022.10.26) 17 APR 2023 11:17
|
||||
This is XeTeX, Version 3.141592653-2.6-0.999994 (TeX Live 2022) (preloaded format=xelatex 2022.10.26) 17 APR 2023 11:43
|
||||
entering extended mode
|
||||
restricted \write18 enabled.
|
||||
%&-line parsing enabled.
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user