I.D.I.O.T.: A FREE AND EASY-TO-USE SOFTWARE TOOL FOR DINSAR ANALYSIS

Size: px
Start display at page:

Download "I.D.I.O.T.: A FREE AND EASY-TO-USE SOFTWARE TOOL FOR DINSAR ANALYSIS"

Transcription

1 I.D.I.O.T.: A FREE AND EASY-TO-USE SOFTWARE TOOL FOR DINSAR ANALYSIS A. Reigber, E. Erten, S. Guillaso, and O. Hellwich Berlin University of Technology, Computer Vision and Remote Sensing Franklinstr. 28/29 (FR3-1), D Berlin, Germany Tel.: , Fax: , anderl@fpk.tu-berlin.de ABSTRACT This paper presents the I.D.I.O.T. (InSAR Deformation Inspection and Observation Tool) software, developed by the Computer Vision and Remote Sensing Group of the Berlin University of Technology. The purpose of I.D.I.O.T. is to ease as much as possible the generation of differential SAR interferograms, even for complete novices in SAR interferometry. The generation of differential interferograms from ENVISAT-ASAR data is simplified to choice of files of appropriate IMS (single look complex) files. From these files, displacement maps are produced without further user interaction. I.D.I.O.T. is programmed in IDL (Interactive Data Language); a binary edition for non-commercial purposes is provided free-of-charge via the Internet. The current version of I.D.I.O.T. supports ENVISAT-IMS as input data and generates output in png and rat format. Several examples of deformation maps derived with I.D.I.O.T. over test sites in Iran, Kyrgyzstan and Saudi- Arabia will be presented, demonstrating the processing accuracy of I.D.I.O.T. Key words: SAR, DInSAR, subsidence. 1. INTRODUCTION In recent years, differential interferometry (DInSAR) using space-borne synthetic aperture radar (SAR) sensors has become an established technique for detecting and monitoring centimetre-scale deformations of the earth s surface, as well as glacier flows and land slides [1]. DIn- SAR is the study of interference patterns between two SAR images acquired from relatively similar positions. After precise co-registration of the two images, the measured phase difference between two corresponding pixels can be expressed as Φ = Φ topo +Φ flat +Φ diff +Φ atm +Φ err +Φ noise (1) where Φ topo denotes the interferometric phase caused by terrain topography, Φ flat the so-called flat-earth phase generated by the imaging geometry, Φ diff the differential deformation pattern, Φ atm the atmospheric effects, Φ err errors due to inaccurate orbit and topographic height information, and Φ noise the noise contribution. In DIn- SAR analysis, one is usually interested in the deformation pattern Φ diff, which requires to eliminate all the other contributions. The topography and orbit error as well as the atmospheric effect, described by Φ err and Φ atm are usually unknown and are neglected. The flatearth component Φ flat can be calculated from the imaging geometry, while the elimination of the topographic term Φ topo requires precise knowledge of imaging geometry and ground topography. Although the above expression appears simple, it is a common assumption that DInSAR analyses are complicated and require an experienced user, as well as expensive specialised software packages. Consequently, in many cases, potential users are scared off by the alleged complexity and high demands of differential SAR interferometry. However, in practice this is not really true: As long as the imaging geometry is precisely known, differential SAR interferometry is an extremely straightforward technique. With the availability of precise orbit information as well as the global digital elevation model (DEM) of the Shuttle Radar Topography Mission (SRTM), control of imaging geometry became a rather simple task, which can be automatised to a high degree. I.D.I.O.T. is such a software package for fully automatic generation of differential SAR interferograms with a minimum amount of user interaction. Its main purpose is to simplify as much as possible the generation of differential SAR interferograms. This is achieved by a fully automatic handling of the SAR data, orbits and topography information. The user has only to specify a reasonable pair of SAR data sets. While processing the data, all steps are implemented having maximum interferogram quality and precision in mind. This includes in particular a topography adaptive co-registration, range-adaptive DOPPLERfiltering and topography adaptive filtering of the baseline decorrelation. From the derived interferograms, several meaningful maps and colour overlays for visual interpretation are automatically generated. In the following, the processing strategy is I.D.I.O.T. is briefly outlined. Proc. Envisat Symposium 2007, Montreux, Switzerland April 2007 (ESA SP-636, July 2007)

2 Figure 2. Synchronisation of DEM and master image Figure 1. chain Block diagram of the I.D.I.O.T. processing in Fig. 2, for each pixel of the resulting DEM, the shortest line-of-sight (LOS) distance r min between the DEM pixel and the master orbit is calculated. The respective slant-range pixel number p rg of this DEM element can then be derived using p rg = (r min r 0 )/δ sr (2) 2. PROCESSING STRATEGY The quality of differential interferograms is highly based on geometric configuration of satellite orbits and the ground topography. Therefore, I.D.I.O.T. uses a rigorous geometric approach based on precise orbit information and SRTM (Shuttle Radar Topography Mission) elevation data. From these data, precise co-registration information, as well as the topographic phase components, can directly be estimated and deformation maps are computed without further inputs. In order to achieve the maximum coherence, I.D.I.O.T. includes various aspects of advanced InSAR processing, including range adaptive DOPPLER-filtering, topography adaptive range filtering, residual sub-pixel image registration and high-precision interferogram generation. Output is generated as raster images (png format) in reduced resolution and as binary images (RAT format) in full-resolution. The entire block diagram of I.D.I.O.T. is shown in Fig. 1 In the following, the different tasks of data processing are described more in detail Master file processing The first step in the processing is the extraction of the complex image data of the master track. Additionally, the orbit information is extracted from the data header, or, alternatively, using external precise orbit files. After reading the SLC data, for each image pixel the corresponding geographical coordinates are calculated, which requires to project the DEM information onto the slant-range geometry of the master image. To do so, first the required SRTM patches are mosaicked together. Then, as depicted with r 0 denoting the range delay distance and δ sr the slant-range resolution of the sensor. The azimuth pixel number p az is directly determined by the intersection of the estimated LOS direction with the master orbit. Once all the p rg, p az and corresponding topographic heights are known, the DEM is projected to slant-range geometry at full-resolution using a triangulation between the known data points Slave file processing The second step in the processing is the precise coregistration of the slave image onto the geometry of the master image. At this stage of the processing, the master geometry is already fully determined; for each image pixel the precise height is known from the backward-geocoded DEM. Therefore, the slave image co-registration in range can be reduced to a measure of the difference in slant-range distances between a given pixel of the backward-geocoded DEM and the two orbits. Similarly, the co-registration in azimuth is the difference in the intersection points of the two LOS directions with master orbit and slave orbit, respectively [2]. In Fig. 3, this technique is illustrated: First, the precise slant-range distances of the pixels in the master image are calculated from their 3D position in space, known from the backward-geocoded DEM. Then, using the slave orbit, it is calculated which slant-range distance the points possess in the slave image and where the slave LOS intersects with the slave orbit. From this information, the entire vector field of image offsets can be derived without touching the image data itself. On minor problem of this approach is that one depends on the quality of the orbits and on precise timing infor-

