Normalised mutual information-based ranking of spatio-temporal localisation maps

Size: px
Start display at page:

Download "Normalised mutual information-based ranking of spatio-temporal localisation maps"

Transcription

1 Normalised mutual information-based ranking of spatio-temporal localisation maps Nicolas Méger, Christophe Rigotti, Lionel Gueguen, Felicity Lodge, Catherine Pothier, Rémi Andreoli and Mihai Datcu ESA-EUSC-JRC 2012 Image Information Mining Conference, 24/10/12, DLR, Oberpfaffenhofen. p. 1 I m going to present work we have been doing using Normalised Mutual Information to rank Spatio Temporal Localisation maps. This work is a collaboration between several people... 1

2 Outline 1. Problem statement 2. SITS, base of sequences, GFS-patterns, STL-maps 3. Normalised mutual information-based ranking 4. Application to soil erosion monitoring 5. Conclusions 6. References p. 2 First I will describe the objectives of this work. And the techniques we use. Then I will describe the method using Normalised Mutual Information that we have used to rank the results. After this I will show some results of application of the method to a series of satellite images of New Caledonia to monitor soil erosion. Finishing off with some conclusions and some relevant references. 2

3 Outline 1. Problem statement 2. SITS, base of sequences, GFS-patterns, STL-maps 3. Normalised mutual information-based ranking 4. Application to soil erosion monitoring 5. Conclusions 6. References p. 3 First, the problem statement. 3

4 We have a series of satellite images of the same area at different times, and we want to be able to describe this satellite image time series, or SITS, both temporally and spatially, using unsupervised techniques. 4

5 Our requirements are, that we have no identification of objects prior to the mining step. And patterns are searched for at the pixel level, so we are looking for pixel evolutions or sub-evolutions. And we are looking for evolutions or sub-evolutions which cover MANY CONNECTED PIXELS. Some of the problems we face with this approach are: Since All possible evolutions and sub-evolutions must be taken into account, this can result in millions of pixel evolutions which must be mined, so the calculations can be huge. Also We want to allow for different occurrence dates of a single evolution, to handle noisy acquisitions and to look for temporal evolution of the spatial nature of the patterns. As a consequence, clustering methods, which would take into account all acquisition times of a pattern, are not considered. 5

6 Outline 1. Problem statement 2. SITS, base of sequences, GFS-patterns, STL-maps 3. Normalised mutual information-based ranking 4. Application to soil erosion monitoring 5. Conclusions 6. References p. 6 Now onto the mining step 6

7 So, we have a series of images of the same area at different times. For each Pixel, values are quantised and the resulting values represented by Symbols. Here, symbols are denoted by different colours, but could also use ABC... We then have a symbolic pixel evolution for each pixel. Which gives a set of symbolic evolutions like those identified by the data mining community in 1995 as a Base of Sequences. Original applications dealt with web logs and purchase sequences. But once we have out symbolic pixel evolution from the satellite images, we can use similar techniques to extract patterns from the data. 7

8 ... So we extract sequential patterns from the pixel evolutions. These patterns do not have to be consecutive, so there can be other symbols between the ones in the pattern we are looking at. This means that if there are problems with the image, such as clouds, we can jump that image but we can still see the pattern. For each pattern, we measure the Support, which is the number of pixels this evolution occurs in. We define a Minimum Support, Sigma. Then evolutions occurring in at least Sigma pixels are Frequent Sequential Patterns. Since the minimum support, Sigma, is an Anti Monotonic Constraint, it can be used to prune the search space which reduces the computational effort needed to mine the images. Which is very important given the large size of some image series. 8

9 So now we have Frequent Sequential Patterns, but these can be dispersed anywhere over the images, And what we want is to find Localised Groups of Pixels which share the same evolution, So we introduce a Spatial measure, the Average Connectivity, which describes the average number of Nearest Neighbouring pixels, that is the 8 surrounding pixels Which also show this pattern. We define a threshold K which is the Minimum Average Connectivity, Then Frequent Sequential Patterns covering pixels with sufficient local connectivity are then termed Grouped Frequent Sequential Patterns, Or GFS patterns. This constraint is partly anti-monotonic and can be used to further prune the search space. 9

10 Spatio-Temporal Localisation maps (STL-maps) time GFS-pattern A->A->B->C->A->A p. 10 Now we have a mechanism to find Grouped Frequent Sequential Patterns in our series of images, but these patterns can occur at different times in the series. To visualise when the pattern occurs, we create a Spatio Temporal Localisation map, Or STL map. Pixels showing a pattern are coloured using a colour palette, like the one shown on the right. The colour is defined by the last date of the pattern, so the later the pattern ends in the series, the more the colour tends to the violet end of the spectrum. When you compare the image to the colour key, you can clearly see the pattern occurring in different areas at different times And you see a rainbow effect, where the pattern is propagated through space with time. 10

11 Outline 1. Problem statement 2. SITS, base of sequences, GFS-patterns, STL-maps 3. Normalised mutual information-based ranking 4. Application to soil erosion monitoring 5. Conclusions 6. References p. 11 But even constraining the search to find Grouped Frequent Sequential patterns can leave us with a huge number of patterns, so we have been trying to find a way to define how interesting these images might be to the user, and we have had some nice results using Normalised Mutual Information. 11

12 Swap-randomisation p B A t1 t2 t3 t4 2 pixel positions and dates are chosen using random methods p A B t1 t2 t3 t4 Pixel states to be swapped p A B t1 t2 t3 t4 Swap-randomisation is done spatially and temporally Pixel state frequencies are not modified p B A t1 t2 t3 t4 Pixel states once swapped p. 12 So first, what we do is to make randomised symbolic pixel evolutions. We do this using a Swap Randomisation method inspired by work on Swap Randomisation of Boolean Matrices. We have our set of symbolic pixel evolutions. Two events are chosen randomly. We want to maintain pixel state frequencies, so a swap in one pixel is only made if the reverse swap can be made in the other pixel. That is, if the first pixel shows states A then B, then the second pixel must show states B then A. Otherwise the swap is rejected and the process starts again. By maintaining the pixel state frequency, we allow some spatial and temporal randomisation, but the intrinsic structure of the dataset is retained. We then make STL maps of the patterns we found previously, on the new Randomised Data set. 12

13 STL-map ranking through Normalised Mutual Information (NMI) ostl-map original SITS X Y ostl-map randomised SITS So then we have the STL map of the pattern which is the image of the pattern s occurrence on the original SITS, And we have another image of the pattern s occurrence on the randomised SITS. We then want to compare these two images using a similarity measure. Mutual information has been shown to be an effective similarity measure, With a statistical relationship that can be captured by analysing the joint Entropy of two images. Mutual Information measures how much information two variables share So if knowing one of these variables doesn t give us any help in predicting the other, the normalised mutual information would be zero. We calculate the Normalised Mutual Information between these two images using this definition: With the Mutual Information on the top, divided by the Minimum Entropy. The idea is that if the Normalised Mutual Information is high, then the occurrence of the pattern in the original image isn t giving us any more information than the occurrence of the pattern in the randomised image, Therefore the pattern is less interesting. So what we are looking for is a low value for the Normalised Mutual Information. p