3 Figure 3. Coregistration of master and slave mation in the data headers. In practice, to correct for such errors, it is necessary to perform a calibration of a global offset between the images. In I.D.I.O.T. is done by an additional residual offset correction based on a single cross-correlation measurement between the image amplitudes, although it has been found that in most cases the estimated residual error is in the order of only 1/10th of a pixel. After the co-registration parameters are known, the slave image is resampled to the master geometry by an interpolation based on oversampled cubic-convolution Interferometric processing The most important step in interferometric processing is the generation of the interferogram itself, which has to be performed with the maximum quality in mind. In I.D.I.O.T., first a range dependent filtering of the different DOPPLER-centroids is performed. Then the image is range-filtered using a topography adaptive approach [3]. This ensures an optimal coherence, even in case of very large baselines and in the presence of steep topography. In addition to spectral filtering, the interferogram is filtered in time-domain by a low-pass filter in azimuth, which compensates for the different ground resolution in range ( 20m) and azimuth ( 4.5m). During processing, several versions of the interferometric phase are generated: The pure one, containing flat-earth, topography and deformation, the topographic phase after removal of the phase component due to the earth s ellipsoid, and the differential phase after correcting for ellipsoid and topography. For topography compensation, again the backward-geocoded DEM derived from the SRTM data is used. Additionally to the phase images, a coherence map is calculated from the filtered topography corrected images Generation of output images After finishing the data processing, I.D.I.O.T. automatically generates several images with reduced resolution in Figure 4. The graphical user interface of I.D.I.O.T. png format for direct control of the output and/or inclusion in presentations. Additionally, a binary version of the results is provided in RAT format [4][5]. An overview of all generated files is given in Tab. 1. For the moment, I.D.I.O.T. does not perform phase unwrapping, i.e. the derived deformation maps are mainly thought for visual interpretation. Geocoding is also not performed; all output images are in the slant-range geometry of the master image. 3. GRAPHICAL USER INTERFACE The purpose of I.D.I.O.T. is to ease as much as possible the generation of differential SAR interferograms, even for complete novices in SAR interferometry. Therefore, the graphical user interface is very simple and basically provide only selectors for master and slave files. Additionally, one has to set the output directory and the directory containing the SRTM patches. If the usage of precise orbits is desired, also the directory with the TU Delft orbit file and the path to their getorb tool has to be provided. After starting the process, all processing is performed automatically. In Fig. 4, the graphical user interface of I.D.I.O.T. is depicted. 4. EXPERIMENTAL RESULTS I.D.I.O.T. in its current form has been tested with several ENVISAT data sets. In the following, some examples should be given, demonstrating the the processing accuracy of I.D.I.O.T. and the look of the automatically generated output. The first test-site is the region of Bam (Iran), where a major earthquake occurred on December 26 th The

4 Table 1. Overview of the generated output files filename amplitude_master.* amplitude_slave.* amplitude_rgb.* amplitude_coherence.* phase.* phase_flat.* phase_dinsar.* amplitude_dinsar.* amplitude_phase.* amplitude_topography.* coherence_dinsar.* description image amplitude master image amplitude slave RGB composite (amplitude master, amplitude slave, mean amplitude) interferometric coherence CMY composite (amplitude master, amplitude slave, coherence) interferometric phase interferometric phase ellipsoid corrected differential (DInSAR) phase overlay mean amplitude with differential phase overlay mean amplitude with interferometric phase ellipsoid corrected overlay mean amplitude with topography differential (DInSAR) phase darkened by coherence values two investigated image pairs have temporal baselines of 35 and 70 days. The first image pair has a very large spatial baseline of 521m, which is considered not to be ideal for DInSAR analyses. Nevertheless, as shown in Fig. 5, I.D.I.O.T. was capable of producing highly coherent fringe patterns in both cases. The deformation pattern of the earthquake is clearly visible in the overlay of mean amplitude with the differential phase. Despite of the different imaging geometry, both deformation patterns are very similar 1, which demonstrates the accurate compensation of the topographic term. Visually compared to results of this test-site found in literature [6], the derived results appear practically identical. The second test-site is located in Kyrgyzstan and shows parts of the Inyltshik glacier system located in the Tien- Shan mountain range with topographic heights up to 7000m. In Fig. 6, some examples of I.D.I.O.T. derived output is shown. On the left side, two overlays of image amplitude and deformation patterns are depicted, acquired with different baselines and temporal offsets. In both cases, the glacier in the top part of the image appears decorrelated, while a deformation pattern can be observed in the lower part of the image. This example demonstrates, that I.D.I.O.T. is able to reliably derive interferometric information even in case of steep topography and very large baseline (here 747m). On the right side of Fig. 6, an automatically generated CMY overlay of image amplitude and interferometric coherence is shown. In this case, it allows to clearly locate the position of the glacier tongue, since the melting and moving ice of the glacier appears decorrelated due to temporal decorrelation. The third test-site is located around the Abqaiq oil field in the Ghawar region of Saudi Arabia. In Fig. 7, some results from a study carried out using I.D.I.O.T. is shown. Here it has been tried to generate an interferogram from data with a very large temporal baseline of about 1.5 years in order to analyse presumed ground subsidence due to oil extraction. As expected, the derived coherence is relatively low in most part of the image, which is 1 the inverse colouring results from an inverse baseline direction due to temporal decorrelation in the sandy desert around the oil production sites. Over stable areas, a good coherence could be achieved. The DInSAR phase shows some areas, where ground subsidence is probably happening. However, more investigations are necessary for a complete analysis of the observed effects. 5. AVAILABILITY / TERMS OF USE I.D.I.O.T. represents a subset of the internal InSAR software developed at the Berlin University of Technology, which is released as free software. It has certain limitation compared to commercial InSAR packages: As mentioned above, the free version accepts only ENVISAT- IMS data as input and generates only output in png format. Geocoding and phase unwrapping are missing. I.D.I.O.T. runs on UNIX (Linux, Mac OS X, UNIX) and Windows platforms. Further functionality will probably be provided in a commercial version. I.D.I.O.T. has been entirely programmed in IDL (interactive data language) and will be distributed in a precompiled version (sav-file). To run it, the freely available IDL virtual machine is necessary [7]. I.D.I.O.T. will be provided free-of-charge via the internet: Its usage is completely free for non-commercial and educational purposes. Detailed license regulation will be available when I.D.I.O.T. is released. 6. CONCLUSIONS With I.D.I.O.T. for the first time a free and easy-touse DInSAR tool becomes available, which requires almost no knowledge about InSAR. It is fully automatic and needs the user only to select the correct input files.

5 Figure 5. Automatically generated results of the Bam earthquake in Iran. Top left: Overlay of image amplitude with topography. Top middle and right: Derived coherence map and deformation pattern at 521m spatial baseline. Bottom left: Overlay of image amplitude with ellipsoid corrected interferometric phase. Bottom middle and right: Derived coherence map and deformation pattern at 8m spatial baseline. Figure 6. Automatically generated DInSAR results of the Inyltshik glacier in Kyrgystan: Both pairs with very large baselines yield similar results with good quality.

6 Figure 7. Presumed ground subsidence in the Ghawar region of Saudi-Arabia.