14 Outline 1. Problem statement 2. SITS, base of sequences, GFS-patterns, STL-maps 3. Normalised mutual information-based ranking 4. Application to soil erosion monitoring 5. Conclusions 6. References p. 14 Now I am going to show you some results on a series of images of the southern tip of New Caledonia. 14

15 New Caledonia is a small island about 1500km off Queensland 15

16 The ground in New Caledonia is rich in minerals, particularly Nickel, 16

17 Which has a long history of exploitation using open cast mining. This has been going on for many years and has left large devegetated areas which are then subject to erosion and landslides. 17

18 In addition it is very dry in the summer, and the scrub that covers the mountains is prone to fires, and the resulting devegetation makes the land also prone to a natural erosion. The problem then is that, after heavy rains and cyclones, the earth and the waste material from the mining gets washed down into the rivers, 18

19 And into the sea, As you can see from the beaches near the mining sites. Much of the sea surrounding the island is a UNESCO World Heritage site because of the surrounding coral reefs and lagoons... 19

20 So we are trying to develop a method to help monitor changes in the landscape due to erosion. 20

21 Data Data and ground truth provided by Bluecham SAS 16 co-registered Landsat 7 images (513X513) , 30 m, over New Caledonia (Yaté rural district, nickel open cast mining activities, scrub fires, erosion, landsildes, UNESCO protected coral reefs and lagoons) Bands: blue ( nm), green ( nm), red ( nm), near infra-red ( nm) Synthetic bands: NDVI, brightness, redness All bands were quanitised into 3 levels (33 rd et 66 th percentiles) p. 21 We have 16 co-registered Landsat 7 images provided by Bluecham. They have 4 bands, blue, green, red and near infra-red, and we also have the synthetic bands ndvi, brightness and redness. The bands were quantised into 3 levels using the 33rd and 66th percentiles. 21

22 Some samples Clouds... and artefacts p. 22 Here are some examples of problems with the image series. Most of the images were cloudy to some extent. This is a particularly bad one. And sensor artifacts are also present on some images. If I have time at the end I will show you the full series. Not very optimistic when I first saw the images, but in fact we have had some nice results. While we are here, if we have a quick look at the second image, you can see the sea and the coastline, around the coastline you see a coral barrier, and on the land some devegetated areas of bare earth. 22

23 GS-pattern extraction and ranking σ = 6000 k = 5 Number of GFS-patterns: Number of maximal GFS-patterns: 295 NMI ranking stabilise at 40M swaps Lowest NMI: 0,028 Highest NMI: 1 Average NMI: 0,1 Standard deviation of NMI measures: 0,07 p. 23 The easiest results to interpret, and the ones I am going to present, were obtained using the NDVI synthetic band. With the minimum support Sigma at 6000 and the average connectivity K at 5. Using these parameters, we get about 15 thousand patterns Of which 295 were maximal patterns, which are patterns that are not sub-patterns in any larger pattern. 40 million swaps were found to be sufficient to get constant results for the Normalised Mutual Information. 23

24 Best ranked pattern t - Coloured: maquis scrub - Black: sea (south-east), a lake, mining activities, other vegetation (stars along the coast) - NMI = 0,028 - Patterns ranked 2nd and 3rd are similar pattern 2,2,3,2,2,2,3 p. 24 This is an image of the best ranked pattern, which has highlighted the maquis scrub vegetation which covers much of the area. The stars along the coast are a different type of vegetation. Top left is a black area which is a lake, And the other 3 circled black areas lower down are areas of mining activity The 2 nd and 3rd ranked patterns showed very similar images, 24

25 Ranked as the 4th pattern 4th pattern t - 0: contour of the lake («grand lac») - 1 5: mining activities pattern 2, 2, 1, 1, 1, 2 p. 25 The 4th pattern again highlights the lake, this time in contour, and the coastline, And it very effectively shows up the different areas of Current mining activity. These areas have been confirmed to be relevant by experts in New Caledonia and match the Ground Truth provided by Bluecham. 25

26 Ranked as the 4th pattern 4th pattern - (0) a lake showing mud infiltration and droughts phenomena - (1) a scrub nursery used for reforestation (light blue) - (2) the more recent main nickel mining area (gradient blue dark violet violet corresp. expansion over the time) - (3) a new mining area (violet) - (4) tailings storage area (gradient dark violet violet corresp. expansion North-East over time - (5) the nickel ore processing facilities (subareas from light blue to violet) - (6) the staff housing (same colours as area 5) t p. 26 They have been identified as: 0) a lake showing lots of phenomena such as infiltrations of mud and effects of droughts.this is also shown around the coastline, particularly this area in the top right which is a lagoon formed by a coral barrier with inputs from rivers that go through some of the older mining areas. There are records of sedimentation events here which correspond to the timings suggested by these results. Area 1 is a scrub nursery used for reforestation. Area 2 is the more recent nickel mining area, with the gradient blue to violet corresponding to expansion over time Area 3 in violet is a new mining area. Area 4 is a tailings storage area, with the colour gradient corresponding to expansion to the North East over time. Area 5 is the nickel ore processing facilities And area 6 is the staff housing, Which was built at the same time as the processing facilities. 26

27 Ranked as the «worst» pattern Worst (and last) pattern t - NMI = 1 - Made of 16 symbols «1» - Sea, cloud and sensor problems. pattern 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 p. 27 The pattern with the highest NMI, is the one with the symbol 1 for all 16 images. Obviously a full series of a single number cannot be randomised, since a switch has no effect. This image shows the sea, with a few black spaces where there have been images with clouds and some sensor problems. 27

28 Outline 1. Problem statement 2. SITS, base of sequences, GFS-patterns, STL-maps 3. Normalised mutual information-based ranking 4. Application to soil erosion monitoring 5. Conclusions 6. References p. 28 Finally, to sum up the main points of the presentation, 28

29 Conclusions and perspectives Interesting and meaningful patterns are ranked as best ones Useless patterns are ranked as the worst ones Users are automatically guided towards interesting patterns Study non-boolean swap-randomisation properties (convergence, uniformity) Best ranked GFS-pattern clustering Iterative techniques to filter the patterns Radar imagery p. 29 We have presented a method for finding Grouped Frequent Sequential Patterns in a series of images, Along with a method for ranking these patterns by interestingness using Normalised Mutual Information. Our initial tests have been encouraging, with the best ranked patterns, that is those with the lowest NMI, Being confirmed to be meaningful by experts in the field, While the patterns ranked worst do not contain much useful information. This automatic ranking procedure means that users are guided towards the most interesting patterns, And could prove invaluable in cases when there are thousands of patterns are produced. Some areas where we are developing this work further: Are further studying the properties of the swap randomisation within our non-boolean system. We know empirically that our randomisation converges, but whether it converges to a true steady state with a uniform distribution or to some pseudo steady state has not yet been confirmed. We are also clustering the best ranked patterns to group similar evolutions. And we are testing the technique on radar images, which is showing similarly encouraging results. 29