7 I.D.I.O.T. achieves very high coherence even in case of non-optimal baseline constellations and delivers highly accurate interferometric results. As a result, I.D.I.O.T. might be the ideal tool for everybody interested in DIn- SAR deformation maps, but uninterested in the technical details of SAR interferometry and not willing to purchase expensive software for just a few trials. [8] A. Ferretti, C. Prati and F. Rocca: Nonlinear Subsidence Rate Estimation Using Permanent Scatterers in Differential SAR Interferometry, Transactions on Geoscience and Remote Sensing, Vol. 38, No. 5, pp , 2000 It is important to note that standard DInSAR analyses, as they can be performed with I.D.I.O.T., might be significantly influenced by atmospheric errors. Therefore, in many cases the derived deformation maps can only serve for visual analysis. For precise measurement of subsidence rates, advanced DInSAR techniques are required [8]. I.D.I.O.T. has also several disadvantages. First of all, it is relatively slow, which is a result of a very precise handling of the data. Depending on the image size, typical processing times are about 2h on a 2GHz standard PC. Due to its fully automatic nature, I.D.I.O.T. is also very inflexible. The generated output images are of good quality, but the way I.D.I.O.T. is preparing them is fixed and there is no way of influencing the processing. In its current form, I.D.I.O.T. is specific for ENVISAT and not supporting any other sensor. However, support for ERS- 1/2 is in development. ACKNOWLEDGEMENTS The authors would like to thank Prof. Bitzer, who provided the results of the Ghawar region. His project is supported by the German Research Foundation (DFG) under project Bi 1074/2-1 and by the ESA category-1 project REFERENCES [1] R. Bamler and P. Hartl: Synthetic aperture radar interferometry, Inverse Problems, Vol. 14, R1-R54, [2] G. Fornaro, M. Manunta, F. Serafino, P. Berardino and E. Sansosti: Advances in multipass SAR image registration, Proceedings of IGARSS 05, Seoul, South-Korea, 2005 [3] A. Reigber: Range Dependent Spectral Filtering to Minimize the Baseline Decorrelation in Airborne SAR Interferometry, Proceeding of IGARSS 99, Hamburg, Germany, pp , 1999 [4] [5] A. Reigber and O. Hellwich: RAT (Radar Tools): A free SAR Image Analysis Software Package, Proceedings of EUSAR 04, Ulm, pp , 2004 [6] Y. Xia: Bam earthquake: Surface deformation measurement using radar interferometry, Acta Seismologica Sinica, Vol. 18, No. 4, pp [7]

Interferometric TOPS Chain Description

Interferometric TOPS Chain Description www.dlr.de/hr > SEOM INSARAP INSARAP Workshop December 10, 2014 > Slide 1 SEOM INSARAP: Sentinel-1 InSAR Performance Study with TOPS Data ESA-ESRIN Contract 4000110587/14/I-BG Interferometric TOPS Chain

More information

POLINSAR DATA PROCESSING WITH RAT (RADAR TOOLS)

POLINSAR DATA PROCESSING WITH RAT (RADAR TOOLS) POLINSAR DATA PROCESSING WITH RAT (RADAR TOOLS) Maxim Neumann, Andreas Reigber, Stéphane Guillaso, Marc Jäger and Olaf Hellwich Technical University Berlin, Department of Computer Vision and Remote Sensing

More information

Satellites for Terrain Motion Mapping Terrafirma User Workshop Mining. Nico Adam

Satellites for Terrain Motion Mapping Terrafirma User Workshop Mining. Nico Adam Satellites for Terrain Motion Mapping Terrafirma User Workshop Mining Nico Adam Outline SAR / InSAR observation characteristic Sensors TSX, TDX ERS-1, ERS-2 Processing techniques D-InSAR PSI SBAS Acquisition

More information

Software Architecture Document (SAD) for the Interferometric Modules of the Next ESA SAR Toolbox (NEST)

Software Architecture Document (SAD) for the Interferometric Modules of the Next ESA SAR Toolbox (NEST) Software Architecture Document (SAD) for the Interferometric Modules of the Next ESA SAR Toolbox (NEST) Contract number: 20809/07/I-LG Prepared by: PPO.labs Prepared for: The European Space Agency Revision

More information

Information Contents of High Resolution Satellite Images

Information Contents of High Resolution Satellite Images Information Contents of High Resolution Satellite Images H. Topan, G. Büyüksalih Zonguldak Karelmas University K. Jacobsen University of Hannover, Germany Keywords: satellite images, mapping, resolution,

More information

TerraSAR-X Interferometry. Michael Eineder, Nico Adam Remote Sensing Technology Institute

TerraSAR-X Interferometry. Michael Eineder, Nico Adam Remote Sensing Technology Institute TerraSAR-X Interferometry Michael Eineder, Nico Adam Remote Sensing Technology Institute TerraSAR-X Contribution to Commissioning Phase: verify phase and geometric stability of instrument and SAR processor

More information

POTENTIALS OF HIGH RESOLUTION TERRASAR-X IMAGES IN INSAR PROCESSING

POTENTIALS OF HIGH RESOLUTION TERRASAR-X IMAGES IN INSAR PROCESSING POTENTIALS OF HIGH RESOLUTION TERRASAR-X IMAGES IN INSAR PROCESSING FOR EARTH DEFORMATION AND ENVIRONMENTAL STUDIES Magdalena Niemiec 1 Abstract Accurate determination of topography and surface deformation

More information

MULTIBASELINE POLINSAR MODULE FOR SAR DATA PROCESSING AND ANALYSIS IN RAT (RADAR TOOLS)

MULTIBASELINE POLINSAR MODULE FOR SAR DATA PROCESSING AND ANALYSIS IN RAT (RADAR TOOLS) MULTIBASELINE POLINSAR MODULE FOR SAR DATA PROCESSING AND ANALYSIS IN RAT (RADAR TOOLS) Maxim Neumann 2,1, Andreas Reigber 1, Marc Jäger 1, Stéphane Guillaso 1 and Olaf Hellwich 1 1 Berlin University of

More information

Radar images Università di Pavia Fabio Dell Acqua Gruppo di Telerilevamento

Radar images Università di Pavia Fabio Dell Acqua Gruppo di Telerilevamento Radar images Radar images radar image DNs linked to backscattered field Backscattered field depends on wave-target interaction, with different factors relevant to it: within-pixel coherent combination

More information

PI: Riccardo Lanari (IREA CNR) email:lanari.r@irea.cnr.it

PI: Riccardo Lanari (IREA CNR) email:lanari.r@irea.cnr.it On the exploitation and validation of COSMO-SkyMed interferometric SAR data for digital terrain modelling and surface deformation analysis in extensive urban areas (ID: 1441) Project partners: Istituto

More information

Professional SAR Data Processing

Professional SAR Data Processing Professional SAR Data Processing SAR Tutorial at EUSAR 2012 in Nürnberg (Germany) Dr. Thomas Bahr The information contained in this document pertains to software products and services that are subject

More information

September 2008 E M A I L : I N F O @ C R E A S O. C O M H T T P : / / W W W. C R E A S O. C O M

September 2008 E M A I L : I N F O @ C R E A S O. C O M H T T P : / / W W W. C R E A S O. C O M Technical Description in a Nutshell September 2008 C R E A S O G M B H T A L H O F S T R A S S E 3 2 A D - 8 2 2 0 5 G I L C H I N G T E L E F O N ( + 4 9-8 1 0 5 ) 3 7 8-0 F A X ( + 4 9-8 1 0 5 ) 3 7

More information

Using advanced InSAR techniques as a remote tool for mine site monitoring

Using advanced InSAR techniques as a remote tool for mine site monitoring The Southern African Institute of Mining and Metallurgy Slope Stability 2015 D. Colombo and B. MacDonald Using advanced InSAR techniques as a remote tool for mine site monitoring D. Colombo* and B. MacDonald

More information

SAR INTERFEROMETRIC ANALYSIS OF GROUND DEFORMATION AT SANTORINI VOLCANO (GREECE)

SAR INTERFEROMETRIC ANALYSIS OF GROUND DEFORMATION AT SANTORINI VOLCANO (GREECE) SAR INTERFEROMETRIC ANALYSIS OF GROUND DEFORMATION AT SANTORINI VOLCANO (GREECE) Papageorgiou Elena (1), Foumelis Michael (2), Parcharidis Issaak (2) (1) National and Kapodistrian University of Athens,

More information

National Snow and Ice Data Center

National Snow and Ice Data Center National Snow and Ice Data Center This data set (NSIDC-0484), part of the NASA Making Earth System Data Records for Use in Research Environments (MEaSUREs) Program, provides the first comprehensive, high-resolution,

More information

TerraSAR-X Applications Guide

TerraSAR-X Applications Guide TerraSAR-X Applications Guide Extract: Maritime Monitoring: Oil Spill Detection April 2015 Airbus Defence and Space Geo-Intelligence Programme Line Maritime Monitoring: Oil Spill Detection Issue As the

More information

CHARACTERIZATION AND MODELLING OF GEOLOGICAL INSTABILITIES THROUGH REMOTE SENSING TECHNIQUES AND NUMERICAL SIMULATIONS

CHARACTERIZATION AND MODELLING OF GEOLOGICAL INSTABILITIES THROUGH REMOTE SENSING TECHNIQUES AND NUMERICAL SIMULATIONS CHARACTERIZATION AND MODELLING OF GEOLOGICAL INSTABILITIES THROUGH REMOTE SENSING TECHNIQUES AND NUMERICAL SIMULATIONS Ph.D. candidate: GIULIA TESSARI, III course Tutor: Dott. MARIO FLORIS Cycle: XXVII

More information

Orbital and atmospheric noise in InSAR data inferred from the global ERS1,2 and Envisat SAR data archives

Orbital and atmospheric noise in InSAR data inferred from the global ERS1,2 and Envisat SAR data archives Category-1 proposal submitted to the European Space Agency Orbital and atmospheric noise in InSAR data inferred from the global ERS1,2 and Envisat SAR data archives Executive Summary We request the online

More information

High Resolution 3D Earth Observation Data Analysis for Safeguards Activities

High Resolution 3D Earth Observation Data Analysis for Safeguards Activities High Resolution 3D Earth Observation Data Analysis for Safeguards Activities Pablo d'angelo a1, Cristian Rossi a, Christian Minet a, Michael Eineder a, Michael Flory b, Irmgard Niemeyer c a German Aerospace

More information

Exploitation of historical satellite SAR archives for mapping and monitoring landslides at regional and local scale