30 Outline 1. Problem statement 2. SITS, base of sequences, GFS-patterns, STL-maps 3. Normalised mutual information-based ranking 4. Application to soil erosion monitoring 5. Conclusions 6. References p

31 Thank you for your attention. 31

32 32

33 33

34 34

35 35

36 36

37 p. 37 Here are a couple more examples of images from the lowest interest ranking. They are not showing up the temporal patterns that we are interested in. NMI and randomisation together tend to discard patterns which are always the same and that end in the same date, In other words, we look for evolving and moving patterns. 37

38 p

39 p. 39 which is clearer in this image, where the pattern is propagated through space with time. 39

40 40

41 41

42 Swap-randomisation Choose a pixel and date at random p B A t1 t2 t3 t4 Choose a second event with the same symbol randomly p A B t1 t2 t3 t4 Check the corresponding dates on the other pixel to see if you can swap p p B A t1 t2 t3 t4 A B t1 t2 t3 t4 p. 42 Choose the first pixel and date randomly. Choose a second event with the same symbol as the first event randomly from a list. This gives you pixel 2 and date 2. Check the symbols for date 2 on pixel 1 and date 1 on pixel 2. If they are the same, you can swap. 42

43 questions p. 43 want test the independence between X and Y (if you say X predicts Y, it's not well understood from that experience). About NMI, I also had to precise that we consider pixels values as labels and not integers/floats (even if we could consider date values), which explains why we use entropies: it's a way of considering more general dependencies (compared to standard correlation measures, 43

44 Monitoring the Haiyuan fault p

45 Data ENVISAT InSAR time series covering the Haiyuan fault (north-eastern boundary of the Tibetan plateau) over the period. Hit by several major earthquakes at the beginning of the 20th century. 24 raw SAR images. p

46 Processing chain SAR image coregistration to a single master and interferogram generation. Joint inversion of residual orbital and atmospheric delays. [Cavalié08] Measurement of interseismic strain across the Haiyuan fault by InSar EPSL Validation of atmospheric corrections using the ERA40 global atmospheric model (ECMWF) and correction of each unwrapped interferogram [Doin09] Corrections of stratified tropospheric delays in SAR interferometry: validation with global atmospheric models - AG Inversion of the interferogram series on each track to obtain the increments of smooth LOS radar phase evolution [Jolivet11] Shallow creep on the Haiyuan Fault, Gansu, China, revealed by SAR Interferometry A 24 image SITS (701x701 px, resolution 80mx80m) of phase increments. Contain ground deformation and atmospheric turbulences. p

47 47

48 1->1->1->1->1->1->1->1->1->1 time Creep revealed. Colors show the ending dates of GFS-pattern occurrences. Not radial w.r.t. to the creeping zone: creep migration. p. 48

49 3->3->3->3->3->3->3->3->3->3 time Creep revealed. Colors show the ending dates of GFS-pattern occurrences. Radial w.r.t. to the creeping zone. p. 49

Ground surface deformation of L Aquila. earthquake revealed by InSAR time series

Ground surface deformation of L Aquila. earthquake revealed by InSAR time series Ground surface deformation of L Aquila earthquake revealed by InSAR time series Reporter: Xiangang Meng Institution: First Crust Monitoring and Application Center, CEA Address: 7 Naihuo Road, Hedong District

More information

DIFFERENTIAL INSAR STUDIES IN THE BOREAL FOREST ZONE IN FINLAND

DIFFERENTIAL INSAR STUDIES IN THE BOREAL FOREST ZONE IN FINLAND DIFFERENTIAL INSAR STUDIES IN THE BOREAL FOREST ZONE IN FINLAND Kirsi Karila (1,2), Mika Karjalainen (1), Juha Hyyppä (1) (1) Finnish Geodetic Institute, P.O. Box 15, FIN-02431 Masala, Finland, Email:

More information

Modeling of Atmospheric Effects on InSAR Measurements With the Method of Stochastic Simulation

Modeling of Atmospheric Effects on InSAR Measurements With the Method of Stochastic Simulation Modeling of Atmospheric Effects on InSAR Measurements With the Method of Stochastic Simulation Z. W. LI, X. L. DING Department of Land Surveying and Geo-Informatics, Hong Kong Polytechnic University, Hung

More information

CHAPTER-7 INTERFEROMETRIC ANALYSIS OF SPACEBORNE ENVISAT-ASAR DATA FOR VEGETATION CLASSIFICATION

CHAPTER-7 INTERFEROMETRIC ANALYSIS OF SPACEBORNE ENVISAT-ASAR DATA FOR VEGETATION CLASSIFICATION 147 CHAPTER-7 INTERFEROMETRIC ANALYSIS OF SPACEBORNE ENVISAT-ASAR DATA FOR VEGETATION CLASSIFICATION 7.1 INTRODUCTION: Interferometric synthetic aperture radar (InSAR) is a rapidly evolving SAR remote

More information

PRESENTATION OF THE SMALL BASELINE NSBAS PROCESSING CHAIN ON A CASE EXAMPLE: THE ETNA DEFORMATION MONITORING FROM 2003 TO 2010 USING ENVISAT DATA

PRESENTATION OF THE SMALL BASELINE NSBAS PROCESSING CHAIN ON A CASE EXAMPLE: THE ETNA DEFORMATION MONITORING FROM 2003 TO 2010 USING ENVISAT DATA PRESENTATION OF THE SMALL BASELINE NSBAS PROCESSING CHAIN ON A CASE EXAMPLE: THE ETNA DEFORMATION MONITORING FROM 2003 TO 2010 USING ENVISAT DATA Marie-Pierre Doin 1, Felicity Lodge 3, Stéphane Guillaso

More information

MODELING INTERFEROGRAM STACKS FOR SENTINEL - 1

MODELING INTERFEROGRAM STACKS FOR SENTINEL - 1 MODELING INTERFEROGRAM STACKS FOR SENTINEL - 1 Fabio Rocca (1) (1) Politecnico di Milano, Via Ponzio 34/5, 20133 Milano, Italy, Email: rocca@elet.polimi.it ABSTRACT The dispersion of the optimal estimate

More information

to: Interseismic strain accumulation and the earthquake potential on the southern San

to: Interseismic strain accumulation and the earthquake potential on the southern San Supplementary material to: Interseismic strain accumulation and the earthquake potential on the southern San Andreas fault system by Yuri Fialko Methods The San Bernardino-Coachella Valley segment of the

More information

RADAR Remote Sensing Application Examples

RADAR Remote Sensing Application Examples RADAR Remote Sensing Application Examples! All-weather capability: Microwave penetrates clouds! Construction of short-interval time series through cloud cover - crop-growth cycle! Roughness - Land cover,

More information

EXTERNAL LAND FORMING PROCESSES

EXTERNAL LAND FORMING PROCESSES NAME SCHOOL INDEX NUMBER DATE EXTERNAL LAND FORMING PROCESSES WEATHERING 1 1998 Q 7 (a) (i) What is the difference between weathering and mass wasting (ii) List five processes involved in chemical weathering

More information

Representation of Geographic Data

Representation of Geographic Data GIS 5210 Week 2 The Nature of Spatial Variation Three principles of the nature of spatial variation: proximity effects are key to understanding spatial variation issues of geographic scale and level of

More information

Think about the landforms where you live. How do you think they have changed over time? How do you think they will change in the future?

Think about the landforms where you live. How do you think they have changed over time? How do you think they will change in the future? reflect All the landforms on Earth have changed over time and continue to change. Many of the changes were caused by wind, moving water, and moving ice. Mountains have grown and shrunk. Rivers have cut

More information

Application of Wavelet Spectrum Analysis to Oil Spill Detection by Using Satellite Observation Data

Application of Wavelet Spectrum Analysis to Oil Spill Detection by Using Satellite Observation Data PAJ Oil Spill Symposium 2008 Application of Wavelet Spectrum Analysis to Oil Spill Detection by Using Satellite Observation Data February 21, 2008 Tokyo, Japan Masanao Hara Dr., VisionTech Inc. 1. Background

More information

Module 2, Investigation 1: Briefing Where do we choose to live and why?

Module 2, Investigation 1: Briefing Where do we choose to live and why? Module 2, Investigation 1: Briefing Background Why do you live where you live? Where do people choose to live? Why do they choose those places? People have lived on Earth for thousands of years. Throughout

More information

Innovative Ways to Monitor Land Displacement

Innovative Ways to Monitor Land Displacement ARTICLE Innovative Ways to Monitor Land Displacement When people think about landslides, they usually imagine large mud streams which cause considerable loss of life. Whereas such large-scale disasters

More information

Biosphere. All living things, plants, animals, (even you!) are part of the zone of the earth called the biosphere.

Biosphere. All living things, plants, animals, (even you!) are part of the zone of the earth called the biosphere. Unit 1 Study Guide Earth s Spheres Biosphere All living things, plants, animals, (even you!) are part of the zone of the earth called the biosphere. Hydrosphere Water covers ¾ of the earth, made up mostly

More information

Dr.N.Chandrasekar Professor and Head Centre for GeoTechnology Manonmaniam Sundaranar University Tirunelveli

Dr.N.Chandrasekar Professor and Head Centre for GeoTechnology Manonmaniam Sundaranar University Tirunelveli Classification and Segmentation of Coastal Landforms in the South Tamilnadu Coast Dr.N.Chandrasekar Professor and Head Centre for GeoTechnology Manonmaniam Sundaranar University Tirunelveli E-mail: profncsekar@gmail.com

More information

EROSIONAL FEATURES. reflect

EROSIONAL FEATURES. reflect reflect Have you ever looked at the land around you and wondered what processes shaped what you see? Perhaps you see mountains, valleys, rivers, or canyons. Do you know how long these geologic features

More information

Changes to Land 5.7B. landforms: features on the surface of Earth such as mountains, hills, dunes, oceans and rivers

Changes to Land 5.7B. landforms: features on the surface of Earth such as mountains, hills, dunes, oceans and rivers All the landforms on Earth have changed over time and continue to change. Many of the changes were caused by wind, moving water, and moving ice. Mountains have grown and shrunk. Rivers have cut away land

More information

MEASURING VOLCANIC DEFORMATION AT UNIMAK ISLAND FROM 2003 TO 2010 USING

MEASURING VOLCANIC DEFORMATION AT UNIMAK ISLAND FROM 2003 TO 2010 USING MEASURING VOLCANIC DEFORMATION AT UNIMAK ISLAND FROM 2003 TO 2010 USING WEATHER MODEL-ASSISTED TIME SERIES INSAR Gong, W. a, Meyer, F. J. a, Lee, C. W. b, Lu, Z. c, Freymueller, J a. a. Geophysical Institute,

More information

Multi-temporal archaeological and environmental prospection in Nasca (Peru) with ERS-1/2, ENVISAT and Sentinel-1A C-band SAR data

Multi-temporal archaeological and environmental prospection in Nasca (Peru) with ERS-1/2, ENVISAT and Sentinel-1A C-band SAR data 12-13 November 215 ESA-ESRIN, Frascati (Rome), Italy Day 1 Session: Historical Landscapes and Environmental Analysis Multi-temporal archaeological and environmental prospection in Nasca (Peru) with ERS-1/2,

More information

Advanced interpretation of land subsidence by validating multiinterferometric SAR data: the case study of Anthemountas basin (Northern Greece)

Advanced interpretation of land subsidence by validating multiinterferometric SAR data: the case study of Anthemountas basin (Northern Greece) Revision of paper Advanced interpretation of land subsidence by validating multiinterferometric SAR data: the case study of Anthemountas basin (Northern Greece) By Raspini et al. General comments This

More information

InSAR measurements of volcanic deformation at Etna forward modelling of atmospheric errors for interferogram correction

InSAR measurements of volcanic deformation at Etna forward modelling of atmospheric errors for interferogram correction InSAR measurements of volcanic deformation at Etna forward modelling of atmospheric errors for interferogram correction Rachel Holley, Geoff Wadge, Min Zhu Environmental Systems Science Centre, University

More information

2013 Esri Europe, Middle East and Africa User Conference October 23-25, 2013 Munich, Germany

2013 Esri Europe, Middle East and Africa User Conference October 23-25, 2013 Munich, Germany 2013 Esri Europe, Middle East and Africa User Conference October 23-25, 2013 Munich, Germany Environmental and Disaster Management System in the Valles Altos Region in Carabobo / NW-Venezuela Prof.Dr.habil.Barbara

More information

DAMAGE DETECTION OF THE 2008 SICHUAN, CHINA EARTHQUAKE FROM ALOS OPTICAL IMAGES

DAMAGE DETECTION OF THE 2008 SICHUAN, CHINA EARTHQUAKE FROM ALOS OPTICAL IMAGES DAMAGE DETECTION OF THE 2008 SICHUAN, CHINA EARTHQUAKE FROM ALOS OPTICAL IMAGES Wen Liu, Fumio Yamazaki Department of Urban Environment Systems, Graduate School of Engineering, Chiba University, 1-33,

More information

Erosional Features. What processes shaped this landscape?

Erosional Features. What processes shaped this landscape? Have you ever looked at the land around you and wondered what processes shaped what you see? Perhaps you see mountains, valleys, rivers, or canyons. Do you know how long these geologic features have been

More information

Information theoretical approach for domain ontology exploration in large Earth observation image archives

Information theoretical approach for domain ontology exploration in large Earth observation image archives Information theoretical approach for domain ontology exploration in large Earth observation image archives Mihai Datcu, Mariana Ciucu DLR Oberpfaffenhofen IGARSS 2004 KIM - Knowledge driven Information

More information

Developed in Consultation with Florida Educators

Developed in Consultation with Florida Educators Developed in Consultation with Florida Educators Table of Contents Next Generation Sunshine State Standards Correlation Chart... 7 Benchmarks Chapter 1 The Practice of Science...................... 11

More information

The Potential of High Resolution Satellite Interferometry for Monitoring Enhanced Oil Recovery

The Potential of High Resolution Satellite Interferometry for Monitoring Enhanced Oil Recovery The Potential of High Resolution Satellite Interferometry for Monitoring Enhanced Oil Recovery Urs Wegmüller a Lutz Petrat b Karsten Zimmermann c Issa al Quseimi d 1 Introduction Over the last years land

More information

Time Series Analysis with SAR & Optical Satellite Data

Time Series Analysis with SAR & Optical Satellite Data Time Series Analysis with SAR & Optical Satellite Data Thomas Bahr ESRI European User Conference Thursday October 2015 harris.com Motivation Changes in land surface characteristics mirror a multitude of

More information

INFRARED AND SATELLITE IMAGES, AERIAL PHOTOGRAPHY

INFRARED AND SATELLITE IMAGES, AERIAL PHOTOGRAPHY Presented at Short Course VI on Exploration for Geothermal Resources, organized by UNU-GTP, GDC and KenGen, at Lake Bogoria and Lake Naivasha, Kenya, Oct. 27 Nov. 18, 2011. GEOTHERMAL TRAINING PROGRAMME

More information

Natural Disasters. in Florida. Severe Thunderstorms

Natural Disasters. in Florida. Severe Thunderstorms Natural Disasters in Florida SC.6.E.7.7 Investigate how natural disasters have affected human life in Florida. Severe Thunderstorms While the typical afternoon thunderstorm in Florida may not appear to

More information

Infrastructure monitoring using SAR interferometry

Infrastructure monitoring using SAR interferometry Infrastructure monitoring using SAR interferometry Hossein Nahavandchi Roghayeh Shamshiri Norwegian University of Science and Technology (NTNU), Department of Civil and Environmental Engineering Geodesy

More information

1 Shoreline Erosion and Deposition

1 Shoreline Erosion and Deposition CHAPTER 12 1 Shoreline Erosion and Deposition SECTION Agents of Erosion and Deposition BEFORE YOU READ After you read this section, you should be able to answer these questions: What is a shoreline? How

More information

High-resolution temporal imaging of. Howard Zebker

High-resolution temporal imaging of. Howard Zebker High-resolution temporal imaging of crustal deformation using InSAR Howard Zebker Stanford University InSAR Prehistory SEASAT Topographic Fringes SEASAT Deformation ERS Earthquake Image Accurate imaging

More information

MONITORING OF GLACIAL CHANGE IN THE HEAD OF THE YANGTZE RIVER FROM 1997 TO 2007 USING INSAR TECHNIQUE

MONITORING OF GLACIAL CHANGE IN THE HEAD OF THE YANGTZE RIVER FROM 1997 TO 2007 USING INSAR TECHNIQUE MONITORING OF GLACIAL CHANGE IN THE HEAD OF THE YANGTZE RIVER FROM 1997 TO 2007 USING INSAR TECHNIQUE Hong an Wu a, *, Yonghong Zhang a, Jixian Zhang a, Zhong Lu b, Weifan Zhong a a Chinese Academy of

More information

Earth s Layers. Earth s Surface

Earth s Layers. Earth s Surface CHAPTER 1 LESSON 3 Earth s Layers Earth s Surface Key Concepts What are Earth s major landforms and how do they compare? What are the major landform regions of the United States? What do you think? Read

More information

2 Georgia: Its Heritage and Its Promise

2 Georgia: Its Heritage and Its Promise TERMS region, erosion, fault, elevation, Fall Line, aquifer, marsh, climate, weather, precipitation, drought, tornado, hurricane, wetland, estuary, barrier island, swamp PLACES Appalachian Mountains, Appalachian

More information

Geography Class XI Fundamentals of Physical Geography Section A Total Periods : 140 Total Marks : 70. Periods Topic Subject Matter Geographical Skills

Geography Class XI Fundamentals of Physical Geography Section A Total Periods : 140 Total Marks : 70. Periods Topic Subject Matter Geographical Skills Geography Class XI Fundamentals of Physical Geography Section A Total Periods : 140 Total Marks : 70 Sr. No. 01 Periods Topic Subject Matter Geographical Skills Nature and Scope Definition, nature, i)

More information

TOWNSVILLE STORM SURGE HYPOTHETICAL: TECHNICAL SPECIFICATIONS

TOWNSVILLE STORM SURGE HYPOTHETICAL: TECHNICAL SPECIFICATIONS TOWNSVILLE STORM SURGE HYPOTHETICAL: TECHNICAL SPECIFICATIONS Stuart Mead, Mahesh Prakash and Fletcher Woolard CSIRO Mathematics, Informatics and Statistics, Private Bag 33, Clayton South, VIC 3168, Australia

More information

Slow Deformation of Mt. Baekdu Stratovolcano Observed by Satellite Radar Interferometry

Slow Deformation of Mt. Baekdu Stratovolcano Observed by Satellite Radar Interferometry Slow Deformation of Mt. Baekdu Stratovolcano Observed by Satellite Radar Interferometry Sang-Wan Kim and Joong-Sun Won Department of Earth System Sciences, Yonsei University 134 Shinchon-dong, Seodaemun-gu,

More information

Supporting the response to the 2018 lower East Rift Zone and summit collapse at Kīlauea Volcano, Hawaiʻi

Supporting the response to the 2018 lower East Rift Zone and summit collapse at Kīlauea Volcano, Hawaiʻi Hawaiʻi Supersite success story Supporting the response to the 2018 lower East Rift Zone and summit collapse at Kīlauea Volcano, Hawaiʻi Since 1983, Kīlauea Volcano, on the Island of Hawaiʻi, has actively

More information

Strategies for Measuring Large Scale Ground Surface Deformations: PSI Wide Area Product Approaches

Strategies for Measuring Large Scale Ground Surface Deformations: PSI Wide Area Product Approaches Strategies for Measuring Large Scale Ground Surface Deformations: PSI Wide Area Product Approaches J. Duro (1), R. Iglesias (1), P. Blanco-Sánchez (1), D. Albiol (1), T. Wright (2), N. Adam (3), F. Rodríguez

More information

Temporal and spatial approaches for land cover classification.

Temporal and spatial approaches for land cover classification. Temporal and spatial approaches for land cover classification. Ryabukhin Sergey sergeyryabukhin@gmail.com Abstract. This paper describes solution for Time Series Land Cover Classification Challenge (TiSeLaC).

More information

Soil erosion susceptibility and coastal evolution: examples in southern New Caledonia

Soil erosion susceptibility and coastal evolution: examples in southern New Caledonia Pacific Island Countries GIS /RS User Conference Soil erosion susceptibility and coastal evolution: examples in southern New Caledonia Pascal DUMAS et Olivier COHEN University of New-Caledonia (EA 4242/

More information

The financial and communal impact of a catastrophe instantiated by. volcanoes endlessly impact on lives and damage expensive infrastructure every

The financial and communal impact of a catastrophe instantiated by. volcanoes endlessly impact on lives and damage expensive infrastructure every Chapter 1 Introduction The financial and communal impact of a catastrophe instantiated by geophysical activity is significant. Landslides, subsidence, earthquakes and volcanoes endlessly impact on lives

More information

Basics of the modelling of the ground deformations produced by an earthquake. EO Summer School 2014 Frascati August 13 Pierre Briole

Basics of the modelling of the ground deformations produced by an earthquake. EO Summer School 2014 Frascati August 13 Pierre Briole Basics of the modelling of the ground deformations produced by an earthquake EO Summer School 2014 Frascati August 13 Pierre Briole Content Earthquakes and faults Examples of SAR interferograms of earthquakes

More information

Department of Geography: Vivekananda College for Women. Barisha, Kolkata-8. Syllabus of Post graduate Course in Geography

Department of Geography: Vivekananda College for Women. Barisha, Kolkata-8. Syllabus of Post graduate Course in Geography India: Regional Problems and Resource management Module 11 (Full Marks 50) Unit I: Region and Regionalisation 1.1 Various bases of regionalisation of India; problems of identification and delineation.

More information

The Impact of Geography in South and East Asia

The Impact of Geography in South and East Asia The Impact of Geography in South and East Asia Gobi desert, Mongolia Essential Question: How does the geography of SE Asia impact trade and the distribution of population throughout the region? (AKS #52a)

More information

Weathering and Erosion

Weathering and Erosion Have you ever looked at the land around you and wondered how it was shaped? The geologic features that help define the world are still being shaped by the natural processes of weathering, erosion, and

More information

UNIT 11 SOUTH ASIA SG 1 - PHYSICAL GEOGRAPHY & THE ENVIRONMENT

UNIT 11 SOUTH ASIA SG 1 - PHYSICAL GEOGRAPHY & THE ENVIRONMENT UNIT 11 SOUTH ASIA SG 1 - PHYSICAL GEOGRAPHY & THE ENVIRONMENT I. PHYSICAL GEOGRAPHY TAKE OUT YOUR PHYSICAL MAP OF SOUTH ASIA A. The Himalayan Mountains form the northern boundary of the region (color

More information

Fill in the blank with the word that completes the sentence. Then, find that work in the puzzle.

Fill in the blank with the word that completes the sentence. Then, find that work in the puzzle. Classwork #1 Name: 2 nd Grade PSI Fill in the blank with the word that completes the sentence. Then, find that work in the puzzle. 1. When the Earth is facing the sun, it is time. 2. Another word for spins

More information

Physical Geology, 15/e

Physical Geology, 15/e Lecture Outlines Physical Geology, 15/e Plummer, Carlson & Hammersley Deserts & Wind Action Physical Geology 15/e, Chapter 13 Deserts Desert any arid region that receives less than 25 cm of precipitation

More information

Implementation of Multi-Temporal InSAR to monitor pumping induced land subsidence in Pingtung Plain, Taiwan

Implementation of Multi-Temporal InSAR to monitor pumping induced land subsidence in Pingtung Plain, Taiwan Implementation of Multi-Temporal InSAR to monitor pumping induced land subsidence in Pingtung Plain, Taiwan Presenter: Oswald Advisor: Chuen-Fa Ni Date: March 09, 2017 Literature Review Pingtung Plain

More information

Controlling Processes That Change Land

Controlling Processes That Change Land 1 Name Date Controlling Processes That Change Land People try to control some of the processes that change land. To do this, people apply technology- the use of science to solve problems in everyday life.

More information

PALEOGEOGRAPHY of NYS. Definitions GEOLOGIC PROCESSES. Faulting. Folding 9/6/2012. TOPOGRAPHIC RELIEF MAP of NYS GRADATIONAL TECTONIC

PALEOGEOGRAPHY of NYS. Definitions GEOLOGIC PROCESSES. Faulting. Folding 9/6/2012. TOPOGRAPHIC RELIEF MAP of NYS GRADATIONAL TECTONIC TOPOGRAPHIC RELIEF MAP of NYS PALEOGEOGRAPHY of NYS Prof. Anthony Grande AFG 2012 Definitions GEOLOGIC PROCESSES Geography: study of people living on the surface of the earth. Geology: the scientific study

More information

Geoscience Australia Report on Cal/Val Activities

Geoscience Australia Report on Cal/Val Activities Medhavy Thankappan Geoscience Australia Agency Report I Berlin May 6-8, 2015 Outline 1. Calibration / validation at Geoscience Australia Corner reflector infrastructure for SAR calibration (for information)

More information

Chapter 2 Geography. Getting to know Earth

Chapter 2 Geography. Getting to know Earth Chapter 2 Geography Getting to know Earth Our Solar System Sun is at the center of our solar system Contains a lot of Mass» Mass gives the Sun gravitational pull» This keeps the planets in our solar system

More information

V. Pinel, A. Hooper, S. de la Cruz-Reyna, G. Reyes-Davila, M.P. Doin

V. Pinel, A. Hooper, S. de la Cruz-Reyna, G. Reyes-Davila, M.P. Doin !"#$%&'(&")*&$*('+,-".'/&(.*0$&'(&"1'&-2".3*&4*5.2-/& 6"+-"'3'02-/'*6 78'9'2-"*9*"0 -/$&&:'0.,- ;'02-/'

More information

IPSENTINEL. The Collaborative Infrastructure for Sentinel Data in Portugal. IPSentinel

IPSENTINEL. The Collaborative Infrastructure for Sentinel Data in Portugal. IPSentinel IPSENTINEL The Collaborative Infrastructure for Sentinel Data in Portugal 1 MISSION The Directorate-General for the Territory Development (DGT) and the Portuguese Institute for the Sea and the Atmosphere

More information

Integrated Space Applications in Transport, Energy & Safety Oil & Gas Exploration

Integrated Space Applications in Transport, Energy & Safety Oil & Gas Exploration Exploration & Production Technology delivering breakthrough solutions Integrated Space Applications in Transport, Energy & Safety Oil & Gas Exploration Dr Colin Grant Engineering Technical Authority, Metocean

More information

MERIS and OSCAR: Online Services for Correcting Atmosphere in Radar

MERIS and OSCAR: Online Services for Correcting Atmosphere in Radar National Aeronautics and Space Administration MERIS and OSCAR: Online Services for Correcting Atmosphere in Radar Eric Fielding and Evan Fishbein Jet Propulsion Laboratory, California Inst. of Tech. Zhenhong

More information

All instruction should be three-dimensional. NGSS Example Bundles. Page 1 of 14

All instruction should be three-dimensional. NGSS Example Bundles. Page 1 of 14 Middle School Topic Model Course II Bundle 3 Geologic Changes to the Earth This is the third bundle of the Middle School Topics Model Course II. Each bundle has connections to the other bundles in the

More information

Introduction: the Abruzzo earthquake The network and the processing strategies. displacements estimation at earthquake epoch. horizontal displacements

Introduction: the Abruzzo earthquake The network and the processing strategies. displacements estimation at earthquake epoch. horizontal displacements The Abruzzo earthquake: temporal and spatial analysis of the first geodetic results L. Biagi, S. Caldera, D. Dominici, F. Sansò Politecnico di Milano Università degli studi de L Aquila Outline Introduction:

More information

APPENDIX. Normalized Difference Vegetation Index (NDVI) from MODIS data

APPENDIX. Normalized Difference Vegetation Index (NDVI) from MODIS data APPENDIX Land-use/land-cover composition of Apulia region Overall, more than 82% of Apulia contains agro-ecosystems (Figure ). The northern and somewhat the central part of the region include arable lands

More information

South, Southeast, and East Asia. Physical Geography

South, Southeast, and East Asia. Physical Geography South, Southeast, and East Asia Physical Geography Mountains v Mountains are important in Asia because they influence: A. Population patterns B. Movement of people and goods C. Climate Mountains v The

More information

1 Earth s Oceans. TAKE A LOOK 2. Identify What are the five main oceans?

1 Earth s Oceans. TAKE A LOOK 2. Identify What are the five main oceans? CHAPTER 13 1 Earth s Oceans SECTION Exploring the Oceans BEFORE YOU READ After you read this section, you should be able to answer these questions: What affects the salinity of ocean water? What affects

More information

Chapter 2 Planet Earth

Chapter 2 Planet Earth Chapter 2 Planet Earth Section Notes Earth and the Sun s Energy Water on Earth The Land Close-up The Water Cycle World Almanac Major Eruptions in the Ring of Fire Quick Facts Chapter 2 Visual Summary Video

More information

Principals and Elements of Image Interpretation

Principals and Elements of Image Interpretation Principals and Elements of Image Interpretation 1 Fundamentals of Photographic Interpretation Observation and inference depend on interpreter s training, experience, bias, natural visual and analytical

More information

The PaTrop Experiment

The PaTrop Experiment Improved estimation of the tropospheric delay component in GNSS and InSAR measurements in the Western Corinth Gulf (Greece), by the use of a highresolution meteorological model: The PaTrop Experiment N.

More information

Chapter 2 Simplicity in the Universe of Cellular Automata

Chapter 2 Simplicity in the Universe of Cellular Automata Chapter 2 Simplicity in the Universe of Cellular Automata Because of their simplicity, rules of cellular automata can easily be understood. In a very simple version, we consider two-state one-dimensional

More information

Landslide Monitoring in Three Gorges Area By Joint Use of Phase Based and Amplitude Based Methods

Landslide Monitoring in Three Gorges Area By Joint Use of Phase Based and Amplitude Based Methods Landslide Monitoring in Three Gorges Area By Joint Use of Phase Based and Amplitude Based Methods Xuguo Shi, Lu Zhang, Mingsheng Liao, Timo Balz LIESMARS, Wuhan University Outlines Introduction InSAR Results

More information

Deformation measurement using SAR interferometry: quantitative aspects

Deformation measurement using SAR interferometry: quantitative aspects Deformation measurement using SAR interferometry: quantitative aspects Michele Crosetto (1), Erlinda Biescas (1), Ismael Fernández (1), Ivan Torrobella (1), Bruno Crippa (2) (1) (2) Institute of Geomatics,

More information

Open Data meets Big Data

Open Data meets Big Data Open Data meets Big Data Max Craglia, Sven Schade, Anders Friis European Commission Joint Research Centre www.jrc.ec.europa.eu Serving society Stimulating innovation Supporting legislation JRC is Technical

More information

Mitigation of Atmospheric Water-vapour Effects on Spaceborne Interferometric SAR Imaging through the MM5 Numerical Model

Mitigation of Atmospheric Water-vapour Effects on Spaceborne Interferometric SAR Imaging through the MM5 Numerical Model PIERS ONLINE, VOL. 6, NO. 3, 2010 262 Mitigation of Atmospheric Water-vapour Effects on Spaceborne Interferometric SAR Imaging through the MM5 Numerical Model D. Perissin 1, E. Pichelli 2, R. Ferretti

More information

Pre-eruptive ground deformation of Azerbaijan mud volcanoes detected through satellite radar interferometry (DInSAR)

Pre-eruptive ground deformation of Azerbaijan mud volcanoes detected through satellite radar interferometry (DInSAR) Pre-eruptive ground deformation of Azerbaijan mud volcanoes detected through satellite radar interferometry (DInSAR) Tectonophysics 637 (2014) 163 177 Speaker:Yi-Huei,Cho Advisor :Loung-Yie,Tsai Date:2016/12/08

More information

The Coast: Beaches and Shoreline Processes

The Coast: Beaches and Shoreline Processes 1 2 3 4 5 6 7 8 9 The Coast: es and Shoreline Processes Trujillo & Thurman, Chapter 10 Oceanography 101 Chapter Objectives Recognize the various landforms characteristic of beaches and coastal regions.

More information

The Coast: Beaches and Shoreline Processes Trujillo & Thurman, Chapter 10

The Coast: Beaches and Shoreline Processes Trujillo & Thurman, Chapter 10 The Coast: es and Shoreline Processes Trujillo & Thurman, Chapter 10 Oceanography 101 Chapter Objectives Recognize the various landforms characteristic of beaches and coastal regions. Identify seasonal

More information

The Impact of Geography in South and East Asia

The Impact of Geography in South and East Asia The Impact of Geography in South and East Asia Gobi desert, Mongolia Essential Question: How does geography impact the distribution of population throughout South and East Asia? I CAN Explain how geography

More information

Weathering, Erosion, and Deposition

Weathering, Erosion, and Deposition Weathering, Erosion, and Deposition E Q : H O W I S T H E E A R T H A F F E C T E D B Y C O N S T R U C T I V E A N D D E S T R U C T I V E F O R C E S? http://player.discoveryeducation.com/index.cfm?guidassetid=6b1e329e-5a77-4b36-bfa9-1d307f75441c&blnfromsearch=1&productcode=us

More information

INSAR ATMOSPHERIC DELAY MIGITIGATION BY GPS; CASE STUDY IZMIT EARTQUAKE INTERFEROGRAMS

INSAR ATMOSPHERIC DELAY MIGITIGATION BY GPS; CASE STUDY IZMIT EARTQUAKE INTERFEROGRAMS INSAR ATMOSPHERIC DELAY MIGITIGATION BY GPS; CASE STUDY IZMIT EARTQUAKE INTERFEROGRAMS M.U. Altın a, *, E. Tari a, L. Ge b a ITU, Civil Engineering Faculty, 80626 Maslak Istanbul, Turkey (altinm, tari)@itu.edu.tr

More information

The March 11, 2011, Tohoku-oki earthquake (Japan): surface displacement and source modelling

The March 11, 2011, Tohoku-oki earthquake (Japan): surface displacement and source modelling The March 11, 2011, Tohoku-oki earthquake (Japan): surface displacement and source modelling Salvatore Stramondo Bignami C., Borgstrom S., Chini M., Guglielmino F., Melini D., Puglisi G., Siniscalchi V.,

More information

MODELLING CATASTROPHIC COASTAL FLOOD RISKS AROUND THE WORLD

MODELLING CATASTROPHIC COASTAL FLOOD RISKS AROUND THE WORLD MODELLING CATASTROPHIC COASTAL FLOOD RISKS AROUND THE WORLD Nicola Howe Christopher Thomas Copyright 2016 Risk Management Solutions, Inc. All Rights Reserved. June 27, 2016 1 OUTLINE MOTIVATION What we

More information

Module 2.1 Monitoring activity data for forests using remote sensing

Module 2.1 Monitoring activity data for forests using remote sensing Module 2.1 Monitoring activity data for forests using remote sensing Module developers: Frédéric Achard, European Commission (EC) Joint Research Centre (JRC) Jukka Miettinen, EC JRC Brice Mora, Wageningen

More information

Canadian Space Agency Update. STG 3 ESRIN, Frascati May 5-6, 2008 Yves Crevier

Canadian Space Agency Update. STG 3 ESRIN, Frascati May 5-6, 2008 Yves Crevier Canadian Space Agency Update STG 3 ESRIN, Frascati May 5-6, 2008 Yves Crevier Role of CSA in IPY Ensure the use of Space Technologies in IPY Science initiatives Guarantee fluid and continued availability

More information

Urban land and infrastructure deformation monitoring by satellite radar interferometry

Urban land and infrastructure deformation monitoring by satellite radar interferometry Urban land and infrastructure deformation monitoring by satellite radar interferometry Lei Zhang and Xiaoli Ding Department of Land Surveying and Geo-Informatics (LSGI) The Hong Kong Polytechnic University

More information

Physical Geography: Patterns, Processes, and Interactions, Grade 11, University/College Expectations

Physical Geography: Patterns, Processes, and Interactions, Grade 11, University/College Expectations Geographic Foundations: Space and Systems SSV.01 explain major theories of the origin and internal structure of the earth; Page 1 SSV.02 demonstrate an understanding of the principal features of the earth

More information

The Impact of Geography in South and East Asia

The Impact of Geography in South and East Asia The Impact of Geography in South and East Asia Gobi desert, Mongolia Essential Question: How does the geography of SE Asia impact trade and the distribution of population throughout the region? (AKS #52a)

More information

Diverse deformation patterns of Aleutian volcanoes from InSAR

Diverse deformation patterns of Aleutian volcanoes from InSAR Diverse deformation patterns of Aleutian volcanoes from InSAR Zhong Lu 1, Dan Dzurisin 1, Chuck Wicks 2, and John Power 3 U.S. Geological Survey 1 Cascades Volcano Observatory, Vancouver, Washington 2

More information

UNIT 1. WEATHER AND CLIMATE. PRIMARY 4/ Social Science Pedro Antonio López Hernández

UNIT 1. WEATHER AND CLIMATE. PRIMARY 4/ Social Science Pedro Antonio López Hernández UNIT 1. WEATHER AND CLIMATE PRIMARY 4/ Social Science Pedro Antonio López Hernández LAYERS OF THE ATMOSPHERE The atmosphere is a mixture of gases that surround Earth and separate it from the rest of the

More information

Constraint-based Subspace Clustering

Constraint-based Subspace Clustering Constraint-based Subspace Clustering Elisa Fromont 1, Adriana Prado 2 and Céline Robardet 1 1 Université de Lyon, France 2 Universiteit Antwerpen, Belgium Thursday, April 30 Traditional Clustering Partitions

More information

Building a validation database for land cover products from high spatial resolution images

Building a validation database for land cover products from high spatial resolution images Building a validation database for land cover products from high spatial resolution images The Land Cover project of the ESA Climate Change Initiative Bontemps Sophie 1, Achard Frédéric 2, Lamarche Céline

More information

Mapping Coastal Change Using LiDAR and Multispectral Imagery

Mapping Coastal Change Using LiDAR and Multispectral Imagery Mapping Coastal Change Using LiDAR and Multispectral Imagery Contributor: Patrick Collins, Technical Solutions Engineer Presented by TABLE OF CONTENTS Introduction... 1 Coastal Change... 1 Mapping Coastal

More information

Land cover/land use mapping and cha Mongolian plateau using remote sens. Title. Author(s) Bagan, Hasi; Yamagata, Yoshiki. Citation Japan.

Land cover/land use mapping and cha Mongolian plateau using remote sens. Title. Author(s) Bagan, Hasi; Yamagata, Yoshiki. Citation Japan. Title Land cover/land use mapping and cha Mongolian plateau using remote sens Author(s) Bagan, Hasi; Yamagata, Yoshiki International Symposium on "The Imp Citation Region Specific Systems". 6 Nove Japan.

More information

How does erosion happen?

How does erosion happen? How does erosion happen? By National Geographic, adapted by Newsela staff on 10.03.17 Word Count 682 Level 830L These rock formations, in Bryce Canyon National Park, Utah, are called hoodoos. Although

More information

The Official CA State Science Education Standards for Earth Science K 8

The Official CA State Science Education Standards for Earth Science K 8 The Official CA State Science Education Standards for Earth Science K 8 Kindergarten The Earth is composed of land, air and water. As a basis for understanding this concept, students know: a. characteristics

More information

PROBA-V CLOUD MASK VALIDATION

PROBA-V CLOUD MASK VALIDATION Version: 1 Page 1 PROBA-V CLOUD MASK VALIDATION Validation Report Version 1.0 Kerstin Stelzer, Michael Paperin, Grit Kirches, Carsten Brockmann 25.04.2016 Version: 1 Page 2 Table of content Abbreviations

More information

Ice sheet mass balance from satellite altimetry. Kate Briggs (Mal McMillan)

Ice sheet mass balance from satellite altimetry. Kate Briggs (Mal McMillan) Ice sheet mass balance from satellite altimetry Kate Briggs (Mal McMillan) Outline Background Recap 25 year altimetry record Recap Measuring surface elevation with altimetry Measuring surface elevation

More information

Soil and Water Conservation Engineering Prof. Rajendra Singh Department of Agricultural and Food Engineering Indian Institute of Technology, Kharagpur

Soil and Water Conservation Engineering Prof. Rajendra Singh Department of Agricultural and Food Engineering Indian Institute of Technology, Kharagpur Soil and Water Conservation Engineering Prof. Rajendra Singh Department of Agricultural and Food Engineering Indian Institute of Technology, Kharagpur Lecture 04 Soil Erosion - Mechanics Hello friends

More information

Data Fusion and Multi-Resolution Data

Data Fusion and Multi-Resolution Data Data Fusion and Multi-Resolution Data Nature.com www.museevirtuel-virtualmuseum.ca www.srs.fs.usda.gov Meredith Gartner 3/7/14 Data fusion and multi-resolution data Dark and Bram MAUP and raster data Hilker

More information

DLR s TerraSAR-X contributes to international fleet of radar satellites to map the Arctic and Antarctica

DLR s TerraSAR-X contributes to international fleet of radar satellites to map the Arctic and Antarctica DLR s TerraSAR-X contributes to international fleet of radar satellites to map the Arctic and Antarctica The polar regions play an important role in the Earth system. The snow and ice covered ocean and

More information