Exploitation of historical satellite SAR archives for mapping and monitoring landslides at regional and local scale Exploitation of historical satellite SAR archives for mapping and monitoring landslides at regional and local scale (A. Ferretti (TRE), A. Tamburini (TRE), M. Bianchi (TRE), M. Broccolato (Regione Valle

More information

Terrafirma Persistent Scatterer Processing Validation

Terrafirma Persistent Scatterer Processing Validation Terrafirma Persistent Scatterer Processing Validation Nico Adam (1), Alessandro Parizzi (1), Michael Eineder (1), Michele Crosetto () (1) Remote Sensing Technology Institute () Institute of Geomatics Signal

More information

DESCW: PC Software Supporting Remote Sensing Data

DESCW: PC Software Supporting Remote Sensing Data r bulletin 97 march 1999 DESCW: PC Software Supporting Remote Sensing Data S. D Elia Earth Remote Sensing Exploitation Division, ESA Directorate for Application Programmes, ESRIN, Frascati, Italy R. Biasutti

More information

DIGITAL ELEVATION MODEL DATABASE W42 - A SCALABLE SYSTEM FOR SPATIAL DATA

DIGITAL ELEVATION MODEL DATABASE W42 - A SCALABLE SYSTEM FOR SPATIAL DATA DIGITAL ELEVATION MODEL DATABASE W42 - A SCALABLE SYSTEM FOR SPATIAL DATA M. Habermeyer, U. Marschalk, A. Roth German Aerospace Center (DLR),German Remote Sensing Data Center (DFD) 82234 Wessling, Germany,(martin.habermeyer,ursula.marschalk,achim.roth)@dlr.de

More information

MONITORING MINING INDUCED GROUND-MOVEMENTS USING SAR INTERFEROMETRIC TECHNIQUES

MONITORING MINING INDUCED GROUND-MOVEMENTS USING SAR INTERFEROMETRIC TECHNIQUES MONITORING MINING INDUCED GROUND-MOVEMENTS USING SAR INTERFEROMETRIC TECHNIQUES U. Wegmüller (1), T. Strozzi (1), N. Benecke (2), L. Petrat (11), M. Schlautmann (2), R. Kuchenbecker (2), J. Deutschmann

More information

Radar interferometric techniques and data validation Terrafirma Essen, March 2011. Page 1

Radar interferometric techniques and data validation Terrafirma Essen, March 2011. Page 1 Radar interferometric techniques and data validation Terrafirma Essen, March 2011 Page 1 Agenda Introduction to InSAR technology Different radarinterferometric techniques Validation of InSAR technology

More information

AUTOMATIC INSAR SYSTEMATIC PROCESSING AND WEB BASED TOOL FOR EFFICIENT DATA MINING: APPLICATION TO VOLCANO MONITORING IN AFRICA

AUTOMATIC INSAR SYSTEMATIC PROCESSING AND WEB BASED TOOL FOR EFFICIENT DATA MINING: APPLICATION TO VOLCANO MONITORING IN AFRICA AUTOMATIC INSAR SYSTEMATIC PROCESSING AND WEB BASED TOOL FOR EFFICIENT DATA MINING: APPLICATION TO VOLCANO MONITORING IN AFRICA N. d Oreye (1), and G. Celli (1) (1) National Museum of Natural History,

More information

DEM products from TerraSAR-X & TanDEM-X. Nora Meyer zu Erpen // 25.01.2011

DEM products from TerraSAR-X & TanDEM-X. Nora Meyer zu Erpen // 25.01.2011 DEM products from TerraSAR- & TanDEM- Nora Meyer zu Erpen // 25.01.2011 GEO-Information Services within Astrium and EADS Airbus Eurocopter Cassidian Astrium Turnover 2009: 4.8 billion Staff 2009: 15,000*

More information

STUDY ON RADAR DIFFERENTIAL INTERFEROMETRY TECHNOLOGY AND IT S APPLICATION TO MANI EARTHQUAKE USING ERS-1/2 SAR DATA: A CASE STUDY IN CHINA

STUDY ON RADAR DIFFERENTIAL INTERFEROMETRY TECHNOLOGY AND IT S APPLICATION TO MANI EARTHQUAKE USING ERS-1/2 SAR DATA: A CASE STUDY IN CHINA STUDY ON RADAR DIFFERENTIAL INTERFEROMETRY TECHNOLOGY AND IT S APPLICATION TO MANI EARTHQUAKE USING ERS-1/2 SAR DATA: A CASE STUDY IN CHINA Qulin Tan a, *, Siwen i b, in Wang a, Songlin Yang a a School

More information

Remote Monitoring of the Earthquake Cycle using Satellite Radar Interferometry Tim Wright, COMET, Department of Earth Sciences, Oxford University

Remote Monitoring of the Earthquake Cycle using Satellite Radar Interferometry Tim Wright, COMET, Department of Earth Sciences, Oxford University Remote Monitoring of the Earthquake Cycle using Satellite Radar Interferometry Tim Wright, COMET, Department of Earth Sciences, Oxford University Outline Lecture 1: Satellite remote sensing Imaging radars

More information

Monitoring and Assessing Geohazards in Permafrost Terrain using Spaceborne Synthetic Aperture Radar (SAR)

Monitoring and Assessing Geohazards in Permafrost Terrain using Spaceborne Synthetic Aperture Radar (SAR) Monitoring and Assessing Geohazards in Permafrost Terrain using Spaceborne Synthetic Aperture Radar (SAR) Pierre-Jean Alasset & Joseph Chamberland C-CORE, Ottawa, Ontario, Canada Jerry English, Des Power

More information

Focus Earth The Velingara Circular Structure A meteorite impact crater?

Focus Earth The Velingara Circular Structure A meteorite impact crater? Focus Earth The Velingara Circular Structure A meteorite impact crater? S. Wade Institut des Sciences de la Terre, Faculté des Sciences et Techniques, Université Cheikh Anta Diop, Dakar-Fann, Sénégal M.

More information

The European Space Agency s Synthetic Aperture Radar Programme From Experiment to Service Provision

The European Space Agency s Synthetic Aperture Radar Programme From Experiment to Service Provision The European Space Agency s Synthetic Aperture Radar Programme From Experiment to Service Provision Evert Attema ESA, Directorate of Earth Observation Programme! The idea of an independent European space

More information

Digital Remote Sensing Data Processing Digital Remote Sensing Data Processing and Analysis: An Introduction and Analysis: An Introduction

Digital Remote Sensing Data Processing Digital Remote Sensing Data Processing and Analysis: An Introduction and Analysis: An Introduction Digital Remote Sensing Data Processing Digital Remote Sensing Data Processing and Analysis: An Introduction and Analysis: An Introduction Content Remote sensing data Spatial, spectral, radiometric and

More information

AN E-LEARNING TUTORIAL FOR RADAR REMOTE SENSING WITH RAT

AN E-LEARNING TUTORIAL FOR RADAR REMOTE SENSING WITH RAT AN E-LEARNING TUTORIAL FOR RADAR REMOTE SENSING WITH RAT G. Koenig a, *, M. Jaeger b, A. Reigber b, T. Weser a a Geodesy and Geoinformation Science, Technical University Berlin, H12, Strasse des 17. Juni

More information

DIFFERENTIAL INSAR MONITORING OF THE LAMPUR SIDOARJO MUD VOLCANO (JAVA, INDONESIA) USING ALOS PALSAR IMAGERY

DIFFERENTIAL INSAR MONITORING OF THE LAMPUR SIDOARJO MUD VOLCANO (JAVA, INDONESIA) USING ALOS PALSAR IMAGERY DIFFERENTIAL INSAR MONITORING OF THE LAMPUR SIDOARJO MUD VOLCANO (JAVA, INDONESIA) USING ALOS PALSAR IMAGERY Adam Thomas (1), Rachel Holley (1), Richard Burren (1), Chris Meikle (2), David Shilston (2)

More information

Adaptation of High Resolution Ikonos Images to Googleearth for Zonguldak Test Field

Adaptation of High Resolution Ikonos Images to Googleearth for Zonguldak Test Field Adaptation of High Resolution Ikonos Images to Googleearth for Zonguldak Test Field Umut G. SEFERCIK, Murat ORUC and Mehmet ALKAN, Turkey Key words: Image Processing, Information Content, Image Understanding,

More information

SARscape 4.3 Supported Sensors/Products (March 2011) - Spaceborne Sensors -

SARscape 4.3 Supported Sensors/Products (March 2011) - Spaceborne Sensors - SARscape 4.3 Supported Sensors/Products (March 2011) - Spaceborne Sensors - ALOS PALSAR (provided by JAXA) In case of RAW (level 1.0) data, import is carried out within the Focusing Module. PALSAR RAW

More information

Sentinel-1 Mission Overview

Sentinel-1 Mission Overview Sentinel-1 Mission Overview Pierre Potin Sentinel-1 Mission Manager, ESA Advanced Course on Radar Polarimetry ESRIN, Frascati, 19 January 2011 Global Monitoring for Environment and Security GMES is established

More information

SCIENCE CHINA Earth Sciences. Three Gorges Dam stability monitoring with time-series InSAR image analysis

SCIENCE CHINA Earth Sciences. Three Gorges Dam stability monitoring with time-series InSAR image analysis SCIENCE CHINA Earth Sciences RESEARCH PAPER January doi: 10.1007/s11430-010-4101-1 010 Vol.53 No.1: 1 13 doi: 10.1007/s11430-010-4101-1 Three Gorges Dam stability monitoring with time-series InSAR image

More information

Monitoring a Changing Environment with Synthetic Aperture Radar. Alaska Satellite Facility National Park Service Don Atwood

Monitoring a Changing Environment with Synthetic Aperture Radar. Alaska Satellite Facility National Park Service Don Atwood Monitoring a Changing Environment with Synthetic Aperture Radar Don Atwood Alaska Satellite Facility 1 Entering the SAR Age 2 SAR Satellites RADARSAT-1 Launched 1995 by CSA 5.6 cm (C-Band) HH Polarization

More information

Case Study Australia. Dr John Dawson A/g Branch Head Geodesy and Seismic Monitoring Geoscience Australia. Chair UN-GGIM-AP WG1 Chair APREF.

Case Study Australia. Dr John Dawson A/g Branch Head Geodesy and Seismic Monitoring Geoscience Australia. Chair UN-GGIM-AP WG1 Chair APREF. Case Study Australia Dr John Dawson A/g Branch Head Geodesy and Seismic Monitoring Geoscience Australia Chair UN-GGIM-AP WG1 Chair APREF Page 1 Overview 1. Australian height system Australian Height Datum

More information

Data repository for `Active normal fault control on landscape and rockslope failure in northern Norway

Data repository for `Active normal fault control on landscape and rockslope failure in northern Norway Data repository for `Active normal fault control on landscape and rockslope failure in northern Norway By Osmundsen, P.T. 1 & Henderson, I. 1, Lauknes, T. R. 2, & Larsen, Y. 2, Redfield, T.F. 1 & Dehls,

More information

TerraSAR X and TanDEM X satellite missions update & other activities Dana Floricioiu German Aerospace Center (DLR), Remote Sensing Technology

TerraSAR X and TanDEM X satellite missions update & other activities Dana Floricioiu German Aerospace Center (DLR), Remote Sensing Technology TerraSAR X and TanDEM X satellite missions update & other activities Dana Floricioiu German Aerospace Center (DLR), Remote Sensing Technology Institute, Oberpfaffenhofen, Germany PSTG 2 12 14 June 2012

More information

Satellite Altimetry Missions

Satellite Altimetry Missions Satellite Altimetry Missions SINGAPORE SPACE SYMPOSIUM 30 TH SEPTEMBER 2015 AUTHORS: LUCA SIMONINI/ ERICK LANSARD/ JOSE M GONZALEZ www.thalesgroup.com Table of Content General Principles and Applications

More information

COMPARISON OF OBJECT BASED AND PIXEL BASED CLASSIFICATION OF HIGH RESOLUTION SATELLITE IMAGES USING ARTIFICIAL NEURAL NETWORKS

COMPARISON OF OBJECT BASED AND PIXEL BASED CLASSIFICATION OF HIGH RESOLUTION SATELLITE IMAGES USING ARTIFICIAL NEURAL NETWORKS COMPARISON OF OBJECT BASED AND PIXEL BASED CLASSIFICATION OF HIGH RESOLUTION SATELLITE IMAGES USING ARTIFICIAL NEURAL NETWORKS B.K. Mohan and S. N. Ladha Centre for Studies in Resources Engineering IIT

More information

Files Used in this Tutorial

Files Used in this Tutorial Generate Point Clouds Tutorial This tutorial shows how to generate point clouds from IKONOS satellite stereo imagery. You will view the point clouds in the ENVI LiDAR Viewer. The estimated time to complete

More information

Notable near-global DEMs include

Notable near-global DEMs include Visualisation Developing a very high resolution DEM of South Africa by Adriaan van Niekerk, Stellenbosch University DEMs are used in many applications, including hydrology [1, 2], terrain analysis [3],

More information

GROUND DEFORMATION MONITORING USING RADARSAT-2 DINSAR-MSBAS AT THE AQUISTORE CO 2 STORAGE SITE IN SASKATCHEWAN (CANADA)

GROUND DEFORMATION MONITORING USING RADARSAT-2 DINSAR-MSBAS AT THE AQUISTORE CO 2 STORAGE SITE IN SASKATCHEWAN (CANADA) GROUND DEFORMATION MONITORING USING RADARSAT-2 DINSAR-MSBAS AT THE AQUISTORE CO 2 STORAGE SITE IN SASKATCHEWAN (CANADA) Magdalena Czarnogorska* a, Sergey Samsonov *a, Don White b a Canada Centre for Mapping

More information

What has 16 years of Satellite Radar Altimetry given us towards Global monitoring of the Earth s inland water resources?

What has 16 years of Satellite Radar Altimetry given us towards Global monitoring of the Earth s inland water resources? What has 16 years of Satellite Radar Altimetry given us towards Global monitoring of the Earth s inland water resources? P.A.M Berry (1), R.G.Smith (1), J.A.Freeman (1) 1. EAPRS Laboratory, De Montfort

More information

Chapter Contents Page No

Chapter Contents Page No Chapter Contents Page No Preface Acknowledgement 1 Basics of Remote Sensing 1 1.1. Introduction 1 1.2. Definition of Remote Sensing 1 1.3. Principles of Remote Sensing 1 1.4. Various Stages in Remote Sensing

More information

Measuring large areas by white light interferometry at the nanopositioning and nanomeasuring machine (NPMM)

Measuring large areas by white light interferometry at the nanopositioning and nanomeasuring machine (NPMM) Image Processing, Image Analysis and Computer Vision Measuring large areas by white light interferometry at the nanopositioning and nanomeasuring machine (NPMM) Authors: Daniel Kapusi 1 Torsten Machleidt

More information

ERS-ENVISAT ENVISAT deformation time-series analysis: a unique opportunity to investigate long term surface deformation of large areas

ERS-ENVISAT ENVISAT deformation time-series analysis: a unique opportunity to investigate long term surface deformation of large areas ERS-ENVISAT ENVISAT deformation time-series analysis: a unique opportunity to investigate long term surface deformation of large areas R. Lanari 1, P. Berardino 1, M. Bonano 1,2, F. Casu 1, A. Manconi

More information

Synthetic Aperture Radar: Principles and Applications of AI in Automatic Target Recognition

Synthetic Aperture Radar: Principles and Applications of AI in Automatic Target Recognition Synthetic Aperture Radar: Principles and Applications of AI in Automatic Target Recognition Paulo Marques 1 Instituto Superior de Engenharia de Lisboa / Instituto de Telecomunicações R. Conselheiro Emídio

More information

A multi-scale approach to InSAR time series analysis

A multi-scale approach to InSAR time series analysis A multi-scale approach to InSAR time series analysis M. Simons, E. Hetland, P. Muse, Y. N. Lin & C. DiCaprio U Interferogram stack time A geophysical perspective on deformation tomography Examples: Long

More information

Wide Area Persistent Scatterer Interferometry: Algorithms and Examples

Wide Area Persistent Scatterer Interferometry: Algorithms and Examples Wide Area Persistent Scatterer Interferometry: Algorithms and Examples Nico Adam, Fernando Rodriguez Gonzalez, Alessandro Parizzi, Werner Liebhart with contributions of Ramon Brcic and Xiao Ying Cong ca.

More information

Remote Sensing an Introduction

Remote Sensing an Introduction Remote Sensing an Introduction Seminar: Space is the Place Referenten: Anica Huck & Michael Schlund Remote Sensing means the observation of, or gathering information about, a target by a device separated

More information

The Role of SPOT Satellite Images in Mapping Air Pollution Caused by Cement Factories

The Role of SPOT Satellite Images in Mapping Air Pollution Caused by Cement Factories The Role of SPOT Satellite Images in Mapping Air Pollution Caused by Cement Factories Dr. Farrag Ali FARRAG Assistant Prof. at Civil Engineering Dept. Faculty of Engineering Assiut University Assiut, Egypt.

More information

COMPARISON OF SRTM AND 25K TOPOGRAPHIC MAPS IN TURKEY

COMPARISON OF SRTM AND 25K TOPOGRAPHIC MAPS IN TURKEY COMPARISON OF SRTM AND 25K TOPOGRAPHIC MAPS IN TURKEY Oztug Bildirici 1, Aydin Ustun, Necla Ulugtekin 2, H. Zahit Selvi 1, Alpay Abbak 1, Ilkay Bugdayci 1, A. Ozgur Dogru 2 1 Selcuk University, Faculty

More information

Map World Forum Hyderabad, India Introduction: High and very high resolution space images: GIS Development

Map World Forum Hyderabad, India Introduction: High and very high resolution space images: GIS Development Very high resolution satellite images - competition to aerial images Dr. Karsten Jacobsen Leibniz University Hannover, Germany jacobsen@ipi.uni-hannover.de Introduction: Very high resolution images taken

More information

GEOCODING OF TERRASAR-X DATA

GEOCODING OF TERRASAR-X DATA GEOCODING OF TERRASAR-X DATA A. Roth, M. Huber, D. Kosmann DLR, German Remote Sensing Data Center, Oberpfaffenhofen, D-82234 Wessling, Germany - (Achim.Roth, Martin.Huber, Deltev.Kosmann)@dlr.de KEY WORDS:

More information

A new approach to rail asset management.

A new approach to rail asset management. A new approach to rail asset management. Geotechnical and structural monitoring via satellite for the rail industry. With mounting pressures on the UK s ageing infrastructure networks from ever increasing

More information

GEOENGINE MSc in Geomatics Engineering (Master Thesis) Anamelechi, Falasy Ebere

GEOENGINE MSc in Geomatics Engineering (Master Thesis) Anamelechi, Falasy Ebere Master s Thesis: ANAMELECHI, FALASY EBERE Analysis of a Raster DEM Creation for a Farm Management Information System based on GNSS and Total Station Coordinates Duration of the Thesis: 6 Months Completion

More information

EO Information Services in support of Satellite Tools for Building Flood Defence Systems in Guyana

EO Information Services in support of Satellite Tools for Building Flood Defence Systems in Guyana EO Information Services in support of Satellite Tools for Building Flood Defence Systems in Guyana F. N. Koudogbo and A. Arnaud Altamira Information I. Bauwens, H. Tambuyzer Eurosense Date : 21 February

More information

TerraSAR-X Image Product Guide. Basic and Enhanced Radar Satellite Imagery. Airbus Defence and Space Geo-Intelligence Programme Line

TerraSAR-X Image Product Guide. Basic and Enhanced Radar Satellite Imagery. Airbus Defence and Space Geo-Intelligence Programme Line TerraSAR-X Image Product Guide Geo-Intelligence Programme Line 1 Introduction TerraSAR-X and TanDEM-X are commercial German Synthetic Aperture Radar (SAR) Earth observation satellites, which were launched

More information

WATER BODY EXTRACTION FROM MULTI SPECTRAL IMAGE BY SPECTRAL PATTERN ANALYSIS

WATER BODY EXTRACTION FROM MULTI SPECTRAL IMAGE BY SPECTRAL PATTERN ANALYSIS WATER BODY EXTRACTION FROM MULTI SPECTRAL IMAGE BY SPECTRAL PATTERN ANALYSIS Nguyen Dinh Duong Department of Environmental Information Study and Analysis, Institute of Geography, 18 Hoang Quoc Viet Rd.,

More information

Günter Seeber. Satellite Geodesy 2nd completely revised and extended edition

Günter Seeber. Satellite Geodesy 2nd completely revised and extended edition Günter Seeber Satellite Geodesy 2nd completely revised and extended edition Walter de Gruyter Berlin New York 2003 Contents Preface Abbreviations vii xvii 1 Introduction 1 1.1 Subject of Satellite Geodesy...

More information

Sub-pixel mapping: A comparison of techniques

Sub-pixel mapping: A comparison of techniques Sub-pixel mapping: A comparison of techniques Koen C. Mertens, Lieven P.C. Verbeke & Robert R. De Wulf Laboratory of Forest Management and Spatial Information Techniques, Ghent University, 9000 Gent, Belgium

More information

Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches

Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches PhD Thesis by Payam Birjandi Director: Prof. Mihai Datcu Problematic

More information

Appendix B. Introduction to Landslide Evaluation Tools Mapping, Remote Sensing, and Monitoring of Landslides

Appendix B. Introduction to Landslide Evaluation Tools Mapping, Remote Sensing, and Monitoring of Landslides Appendix B. Introduction to Landslide Evaluation Tools Mapping, Remote Sensing, and Monitoring of Landslides 66 The Landslide Handbook A Guide to Understanding Landslides Part 1. Mapping Maps are a useful

More information

UPDATING OBJECT FOR GIS DATABASE INFORMATION USING HIGH RESOLUTION SATELLITE IMAGES: A CASE STUDY ZONGULDAK

UPDATING OBJECT FOR GIS DATABASE INFORMATION USING HIGH RESOLUTION SATELLITE IMAGES: A CASE STUDY ZONGULDAK UPDATING OBJECT FOR GIS DATABASE INFORMATION USING HIGH RESOLUTION SATELLITE IMAGES: A CASE STUDY ZONGULDAK M. Alkan 1, *, D. Arca 1, Ç. Bayik 1, A.M. Marangoz 1 1 Zonguldak Karaelmas University, Engineering

More information

How To Determine The Ability Of Anos/Palsar To Detect Deformation In Iceland

How To Determine The Ability Of Anos/Palsar To Detect Deformation In Iceland RECENT DEEP-SEATED MAGMATIC ACTIVITY AND THE 2008 M6.3 EARTHQUAKE: APPLICABILITY OF ALOS/PALSAR IN ICELAND Andrew Hooper 1, Benedikt Ofeigsson 2, Freysteinn Sigmundsson 2, and Halldór Geirsson 3 1 Department

More information

GPS Precise Point Positioning as a Method to Evaluate Global TanDEM-X Digital Elevation Model

GPS Precise Point Positioning as a Method to Evaluate Global TanDEM-X Digital Elevation Model GPS Precise Point Positioning as a Method to Evaluate Global TanDEM-X Digital Elevation Model 7 th FIG Regional Conference TS 1C Advances in GNSS Positioning and Applications I Volker Schwieger 1, Jürgen

More information

CASE STUDY LANDSLIDE MONITORING

CASE STUDY LANDSLIDE MONITORING Introduction Monitoring of terrain movements (unstable slopes, landslides, glaciers, ) is an increasingly important task for today s geotechnical people asked to prevent or forecast natural disaster that

More information

Imagery. 1:50,000 Basemap Generation From Satellite. 1 Introduction. 2 Input Data

Imagery. 1:50,000 Basemap Generation From Satellite. 1 Introduction. 2 Input Data 1:50,000 Basemap Generation From Satellite Imagery Lisbeth Heuse, Product Engineer, Image Applications Dave Hawkins, Product Manager, Image Applications MacDonald Dettwiler, 3751 Shell Road, Richmond B.C.

More information

How To Understand The Effects Of A Landslide On A City

How To Understand The Effects Of A Landslide On A City THE USE OF DIFFERENT REMOTE SENSING TECHNIQUES FOR LANDSLIDE CHARACTERIZATION Ph.D. candidate: ANNA DE AGOSTINI Tutor: Dr. M. FLORIS Cycle: XXVI Abstract The aim of my second PhD year was to understand

More information

Measurement of Seismic Displacements. A comparison of SAR and GPS techniques, with particular reference to a recent Californian earthquake.

Measurement of Seismic Displacements. A comparison of SAR and GPS techniques, with particular reference to a recent Californian earthquake. Measurement of Seismic Displacements. A comparison of SAR and GPS techniques, with particular reference to a recent Californian earthquake. Kevin H. Jones Matric No. 0197746 Introduction Changes in the

More information

APPLY EXCEL VBA TO TERRAIN VISUALIZATION

APPLY EXCEL VBA TO TERRAIN VISUALIZATION APPLY EXCEL VBA TO TERRAIN VISUALIZATION 1 2 Chih-Chung Lin( ), Yen-Ling Lin ( ) 1 Secretariat, National Changhua University of Education. General Education Center, Chienkuo Technology University 2 Dept.

More information

SAR Geocoding: Data and Systems

SAR Geocoding: Data and Systems Gunter Schreier (Ed.) SAR Geocoding: Data and Systems Tschnisthe Hach-d^s Darmstadt lehrstubi f 0 r Pho'ogrammetria unci Ka rt ogrcphis In v.-nr. ^ ^ WICHMANN Contents Foreword (G. Schreier) 1 1 The ERS-1

More information

On the Positional Accuracy of the GoogleEarth Imagery

On the Positional Accuracy of the GoogleEarth Imagery On the Positional Accuracy of the GoogleEarth Imagery Kazimierz BECEK and KHAIRUNNISA Ibrahim, Brunei Darussalam Keywords: GoogleEarth, positional accuracy, satellite imagery SUMMARY The ubiquitous GoogleEarth

More information

Raster Data Structures

Raster Data Structures Raster Data Structures Tessellation of Geographical Space Geographical space can be tessellated into sets of connected discrete units, which completely cover a flat surface. The units can be in any reasonable

More information

Modeling and Simulation Design for Load Testing a Large Space High Accuracy Catalog. Barry S. Graham 46 Test Squadron (Tybrin Corporation)

Modeling and Simulation Design for Load Testing a Large Space High Accuracy Catalog. Barry S. Graham 46 Test Squadron (Tybrin Corporation) Modeling and Simulation Design for Load Testing a Large Space High Accuracy Catalog Barry S. Graham 46 Test Squadron (Tybrin Corporation) ABSTRACT A large High Accuracy Catalog (HAC) of space objects is

More information

Image Analysis CHAPTER 16 16.1 ANALYSIS PROCEDURES

Image Analysis CHAPTER 16 16.1 ANALYSIS PROCEDURES CHAPTER 16 Image Analysis 16.1 ANALYSIS PROCEDURES Studies for various disciplines require different technical approaches, but there is a generalized pattern for geology, soils, range, wetlands, archeology,

More information

How To Monitor Sea Level With Satellite Radar

How To Monitor Sea Level With Satellite Radar Satellite Altimetry Wolfgang Bosch Deutsches Geodätisches Forschungsinstitut (DGFI), München email: bosch@dgfi.badw.de Objectives You shall recognize satellite altimetry as an operational remote sensing

More information

Введение в спутниковую радиолокацию: Радиолокаторы с синтезированной апертурой (РСА) Introduction to satellite radars: Synthetic Aperture Radars (SAR)

Введение в спутниковую радиолокацию: Радиолокаторы с синтезированной апертурой (РСА) Introduction to satellite radars: Synthetic Aperture Radars (SAR) Введение в спутниковую радиолокацию: Радиолокаторы с синтезированной апертурой (РСА) Introduction to satellite radars: Synthetic Aperture Radars (SAR) проф. Бертран Шапрон IFREMER / ЛСО РГГМУ Prof. Bertrand

More information

Radar Image Processing with Clusters of Computers

Radar Image Processing with Clusters of Computers Radar Image Processing with Clusters of Computers Alois Goller Chalmers University Franz Leberl Institute for Computer Graphics and Vision ABSTRACT Some radar image processing algorithms such as shape-from-shading

More information

Data source, type, and file naming convention

Data source, type, and file naming convention Exercise 1: Basic visualization of LiDAR Digital Elevation Models using ArcGIS Introduction This exercise covers activities associated with basic visualization of LiDAR Digital Elevation Models using ArcGIS.

More information

Brian D. Conway Hydrologist/Supervisor Geophysics-Surveying Unit

Brian D. Conway Hydrologist/Supervisor Geophysics-Surveying Unit Arizona Department of Water Resources Land Subsidence Monitoring Program Using Interferometric Synthetic Aperture Radar (InSAR) in Cochise County, Southeastern Arizona Brian D. Conway Hydrologist/Supervisor

More information

A tiered reconnaissance approach toward flood monitoring utilising multi-source radar and optical data

A tiered reconnaissance approach toward flood monitoring utilising multi-source radar and optical data 5 th International Workshop on Remote Sensing for Disaster Response A tiered reconnaissance approach toward flood monitoring utilising multi-source radar and optical data Anneley McMillan Dr. Beverley

More information

White Paper. PlanetDEM 30. PlanetObserver 25/11/2014 - Update

White Paper. PlanetDEM 30. PlanetObserver 25/11/2014 - Update White Paper PlanetDEM 30 PlanetObserver 25/11/2014 - Update PlanetObserver France www.planetobserver.com msat@planetobserver.com Tel. +33 4 73 44 19 00 1. Introduction PlanetObserver presents PlanetDEM

More information

Chapter 5: Working with contours

Chapter 5: Working with contours Introduction Contoured topographic maps contain a vast amount of information about the three-dimensional geometry of the land surface and the purpose of this chapter is to consider some of the ways in

More information

Command-induced Tracking Jitter Study I D. Clark November 24, 2009

Command-induced Tracking Jitter Study I D. Clark November 24, 2009 Command-induced Tracking Jitter Study I D. Clark November 24, 2009 Introduction Reports of excessive tracking jitter on the MMT elevation axis have lately been theorized to be caused by the input command

More information

Working with Digital Elevation Models and Digital Terrain Models in ArcMap 9

Working with Digital Elevation Models and Digital Terrain Models in ArcMap 9 Working with Digital Elevation Models and Digital Terrain Models in ArcMap 9 1 TABLE OF CONTENTS INTRODUCTION...3 WORKING WITH DIGITAL TERRAIN MODEL (DTM) DATA FROM NRVIS, CITY OF KITCHENER, AND CITY OF

More information

LEOworks - a freeware to teach Remote Sensing in Schools

LEOworks - a freeware to teach Remote Sensing in Schools LEOworks - a freeware to teach Remote Sensing in Schools Wolfgang Sulzer Institute for Geography and Regional Science University of Graz Heinrichstrasse 36, A-8010 Graz/Austria wolfgang.sulzer@uni-graz.at

More information

Introduction to GIS (Basics, Data, Analysis) & Case Studies. 13 th May 2004. Content. What is GIS?

Introduction to GIS (Basics, Data, Analysis) & Case Studies. 13 th May 2004. Content. What is GIS? Introduction to GIS (Basics, Data, Analysis) & Case Studies 13 th May 2004 Content Introduction to GIS Data concepts Data input Analysis Applications selected examples What is GIS? Geographic Information

More information

Optical Methods of Surface Measurement

Optical Methods of Surface Measurement Optical Methods of Surface Measurement Ted Vorburger, Guest Researcher National Institute of Standards and Technology (NIST) Measurement Science and Standards in Forensic Firearms Analysis 2012 NIST, Gaithersburg,

More information

Two primary advantages of radars: all-weather and day /night imaging

Two primary advantages of radars: all-weather and day /night imaging Lecture 0 Principles of active remote sensing: Radars. Objectives: 1. Radar basics. Main types of radars.. Basic antenna parameters. Required reading: G: 8.1, p.401-40 dditional/advanced reading: Online

More information

RS platforms. Fabio Dell Acqua - Gruppo di Telerilevamento

RS platforms. Fabio Dell Acqua - Gruppo di Telerilevamento RS platforms Platform vs. instrument Sensor Platform Instrument The remote sensor can be ideally represented as an instrument carried by a platform Platforms Remote Sensing: Ground-based air-borne space-borne

More information

Review for Introduction to Remote Sensing: Science Concepts and Technology

Review for Introduction to Remote Sensing: Science Concepts and Technology Review for Introduction to Remote Sensing: Science Concepts and Technology Ann Johnson Associate Director ann@baremt.com Funded by National Science Foundation Advanced Technological Education program [DUE

More information

The use of Satellite Remote Sensing for Offshore Environmental Benchmarking

The use of Satellite Remote Sensing for Offshore Environmental Benchmarking The use of Satellite Remote Sensing for Offshore Environmental Benchmarking Michael King Fugro NPA Limited Fugro NPA (Formerly Nigel Press Associates) World leading Satellite Remote Sensing & Geoscience

More information

Passive remote sensing systems record electromagnetic energy that was reflected (e.g., blue, green, red, and near-infrared light) or emitted (e.g.

Passive remote sensing systems record electromagnetic energy that was reflected (e.g., blue, green, red, and near-infrared light) or emitted (e.g. CHAPTER 9: Active and Passive Microwave RS REFERENCE: Remote Sensing of the Environment John R. Jensen (2007) Second Edition Pearson Prentice Hall Passive Remote Sensing Passive remote sensing systems

More information