The GOCE User Toolbox GUT Demo Presentation. Salvatore Dinardo

Size: px
Start display at page:

Download "The GOCE User Toolbox GUT Demo Presentation. Salvatore Dinardo"

Transcription

1 The GOCE User Toolbox GUT Demo Presentation Salvatore Dinardo

2 GUT: What Is That? GUT is a toolkit to facilitate the use, viewing and post-processing processing of GOCE Level 2 data products, applicable in the fields of geodesy, oceanography and solid Earth physics. -- Command-Line tool -- Fully open source software under GNU GPL license. -- Written in C++ -- Running under Windows, Linux, Mac OS -- Current Version NetCDF as internal/external storage format of the results -- Modular, Extendible, Flexible to user customizations

3 GUT: some numbers First Public Release of GUT on April 2009 (right after GOCE launch) Second Public Release of GUT on April 2011 (at fourth GOCE Workshop)..actually on line!!! The Current Project will end November 2011 after a half-year phase of maintenance and user support Country Downloads 280 Downloaders in one year of download monitoring Most from China, USA and EU but also from developing countries as Brazil, India, Colombia, Venezuela, Indonesia and North-Africa Around 30 Downloaders of GUT 2 after 20 hours of release 2 pubblication China 36 USA 26 UK 25 Brazil 15 Italy 12 Spain 11 Germany 11 India 11 France 10

4 GUT: How Does It Work? In order to operate, GUT performs a series of processing steps as stated in external XML files called work-flows. Basically, a work-flow is the definition file of the desired processing chain. Inside the workflows, these processing steps are defined by means of the processing units and connections between them. In processing units, the basic algorithms of GUT are encapsulated and the connections assemble these units together in order to form a complete processing flow (work-flow) if structurally valid.

5 Each unit obtains data at its inputs, processes this data and publishes any results at its outputs each work-flow structure can be visualized inside GUT to analyze its internal working <workflow> <units> <CmdLineArgInputFileName name="infile" /> <CmdLineArgReferenceEllipsoid name="re" /> <CmdLineArgDegreeAndOrder name="degreeandorder" /> <CmdLineArgTideSystem name="tidesystem" /> <CreateReferenceEllipsoid name="defaultre" /> <SphericalHarmonicPotentialImport name="datashp" /> <ChangePotentialDegreeAndOrder name="degordsetshp" /> <ChangePotentialTideSystem name="tidesetshp" /> <GridFunctionGeoidHeight name="geoidheight" /> <GridFunctionExport name="export" /> </units> <connection> <socket unit="infile" port="outfilename" /> <plug unit="datashp" port="infilename" /> </connection> <connection> <socket unit="defaultre" port="outreferenceellipsoid" /> <plug unit="re" port="inreferenceellipsoid" /> </connection>.. </workflow>

6 GUT offers to users a portfolio of more than 60 prebuilt workflows for the more general user tasks in the fields of Geodesy and Oceanography. The workflows are located in the folder workflow at GUT main directory level. The workflow can be invocated by GUT command-line and each one comes with a scope description and syntax. The portfolio can be extended by users, placing additional user-made workflows in workflow folder and that gives high flexibility to GUT GUT: WorkFlow PortFolio

7 GUT v1: What Does It Do? GUTv1 was developed with the built-in ability to: Compute geoid height surface at a chosen maximum degree/order over specified grid or transect. Compute the gravitational/gravity potential, gravity magnitude on the surface of the terrain for a range of maximum degree/order. Compute gravity anomalies, height anomalies and vertical deflections on the surface of the terrain for a range of maximum degree/order over a specified grid or transect. Compute the spherical harmonic expansion of a gridded field. Compute a gridded field from its spherical harmonic expansion. Compute the ocean s mean dynamic topography and the geostrophic zonal/meridional velocities, with the option of isotropic filtering in the spatial or spectral domains over a grid or transect. Transform data between different ellipsoids and tide-systems. Mask/Flag Land regions according an input Land/Sea Mask. Translate a gridded surface to a different grid. Interpolate a grid surface on an arbitrary track

8 GUT: Input/Output Current Supported Data Products in Input L2 GOCE Dataset (EGM_GOC_2 only, HDR/DBL pair, both needed) NETCDF (CF 1.2 Convention Adopted) ASCII GRAVSOFT (Only Grid and Point List format ) ASCII ICGEM (Only Spherical Harmonics Format ) Current Provided Data Products in Output NETCDF (CF 1.2 Convention Adopted) ASCII GRAVSOFT (Only Grid Format) KML wrapper file (Only Grid Format) TIFF image file (Only Grid format) CF (Climate and Forecast)-Convention has been adopted for variable and attribute names, when applicable. NetCDF provides efficient, cross-platform binary storage. The support to ASCII format has been augmented

9 GUT v2: What is New? GUTv2 augments the release v1 with the following features: Support for ICGEM Format Support for multi-data netcdf Support for automatic conversion between scientific units (UDUNITS) Anisotropic spatial filtering over grid or transect Grid translation by bicubic spline interpolation Removal of scalar bias from a grid/transect Adjustment of geoid heights in spectral domain by height correction terms Calculation of geostrophic velocities in magnitude and direction Handling of time-system attribute for time-varying surfaces Handling of command history Enhancement of the statistic tools Improved Compatibility with BRAT

10 GUT: Next release The release 2.1 is planned to go out shortly with new features and dataset: Release 2 of the Spacewise Solution More support to Solid Earth Community (Bougeur Anomaly Workflow) Update of some MSS/MDT models Executable Utility to compute errors map and error covariances map of the gravity field and geostrophic surface currents from GOCE Gravity Model Variance/Covariance Matrices Minor Bugs Fixing

11 GUT Official Web Site It s the Showcase for the all activities related to GUT

12 User Survey On going!!! Fast Reply User-Support Desk Frequent Asked Questions Section

13 GUT: Data Viewer Even if the data can be visualized by any third-party plotting tool, GUT includes the BRAT (Basic Radar Altimeter Toolbox) Display as Official Data Viewer by default in the GUT Package and anyway is freely available at: A alternative viewer can be Google Earth, exporting the data in KML format

14 GUT: Data Package The last released GOCE HPF Gravity Model Solutions (actually Release 2 7 months of acquisition) The most advanced Mean Sea Surface and Mean Dynamic Topography models (DTU10 and CLS10) at low and high resolution The Best GOCE-alternative Gravity Field Model in ICGEM format (EIGEN-5C) Altimetry-Corrected Digital Elevation Model (Bathymetry/MSS over seas) Land/Sea Mask One year (2007) of weekly maps of multi-missions Sea Level Anomalies

15 GUT: Data Structure Lat field Lon field Surface Field Coordinate System

16 The Tutorial is a Getting Started guide. It represents the very first resource which a novel GUT user should refer to, approaching the tool. More than 25 Use Cases explained step by step with commands to be typed on the command-line. All subjects covered (file ingestion, variables calculation, data exporting) and new workflows are proposed from scratch and explained how to be built. It is online and in the GUT package. GUT: Tutorial

17 GUT: Let s start it!! How to start up GUT -- Version -- Workflows List How to request help in GUT -- Help -- Workflow Manual -- Verbosity How to execute a workflow usage: gut [options] [<workflow> [...]] run-mode option : --help, --version, --workflows, --dot, --man, --test verbosity level : --quiet, --v, --vv, --vvv, --vvvv The primary run-mode is for data-processing via a specific work-flow flow. The arguments to be provided are depending on the content of the work-flow, but at least the name of a work-flow must be supplied to locate a specific work-flow definition file. Any additional command-line arguments are supplied in -key value pairs. How to validate a workflow --Test -- Dot

18 Geodesy Applications In GUT The first application field of GUT is geodesy. In this field, what user can do by GUT built-in workflows is: Calculate the geoid height surface from GOCE model or ICGEM models at chosen grid range, grid density and spatial resolution Calculate the gravity magnitude, gravity/gravitational potential from GOCE model or ICGEM models at chosen grid range, grid density and spatial resolution Adjust the geoid height surface by height correction terms Transform the geoid height gridded surface in its spherical harmonics components Remove from geoid surface any rigid bias Filter the geoid surface at desired scale length by standard filter kernels

19 Geoid Height Surface in GUT The first utilization example of GUT utilization is the calculation of Geoid Height from GOCE L2 Spherical Harmonics. The workflow (WF) to call is geoidheight_gf. This WF extracts a set of spherical harmonic potential coefficients from input file and calculate the height of the Geoid on a chosen grid with a specified expansion of the geopotential. The mandatory argument of the WF is the one relative to: -Input File Ingestion [-InFile] The optional arguments of the WF are the ones relative to: -Output File Naming: [-OutFile] -Grid Definition (3 ways): [-R, -I, -Ellipse], [-Gf], [-Af] -Scale Length (3 ways): [-DO], [-Dkm],[-Ddeg] -Tide-System Definition: [-T] Example: We can calculate geoid from GOCE and EIGEN-5c and make differences and calculate statistics of differences

20 Geoid Height Correction in GUT The calculated geoid height may be requested to be corrected for errors. The first workflow (WF) to call is geoidheightcorrection_gf. This WF extract a set of spherical harmonic potential coefficients from file and calculate the height of the geoid on a chosen Grid with a specified expansion of the geopotential. Moreover, a set of height correction terms is extracted from a file in the form of spherical harmonic coefficients and added to the geoid heights The mandatory argument of the WF is the one relative to: -Input File Ingestion [-InFile] -Input Correction File Ingestion [-InFileCorr] The optional arguments of the WF are the ones relative to: -Output File Naming: [-OutFile] -Grid Definition (3 ways): [-R, -I, -Ellipse], [-Gf], [-Af] -Scale Length (3 ways): [-DO], [-Dkm],[-Ddeg] -Tide-System Definition: [-T] Example: We can calculate and correct geoid from EGM96 SPH and remove 53 cm bias

21 Geoid ASCII Dump in GUT The calculated geoid height may be requested to be corrected for errors. The first workflow (WF) to call is geoidheightcorrection_gf. This WF export a Grid Function in GRAVSOFT grid format The mandatory argument of the WF is the one relative to: -Input File Ingestion [-InFile]

22 Solid Earth Applications In GUT The second application field of GUT is Solid-Earth. In this field, what user can do by GUT built-in workflows is: Calculate the gravity anomaly at the terrain surface from GOCE model or ICGEM models at chosen grid range, grid density and spatial resolution Calculate the height anomaly at the terrain surface from GOCE model or ICGEM models at chosen grid range, grid density and spatial resolution Calculate the vertical deflections at the terrain surface from GOCE model or ICGEM models at chosen grid range, grid density and spatial resolution Calculate the Bougeur Anomaly from GOCE model or ICGEM models at chosen grid range, grid density and spatial resolution ( as from release 2.1)

23 GA In GUT The first utilization example of GUT utilization in solid earth is the gravity anomaly from GOCE L2 Spherical Harmonics. The workflow (WF) to call is geoidheight_gf. This WF extract a set of spherical harmonic potential coefficients (and GM, R, tide system) from file and calculate the gravity anomaly (free air anomaly) on a chosen Grid with a specified expansion of the geopotential. The mandatory argument of the WF is the one relative to: -Input File Ingestion [-InFile] The optional arguments of the WF are the ones relative to: -Output File Naming: [-OutFile] -Grid Definition (3 ways): [-R, -I, -Ellipse], [-Gf], [-Af] -Scale Length (3 ways): [-DO], [-Dkm],[-Ddeg] -Tide-System Definition: [-T] - Terrain Surface Elevation Model: [-InDemFile] Example: We can calculate the gravity anomaly over alps

24 Oceanography Applications In GUT The third application field of GUT is oceanography. In this field, what user can do by GUT built-in workflows is: Calculate Satellite-only Absolute Dynamic Topography (SLA+MDT) Calculate Satellite-only Mean Dynamic topography (Spectral and Spatial Domain) (MSS-GEOID) Calculate the absolute geostrophic velocities in zonal and meridional components or in speed and direction Calculate combined Mean Dynamic Topography with remove-restore tecnique (A/B)

25 Direct MDTS In GUT The steps to follow to calculate the mean dynamic topography in spatial domain are : ogrid Adaption beetwen Geoid and MSS osubtraction of Geoid from MSS omasking the Difference ofiltering in space domain (default not applied) The mandatory argument of the WF is the one relative to: Input SHP File Ingestion [-InShpFile ] The optional arguments of the WF are the ones relative to: -Output File Naming: [-OutFile] -Grid Definition (3 ways): [-R, -I, -Ellipse], [-Gf], [-Af] -Scale Length Definition (3 ways): [-DO], [-Dkm],[-Ddeg] -Filter Definition: [-Fx scale length], (typical values 1 deg, 2 deg, that is around 200 km, 400 km for truncated gaussian) -MASK Definition: [-Substitute], [-Thr],[-Op] -Input Mask File Ingestion: [-InLsmFile ] -Input SSH File Ingestion: [-- InSshFile ]

26 Filtering In GUT Spatial filtering of a Grid Function is a convolution on the sphere. For each point, P of Grid, the result is formed by a weighted sum of the data at all points, Q, in the vicinity of P. The weights are defined by a filter kernel and are based on the spherical distance between P and Q. where f Q is the value of the Grid Function at Q, w is the kernel weight function and α P,Q, is the spherical distance between P and Q. All filter kernels are characterized by a scale length. The precise shape and the range of influence of each kernel is based on the scale length

27 Masking In GUT The Masking produces a Grid Function that is effectively a source Grid Function with selected point replaced with a replacement value. The points where the substitution is made are determined by comparison with a second Grid Function (MASK) that has the same associated Grid as the source. A every point in the source Grid Function the substitution is made if a comparison of the corresponding mask value with a threshold if logically true The algorithm supports a variety of comparison operators (see table) where m is the mask value, T is the Threshold, S is the Substitution value, op is the comparison operator and f D and f S are the destination and source Grid Function values respectively Application of this processing unit can be: omask-out land regions by substitution of the invalid value oachieve an invalid-free Grid Function by substituting zeros.

28 GSV In GUT From the Absolute Dynamic Topography, the absolute geostrophic currents velocities can be calculated as: not possible recover g currents near the equator f RE (geostrophy does not hold there) f u v f 2 sin g R sin E where g is the local gravity, R E is the local Earth Radius, is the geocentric latitude and φthe geodetic latitude, the longitude, the ADT, the Earth rotation rate The derivates are approximated by finite differences. Velocities at locations in the output close to the equator are NaN Geostrophy means balance between pressure gradient and Coriolis force. geostrophic current flows perpendicular to the two forces that balance to allow this steady flow p s 1 ( ) 1 ( g ) x x fv

29 GSV In GUT The workflows (WF) to call is gsvdirectionspeed_gf This WF computes the direction/magnitude of the geostrophic velocity from a dynamic topography Grid Function The mandatory argument of the WF is the one relative to: -Input File Ingestion [-InFile] The optional arguments of the WF are the one relative to: -Physical quantity to use: [-PQ] -Ellipsoid Definition: [-Ellipse] -Equatorial Margin Definition: [-EqMargin] -Output File Name Definition: [-OutFile]

30 Spatial MDTC In GUT The MDTC work-flow is not part of the standard GUT work-flow portfolio. It has been added by M.H. Rio as personal contribution The MDTC calculated by remove/restore (type A) is defined as: GOCE-only MDT will thus have a centimetric accuracy at a 100 km resolution. In some areas of the world ocean, as coastal areas, straits, semi-enclosed seas such, the MDT is expected to contain signals at shorter spatial scales. In this context, one may want to compute a MDT containing spatial scales not resolved by the Satellite-only MDT. This may be done for instance by completing the Satellite-only MDT with short scales MDT information from other, higher resolution MDT sources (hereafter called the a-priori MDT), through a so-called remove-restore methodology. In this method, first, a Satellite-only solution is computed using the previous use case. Then the high resolution a-priori MDT is filtered using the same filter than for the Satelliteonly MDT computation. Residuals (Apriori MDT minus filtered Apriori MDT) are then added to the Satellite-only MDT

31 Spatial MDTC In GUT The workflows (WF) to call is remove_restore_gf. This WF combines a filtered dynamic topography Grid Function computed from a geopotential and a sea surface height (SSH) to the short scales of an apriori high resolution MDT. A spatial filter may be applied to the masked dynamic topography. The same filter is applied to the apriori MDT and the residuals (A priori MDT minus filtered apriori MDT) is then added to the filtered MDT The mandatory argument of the WF is the ones relative to: -Input SHP File Ingestion: [-InFile] -Input AMDT File Ingestion: [-InFile] -Input MSS File Ingestion: [-InFile] -Input LSM File Ingestion: [-InLsmFile] The optional arguments of the WF are the ones relative to: -Output File Naming: [-OutFile] -Grid Definition (3 ways): [-R, -I, -Ellipse], [-Gf], [-Af] -Scale Length (3 ways): [-DO], [-Dkm],[-Ddeg] -Tide-System Definition: [-T] -Filter Definition: [-Fx scale length] -MASK Definition: [-Substitute], [-Thr],[-Op]

32 THANKS for Your Attention For any questions:

The GOCE User Toolbox

The GOCE User Toolbox The GOCE User Toolbox Jérôme Benveniste - ESA Earth Observation Science and Applications Department Per Knudsen - Danish National Space Center and the GUT TEAM 37th COSPAR Scientific Assembly 2008, Montreal

More information

An initial investigation of the GOCE error variance-covariance matrices in the context of the GOCE user toolbox project

An initial investigation of the GOCE error variance-covariance matrices in the context of the GOCE user toolbox project Downloaded from orbit.dtu.dk on: Nov, 1 An initial investigation of the GOCE error variance-covariance matrices in the context of the GOCE user toolbox project Bingham, Rory J.; Tscherning, Christian;

More information

International Centre for Global Earth Models (ICGEM)

International Centre for Global Earth Models (ICGEM) International Centre for Global Earth Models (ICGEM) 1 International Centre for Global Earth Models (ICGEM) http://icgem.gfz-potsdam.de/ Franz Barthelmes, Elmas Sinem Ince, Sven Reißland Overview The ICGEM

More information

PGM2016: A new geoid model for the. Philippines

PGM2016: A new geoid model for the. Philippines PGM2016: A new geoid model for the Philippines United Nations/Nepal Workshop on the Applications of Global Navigation Satellite Systems Kathmandu, Nepal December 12-16, 2016 Ronaldo Gatchalian, Chief Geodesy

More information

D DAVID PUBLISHING. Towards a New Geoid Model of Tanzania Using Precise Gravity Data. 1. Introduction. Selassie David Mayunga

D DAVID PUBLISHING. Towards a New Geoid Model of Tanzania Using Precise Gravity Data. 1. Introduction. Selassie David Mayunga Journal of Environmental Science and Engineering A 5 (2016) 267-276 doi:10.17265/2162-5298/2016.05.005 D DAVID PUBLISHING Towards a New Geoid Model of Tanzania Using Precise Gravity Data Selassie David

More information

GRACE Gravity Model GGM02

GRACE Gravity Model GGM02 GRACE Gravity Model GGM02 The GGM02S gravity model was estimated with 363 days (spanning April 2002 through December 2003) of GRACE K-band range-rate, attitude, and accelerometer data. No Kaula constraint,

More information

GEOID UNDULATIONS OF SUDAN USING ORTHOMETRIC HEIGHTS COMPARED WITH THE EGM96 ANG EGM2008

GEOID UNDULATIONS OF SUDAN USING ORTHOMETRIC HEIGHTS COMPARED WITH THE EGM96 ANG EGM2008 GEOID UNDULATIONS OF SUDAN USING ORTHOMETRIC HEIGHTS COMPARED Dr. Abdelrahim Elgizouli Mohamed Ahmed* WITH THE EGM96 ANG EGM2008 Abstract: Positioning by satellite system determine the normal height above

More information

TECH NOTE. New Mean Sea Surface for the CryoSat-2 L2 SAR Chain. Andy Ridout, CPOM, University College London

TECH NOTE. New Mean Sea Surface for the CryoSat-2 L2 SAR Chain. Andy Ridout, CPOM, University College London TECH NOTE Subject : From : To : New Mean Sea Surface for the CryoSat-2 L2 SAR Chain Andy Ridout, CPOM, University College London Tommaso Parrinello, CryoSat Mission Manager, ESRIN Date : 30 th June 2014

More information

ON THE ACCURACY OF CURRENT MEAN SEA SURFACE MODELS FOR THE USE WITH GOCE DATA

ON THE ACCURACY OF CURRENT MEAN SEA SURFACE MODELS FOR THE USE WITH GOCE DATA ON THE ACCURACY OF CURRENT MEAN SEA SURFACE MODELS FOR THE USE WITH GOCE DATA Ole B. Andersen 1, M-.H., Rio 2 (1) DTU Space, Juliane Maries Vej 30, Copenhagen, Denmark (2) CLS, Ramon St Agne, France ABSTRACT

More information

Geophysical Correction Application in Level 2 CryoSat Data Products

Geophysical Correction Application in Level 2 CryoSat Data Products ESRIN-EOP-GQ / IDEAS IDEAS-VEG-IPF-MEM-1288 Version 2.0 29 July 2014 Geophysical Correction Application in Level 2 CryoSat Data Products TABLE OF CONTENTS 1 INTRODUCTION... 3 1.1 Purpose and Scope... 3

More information

Height systems. Rudi Gens Alaska Satellite Facility

Height systems. Rudi Gens Alaska Satellite Facility Rudi Gens Alaska Satellite Facility Outline Why bother about height systems? Relevant terms Coordinate systems Reference surfaces Geopotential number 2 Why bother about height systems? give a meaning to

More information

The first high-precision gravimetric geoid of Hungary: HGG2013

The first high-precision gravimetric geoid of Hungary: HGG2013 Server on Geodesy, Seismology and Environmental Sciences Published Online 2013 (http://airy.ual.es/) The first high-precision gravimetric geoid of Hungary: HGG2013 Abstract V. Corchete Higher Polytechnic

More information

Height systems. Rüdiger Gens

Height systems. Rüdiger Gens Rüdiger Gens 2 Outline! Why bother about height systems?! Relevant terms! Coordinate systems! Reference surfaces! Geopotential number! Why bother about height systems?! give a meaning to a value defined

More information

The GOCE Geoid in Support to Sea Level Analysis

The GOCE Geoid in Support to Sea Level Analysis The GOCE Geoid in Support to Sea Level Analysis The geoid is a very useful quantity for oceanographers Thomas Gruber Astronomical & Physical Geodesy (IAPG) Technische Universität München 1. Characteristics

More information

Arctic Ocean Mean Sea Surface, Geoid and Gravity from Surface Data, Icesat and GRACE a reference for Cryosat sea-ice mapping

Arctic Ocean Mean Sea Surface, Geoid and Gravity from Surface Data, Icesat and GRACE a reference for Cryosat sea-ice mapping Arctic Ocean Mean Sea Surface, Geoid and Gravity from Surface Data, Icesat and GRACE a reference for Cryosat sea-ice mapping R. Forsberg and H. Skourup, Geodynamics Dept., DNSC rf@spacecenter.dk Arctic

More information

A global high resolution mean sea surface from multi mission satellite altimetry

A global high resolution mean sea surface from multi mission satellite altimetry BOLLETTINO DI GEOFISICA TEORICA ED APPLICATA VOL. 40, N. 3-4, pp. 439-443; SEP.-DEC. 1999 A global high resolution mean sea surface from multi mission satellite altimetry P. KNUDSEN and O. ANDERSEN Kort

More information

Presented at the FIG Congress 2018, May 6-11, 2018 in Istanbul, Turkey

Presented at the FIG Congress 2018, May 6-11, 2018 in Istanbul, Turkey Presented at the FIG Congress 2018, May 6-11, 2018 in Istanbul, Turkey A Geoid model of northern Chile from airborne and surface gravity Geographic Description of Chile. Total Surface: 2,006,096 Km 2.

More information

GOCINO GOCINO. Final Activity Report. GOCE in Ocean Modelling. Specific Support Action. Contract N o SSA5-CT

GOCINO GOCINO. Final Activity Report. GOCE in Ocean Modelling. Specific Support Action. Contract N o SSA5-CT GOCINO Contract N o SSA5-CT-2006-030756 GOCINO GOCE in Ocean Modelling Specific Support Action Final Activity Report Start date of project: 1 June 2007 Date of preparation: 14 March 2010 Project coordinator

More information

Mobile Mapping Tips and Tricks

Mobile Mapping Tips and Tricks Mobile Mapping Tips and Tricks Projections, Datums and Geoids, May 2017 Introduction This guide is designed to provide a basic understanding of coordinate system projections, datums and geoids. The guide

More information

RECENT DYNAMIC OCEAN TOPOGRAPHY MODELS AND THEIR COMPARISON

RECENT DYNAMIC OCEAN TOPOGRAPHY MODELS AND THEIR COMPARISON INFRASTRUKTURA I EKOLOGIA TERENÓW WIEJSKICH INFRASTRUCTURE AND ECOLOGY OF RURAL AREAS Recent dynamic ocean Nr 11/2010, POLSKA AKADEMIA NAUK, Oddział w Krakowie, s. 151 158 Komisja Technicznej Infrastruktury

More information

Geoid and MDT of the Arctic Ocean

Geoid and MDT of the Arctic Ocean Geoid and MDT of the Arctic Ocean Rene Forsberg, Henriette Skourup Geodynamics Dept National Space Institute Techical University of Denmark rf@space.dtu.dk Outline: Determination of MDT from remote sensing

More information

Final VRF grids Date: Aug 25, 2011 Author: R. Forsberg, G. Strykowski, O. Andersen

Final VRF grids Date: Aug 25, 2011 Author: R. Forsberg, G. Strykowski, O. Andersen Final VRF grids Date: Aug 25, 2011 Author: R. Forsberg, G. Strykowski, O. Andersen www.blast-project.eu 1 Authors Name Organisation Rene Forsberg National Space Institute, DTU G. Strykowski National Space

More information

Geoid Determination Based on a Combination of Terrestrial and Airborne Gravity Data in South Korea

Geoid Determination Based on a Combination of Terrestrial and Airborne Gravity Data in South Korea Geoid Determination Based on a Combination of Terrestrial and Airborne Gravity Data in South Korea by Hyo Jin Yang Report No. 507 Geodetic Science The Ohio State University Columbus, Ohio 43210 December

More information

Detailed Geoid Model for Africa Final Report

Detailed Geoid Model for Africa Final Report Detailed Geoid Model for Africa Final Report Hussein A. Abd-Elmotaal Minia University, Faculty of Engineering Civil Engineering Department Egypt abdelmotaal@lycos.com 1. Over View This report summaries

More information

New global Mean Dynamic Topography from a GOCE geoid model, altimeter measurements and oceanographic in-situ data

New global Mean Dynamic Topography from a GOCE geoid model, altimeter measurements and oceanographic in-situ data New global Mean Dynamic Topography from a GOCE geoid model, altimeter measurements and oceanographic in-situ data MH Rio, S. Mulet -1 - INTRODUCTION The Mean Dynamic Topography (MDT) is a key reference

More information

HIMALAYAN AIRBORNE GRAVITY AND GEOID OF NEPAL

HIMALAYAN AIRBORNE GRAVITY AND GEOID OF NEPAL Mt. Everest HIMALAYAN AIRBORNE GRAVITY AND GEOID OF NEPAL -Niraj Manandhar Head, Geodetic Survey Branch Survey Department, Geodetic Survey Branch Project Background Air Borne Gravity Survey Project was

More information

The File Geodatabase API. Craig Gillgrass Lance Shipman

The File Geodatabase API. Craig Gillgrass Lance Shipman The File Geodatabase API Craig Gillgrass Lance Shipman Schedule Cell phones and pagers Please complete the session survey we take your feedback very seriously! Overview File Geodatabase API - Introduction

More information

Globally covering a-priori regional gravity covariance models

Globally covering a-priori regional gravity covariance models Globally covering a-priori regional gravity covariance models D. Arabelos, C. C. Tscherning To cite this version: D. Arabelos, C. C. Tscherning. Globally covering a-priori regional gravity covariance models.

More information

Determination of Marine Gravity Anomalies in the Truong Sa Archipelago s Sea Territory Using Satellite Altimeter Data

Determination of Marine Gravity Anomalies in the Truong Sa Archipelago s Sea Territory Using Satellite Altimeter Data This is a Peer Reviewed Paper Determination of Marine Gravity Anomalies in the Truong Sa Archipelago s Sea Territory Using Satellite Altimeter Data NGUYEN Van Sang, VU Van Tri, PHAM Van Tuyen, Vietnam

More information

ESTIMATING THE NORTH ATLANTIC MEAN DYNAMIC TOPOGRAPHY AND GEOSTROPHIC CURRENTS WITH GOCE

ESTIMATING THE NORTH ATLANTIC MEAN DYNAMIC TOPOGRAPHY AND GEOSTROPHIC CURRENTS WITH GOCE ESTIMATING THE NORTH ATLANTIC MEAN DYNAMIC TOPOGRAPHY AND GEOSTROPHIC CURRENTS WITH GOCE Rory J. Bingham 1, Per Knudsen 2, and Ole Andersen 2 1 Newcastle University, United Kingdom 2 Danish National Space

More information

Geographic Information Systems class # 1 February 19, Coordinate reference systems in GIS: geodetic coordinates

Geographic Information Systems class # 1 February 19, Coordinate reference systems in GIS: geodetic coordinates Geographic Information Systems class # 1 February 19, 2013 Coordinate reference systems in GIS: geodetic coordinates Manuel Campagnolo ISA Manuel Campagnolo (ISA) GIS/SIG 2012 2013 February 19, 2013 1

More information

an accessible interface to marine environmental data Russell Moffitt

an accessible interface to marine environmental data Russell Moffitt an accessible interface to marine environmental data Russell Moffitt The Atlas Project GOAL: To provide a single point of access to oceanographic and environmental data for use by marine resource researchers,

More information

International Gravity Field Service (IGFS)

International Gravity Field Service (IGFS) IAG-Services: International Gravity Field Service (IGFS) 477 International Gravity Field Service (IGFS) http://www.gravityfield.org Chairman: Renè Forsberg (Denmark, 2011-2013) - Riccardo Barzaghi (Italy,

More information

WRF Modeling System Overview

WRF Modeling System Overview WRF Modeling System Overview Jimy Dudhia What is WRF? WRF: Weather Research and Forecasting Model Used for both research and operational forecasting It is a supported community model, i.e. a free and shared

More information

Martin Losch 1 Alfred-Wegener-Institut für Polar- und Meeresforschung Postfach Bremerhaven, Germany

Martin Losch 1 Alfred-Wegener-Institut für Polar- und Meeresforschung Postfach Bremerhaven, Germany How to Compute Geoid Undulations (Geoid Height Relative to a Given Reference Ellipsoid) from Spherical Harmonic Coefficients for Satellite Altimetry Applications Martin Losch 1 Alfred-Wegener-Institut

More information

New Diva capabilities for climatologies

New Diva capabilities for climatologies A. Barth, C. Troupin, S. Watelet & J.-M. Beckers GHER-University of Liège (ULiège) New Diva capabilities for climatologies SeaDataCloud Product Meeting Diva: from in situ data to gridded fields https://github.com/gher-ulg/diva

More information

Height system unification in Europe

Height system unification in Europe Height system unification in Europe Axel Rülke, Gunter Liebsch, Martina Sacher, Uwe Schäfer, Uwe Schirmer, Johannes Ihde Federal Agency for Cartography and Geodesy International Symposium on Gravity, Geoid

More information

Numerical Investigation on Spherical Harmonic Synthesis and Analysis

Numerical Investigation on Spherical Harmonic Synthesis and Analysis Numerical Investigation on Spherical Harmonic Synthesis and Analysis Johnny Bärlund Master of Science Thesis in Geodesy No. 3137 TRITA-GIT EX 15-006 School of Architecture and the Built Environment Royal

More information

Climpact2 and PRECIS

Climpact2 and PRECIS Climpact2 and PRECIS WMO Workshop on Enhancing Climate Indices for Sector-specific Applications in the South Asia region Indian Institute of Tropical Meteorology Pune, India, 3-7 October 2016 David Hein-Griggs

More information

1 The satellite altimeter measurement

1 The satellite altimeter measurement 1 The satellite altimeter measurement In the ideal case, a satellite altimeter measurement is equal to the instantaneous distance between the satellite s geocenter and the ocean surface. However, an altimeter

More information

GEOIDS FAQ. November

GEOIDS FAQ. November GEOIDS FAQ 1. What is a geoid? A geoid is a representation of the equipotential surface of the Earth s gravity field. It can be thought of as a surface coinciding with the undisturbed mean sea level extended

More information

ECE521 W17 Tutorial 1. Renjie Liao & Min Bai

ECE521 W17 Tutorial 1. Renjie Liao & Min Bai ECE521 W17 Tutorial 1 Renjie Liao & Min Bai Schedule Linear Algebra Review Matrices, vectors Basic operations Introduction to TensorFlow NumPy Computational Graphs Basic Examples Linear Algebra Review

More information

WRF Modeling System Overview

WRF Modeling System Overview WRF Modeling System Overview Wei Wang & Jimy Dudhia Nansha, Guangdong, China December 2015 What is WRF? WRF: Weather Research and Forecasting Model Used for both research and operational forecasting It

More information

Status of the European Gravimetric Quasigeoid

Status of the European Gravimetric Quasigeoid Status of the European Gravimetric Quasigeoid C. Voigt, H. Denker {voigt,denker}@ife.uni-hannover.de 1 Introduction 2 The European Gravity and Geoid Project (EGGP) 3 Data Sets 4 Quasigeoid Computation

More information

MULTI PURPOSE MISSION ANALYSIS DEVELOPMENT FRAMEWORK MUPUMA

MULTI PURPOSE MISSION ANALYSIS DEVELOPMENT FRAMEWORK MUPUMA MULTI PURPOSE MISSION ANALYSIS DEVELOPMENT FRAMEWORK MUPUMA Felipe Jiménez (1), Francisco Javier Atapuerca (2), José María de Juana (3) (1) GMV AD., Isaac Newton 11, 28760 Tres Cantos, Spain, e-mail: fjimenez@gmv.com

More information

Established Global bathymetry yproducts. Undersea feature names. Capacity building

Established Global bathymetry yproducts. Undersea feature names. Capacity building IHO IOC Established 1903 Global bathymetry yproducts Undersea feature names Capacity building A GEBCO data GEBCO s d t sets t and d products d t Global bathymetric grids Global set of bathymetric contours

More information

Multiscale Modeling of Ocean Circulation

Multiscale Modeling of Ocean Circulation Multiscale Modeling of Ocean Circulation Willi Freeden (1), Dominik Michel (1 ), and Volker Michel (1) (1) Geomathematics Group, University of Kaiserslautern, P.O.Box 3049, 67653 Kaiserslautern, Germany

More information

Evaluation of the Earth Gravity Model EGM2008 in Algeria

Evaluation of the Earth Gravity Model EGM2008 in Algeria Evaluation of the Earth Gravity Model EGM2008 in Algeria BENAHMED DAHO S. A. National Centre of Space Techniques, Geodetic Laboratory - BP 13 Arzew - 31200 - Algeria. E-mail: d_benahmed@hotmaii.com /Fax:

More information

Modern Navigation. Thomas Herring

Modern Navigation. Thomas Herring 12.215 Modern Navigation Thomas Herring Today s Class Latitude and Longitude Simple spherical definitions Geodetic definition: For an ellipsoid Astronomical definition: Based on direction of gravity Relationships

More information

S3-A Land and Sea Ice Cyclic Performance Report. Cycle No Start date: 21/04/2017. End date: 18/05/2017

S3-A Land and Sea Ice Cyclic Performance Report. Cycle No Start date: 21/04/2017. End date: 18/05/2017 PREPARATION AND OPERATIONS OF THE MISSION PERFORMANCE CENTRE (MPC) FOR THE COPERNICUS SENTINEL-3 MISSION Cycle No. 017 Start date: 21/04/2017 End date: 18/05/2017 Ref. S3MPC.UCL.PR.08-017 Contract: 4000111836/14/I-LG

More information

Tutorial. Getting started. Sample to Insight. March 31, 2016

Tutorial. Getting started. Sample to Insight. March 31, 2016 Getting started March 31, 2016 Sample to Insight CLC bio, a QIAGEN Company Silkeborgvej 2 Prismet 8000 Aarhus C Denmark Telephone: +45 70 22 32 44 www.clcbio.com support-clcbio@qiagen.com Getting started

More information

Active microwave systems (2) Satellite Altimetry * the movie * applications

Active microwave systems (2) Satellite Altimetry * the movie * applications Remote Sensing: John Wilkin wilkin@marine.rutgers.edu IMCS Building Room 211C 732-932-6555 ext 251 Active microwave systems (2) Satellite Altimetry * the movie * applications Altimeters (nadir pointing

More information

Tailored High-Degree Geopotential Model for Egypt

Tailored High-Degree Geopotential Model for Egypt Tailored High-Degree Geopotential Model for Egypt Hussein A. Abd-Elmotaal and Mostafa Abd-Elbaky Civil Engineering Department, Faculty of Engineering, Minia University, Minia 61111, Egypt abdelmotaal@lycos.com

More information

Assimilation of satellite altimetry referenced to the new GRACE geoid estimate

Assimilation of satellite altimetry referenced to the new GRACE geoid estimate GEOPHYSICAL RESEARCH LETTERS, VOL. 32, L06601, doi:10.1029/2004gl021329, 2005 Assimilation of satellite altimetry referenced to the new GRACE geoid estimate F. Birol, 1 J. M. Brankart, 1 J. M. Lemoine,

More information

Gravimetry data validation in Algeria

Gravimetry data validation in Algeria BOLLETTINO DI GEOFISICA TEORICA ED APPLICATA VOL. 40, N. 3-4, pp. 205-210; SEP.-DEC. 1999 Gravimetry data validation in Algeria S.A. BENAHMED DAHO and S. KAHLOUCHE National Centre of Spatial Techniques,

More information

Shape of the Earth. Data Output by the Receiver

Shape of the Earth. Data Output by the Receiver It is quite common for confusion to arise about the process used during a hydrographic survey when GPS-derived water surface elevation is incorporated into the data as an RTK Tide correction. This article

More information

Hui-Ya Chuang. Presented by Matthew Pyle

Hui-Ya Chuang. Presented by Matthew Pyle Hui-Ya Chuang (Hui-Ya.Chuang@noaa.gov) Presented by Matthew Pyle (Matthew.Pyle@noaa.gov) Overview Components and Functions Sample fields generated Installation Running unipost Controlling output generation

More information

NEW GLOBAL MEAN DYNAMIC TOPOGRAPHY FROM A GOCE GEOID MODEL, ALTIMETER MEASUREMENTS AND OCEANOGRAPHIC IN-SITU DATA

NEW GLOBAL MEAN DYNAMIC TOPOGRAPHY FROM A GOCE GEOID MODEL, ALTIMETER MEASUREMENTS AND OCEANOGRAPHIC IN-SITU DATA NEW GLOBAL MEAN DYNAMIC TOPOGRAPHY FROM A GOCE GEOID MODEL, ALTIMETER MEASUREMENTS AND OCEANOGRAPHIC IN-SITU DATA Rio M-H (1), Mulet, S. (1), Picot, N. (2) (1) CLS,8-10 rue Hermès 31520 Ramonville Saint-Agne,

More information

Using the EartH2Observe data portal to analyse drought indicators. Lesson 4: Using Python Notebook to access and process data

Using the EartH2Observe data portal to analyse drought indicators. Lesson 4: Using Python Notebook to access and process data Using the EartH2Observe data portal to analyse drought indicators Lesson 4: Using Python Notebook to access and process data Preface In this fourth lesson you will again work with the Water Cycle Integrator

More information

Proposal to Include a Grid Referencing System in S-100

Proposal to Include a Grid Referencing System in S-100 1 st IHO-HSSC Meeting The Regent Hotel, Singapore, 22-24 October 2009 Paper for consideration by HSSC Proposal to Include a Grid Referencing System in S-100 Submitted by: Executive Summary: Related Documents:

More information

PRODUCT USER MANUAL For the GLOBAL Ocean Sea Physical Analysis and Forecasting Products GLOBAL_ANALYSIS_FORECAST_PHY_001_024

PRODUCT USER MANUAL For the GLOBAL Ocean Sea Physical Analysis and Forecasting Products GLOBAL_ANALYSIS_FORECAST_PHY_001_024 PRODUCT USER MANUAL For the GLOBAL Ocean Sea Physical Analysis and s Issue: 1.2 Contributors: L.Nouel CMEMS version scope : Version 3.2 Approval Date : EU Copernicus Marine Service Public Page 1/ 15 CHANGE

More information

SPOT DEM Product Description

SPOT DEM Product Description SPOT DEM Product Description Version 1.1 - May 1 st, 2004 This edition supersedes previous versions Acronyms DIMAP DTED DXF HRS JPEG, JPG DEM SRTM SVG Tiff - GeoTiff XML Digital Image MAP encapsulation

More information

Quasigeoid of the Federal Republic of Germany GCG2016

Quasigeoid of the Federal Republic of Germany GCG2016 The height reference surface of the Working Committee of the Surveying Authorities of the States of the Federal Republic of Germany (German Combined QuasiGeoid 2016) Status of documentation: 18.09.2017

More information

The National Spatial Reference System of the Future

The National Spatial Reference System of the Future The National Spatial Reference System of the Future William Stone Southwest Region (AZ, NM, NV, UT) Geodetic Advisor william.stone@noaa.gov NOAA s National Geodetic Survey geodesy.noaa.gov Salt Lake City

More information

An Oceanographer s Guide to GOCE and the Geoid

An Oceanographer s Guide to GOCE and the Geoid Ocean Sci., 4, 15 29, 2008 Author(s) 2008. This work is licensed under a Creative Commons License. Ocean Science An Oceanographer s Guide to GOCE and the Geoid C. W. Hughes and R. J. Bingham Proudman Oceanographic

More information

NSIDC Metrics Report. Lisa Booker February 9, 2012

NSIDC Metrics Report. Lisa Booker February 9, 2012 NSIDC Metrics Report Lisa Booker February 9, 2012 ACSI Scores 2011 ACSI survey summary Sent to 5458 users; increased number of users contacted NSIDC response rate was 10%, up 1% from last year. NSIDC Customer

More information

The CNES CLS 2015 Global Mean Sea surface

The CNES CLS 2015 Global Mean Sea surface P. Schaeffer, I. Pujol, Y. Faugere(CLS), A. Guillot, N. Picot (CNES). The CNES CLS 2015 Global Mean Sea surface OST-ST, La Rochelle, October 2016. Plan 1. Data & Processing 2. Focus on the oceanic variability

More information

WRF Modeling System Overview

WRF Modeling System Overview WRF Modeling System Overview Jimy Dudhia What is WRF? WRF: Weather Research and Forecasting Model Used for both research and operational forecasting It is a supported community model, i.e. a free and shared

More information

CryoSat Monthly Quality Report #93

CryoSat Monthly Quality Report #93 9th May 2018-7th June 2018 Author(s): CryoSat Quality Control Team (Telespazio UK) IDEAS+-VEG-OQC-REP-2987 17 July 2018 AMENDMENT RECORD SHEET The Amendment Record Sheet below records the history and issue

More information

Fusion of Geodesy and GIS at NOAA s National Geodetic Survey

Fusion of Geodesy and GIS at NOAA s National Geodetic Survey Fusion of Geodesy and GIS at NOAA s National Geodetic Survey Esri Survey Summit July 6-9, 2013 San Diego, CA Michael Dennis, RLS, PE michael.dennis@noaa.gov The Plan Background NGS Data Explorer New Datasheet

More information

ESTIMATION OF A GLOBAL MEAN DYNAMIC TOPOGRAPHY COMBINING ALTIMETRY, IN SITU DATA AND A GEOID MODEL: IMPACT OF GRACE AND GOCE DATA

ESTIMATION OF A GLOBAL MEAN DYNAMIC TOPOGRAPHY COMBINING ALTIMETRY, IN SITU DATA AND A GEOID MODEL: IMPACT OF GRACE AND GOCE DATA ESTIMATION OF A GLOBAL MEAN DYNAMIC TOPOGRAPHY COMBINING ALTIMETRY, IN SITU DATA AND A GEOID MODEL: IMPACT OF GRACE AND GOCE DATA M.-H. Rio (1), F. Hernandez (2), J.-M. Lemoine (3) (1) Istituto di Scienze

More information

Celestia Development Status

Celestia Development Status Celestia Development Status Chris Laurel claurel@gmail.com 3 rd ESA Workshop on Astrodynamics Tools and Techniques 2-5 October 2006 ESTEC, Noordwijk, The Netherlands Contents Introducing Celestia Development

More information

MeteoSwiss Spatial Climate Analyses: Documentation of Datasets for Users

MeteoSwiss Spatial Climate Analyses: Documentation of Datasets for Users Federal Department of Home Affairs FDHA Federal Office of Meteorology and Climatology MeteoSwiss MeteoSwiss Spatial Climate Analyses: Documentation of Datasets for Users Figure 1: Distribution of the 48-hour

More information

GEOID UNDULATION DIFFERENCES BETWEEN GEOPOTENTIAL. RICHARD H. RAPP and YAN MING WANG

GEOID UNDULATION DIFFERENCES BETWEEN GEOPOTENTIAL. RICHARD H. RAPP and YAN MING WANG GEOID UNDULATION DIFFERENCES BETWEEN GEOPOTENTIAL MODELS RICHARD H. RAPP and YAN MING WANG Department of Geodetic Science and Surveying, The Ohio State University, Columbus, Ohio, U.S.A. (Received 15 September,

More information

Global vertical datum unification based on the combination of the fixed gravimetric and the scalar free geodetic boundary value problems

Global vertical datum unification based on the combination of the fixed gravimetric and the scalar free geodetic boundary value problems Global vertical datum unification based on the combination of the fixed gravimetric and the scalar free geodetic boundary value problems Laura Sánchez contribution to the IAG-IC.: Vertical Reference Frames

More information

Earth system. space. planets. atmosphere. ice sheets. ocean. biosphere, technosphere. solid Earth. gravitation on. orbit, spin, tides

Earth system. space. planets. atmosphere. ice sheets. ocean. biosphere, technosphere. solid Earth. gravitation on. orbit, spin, tides third lecture Three Lectures: One ESA explorer mission GOCE: earth gravity from space Two Signal Processing on a sphere Three Gravity and earth sciences Earth system space sun moon planets gravitation

More information

Transactions on Information and Communications Technologies vol 18, 1998 WIT Press, ISSN

Transactions on Information and Communications Technologies vol 18, 1998 WIT Press,   ISSN STREAM, spatial tools for river basins, environment and analysis of management options Menno Schepel Resource Analysis, Zuiderstraat 110, 2611 SJDelft, the Netherlands; e-mail: menno.schepel@resource.nl

More information

A Preliminary Gravitational Model to Degree 2160

A Preliminary Gravitational Model to Degree 2160 A Preliminary Gravitational Model to Degree 2160 N.K. Pavlis, S.A. Holmes Raytheon ITSS Corporation, 1616 McCormick Drive, Upper Marlboro, Maryland 20774, USA Nikolaos_Pavlis@raytheon.com Fax: +301-883-4140

More information

METHOD OF WCS CLIENT BASED ON PYRAMID MODEL

METHOD OF WCS CLIENT BASED ON PYRAMID MODEL METHOD OF WCS CLIENT BASED ON PYRAMID MODEL Shen Shengyu, Wu Huayi* State Key Laboratory of Information Engineering in Surveying, Mapping and Remote Sensing, Wuhan University, 430079 Wuhan, China - shshy.whu@gmail.com,

More information

COMBINING ALTIMETRY AND HYDROGRAPHY FOR GEODESY

COMBINING ALTIMETRY AND HYDROGRAPHY FOR GEODESY COMBINING ALTIMETRY AND HYDROGRAPHY FOR GEODESY Helen M. Snaith, Peter G. Challenor and S Steven G. Alderson James Rennell Division for Ocean Circulation and Climate, Southampton Oceanography Centre, European

More information

Gis-Based Accuracy Assessment of Global Geopotential Models: A Case Study of Egypt

Gis-Based Accuracy Assessment of Global Geopotential Models: A Case Study of Egypt American Journal of Geographic Information System 2018, 7(4): 118-124 DOI: 10.5923/j.ajgis.20180704.03 Gis-Based Accuracy Assessment of Global Geopotential Models: A Case Study of Egypt Ahmed El Shouny

More information

Using the File Geodatabase API. Lance Shipman David Sousa

Using the File Geodatabase API. Lance Shipman David Sousa Using the File Geodatabase API Lance Shipman David Sousa Overview File Geodatabase API - Introduction - Supported Tasks - API Overview - What s not supported - Updates - Demo File Geodatabase API Provide

More information

Gridded Ambient Air Pollutant Concentrations for Southern California, User Notes authored by Beau MacDonald, 11/28/2017

Gridded Ambient Air Pollutant Concentrations for Southern California, User Notes authored by Beau MacDonald, 11/28/2017 Gridded Ambient Air Pollutant Concentrations for Southern California, 1995-2014 User Notes authored by Beau, 11/28/2017 METADATA: Each raster file contains data for one pollutant (NO2, O3, PM2.5, and PM10)

More information

IGFS Structure Director : Rene Forsberg

IGFS Structure Director : Rene Forsberg IGFS Structure Director : Rene Forsberg International Gravimetric Bureau (BGI) Director S. Bonvalot International Geoid Service (IGeS) Director R. Barzaghi International Center for Global Earth Models

More information

GOCE DATA PRODUCT VERIFICATION IN THE MEDITERRANEAN SEA

GOCE DATA PRODUCT VERIFICATION IN THE MEDITERRANEAN SEA GOCE DATA PRODUCT VERIFICATION IN THE MEDITERRANEAN SEA Juan Jose Martinez Benjamin 1, Yuchan Yi 2, Chungyen Kuo 2, Alexander Braun 3, 2, Yiqun Chen 2, Shin-Chan Han 2, C.K. Shum 2, 3 1 Universitat Politecnica

More information

USING LIDAR MEASUREMENTS FOR IMPROVING OR UP-DATING A DEM

USING LIDAR MEASUREMENTS FOR IMPROVING OR UP-DATING A DEM JAES_1(14)_3_2011 VAIS M. et. all, pp.123-128 SECTION Geodesic Engineering USING LIDAR MEASUREMENTS FOR IMPROVING OR UP-DATING A DEM VAIS Manuel*, IOSIF Gheorghe, Bucharest University, *e-mail: manuel.vais@sipg.ro

More information

Evaluation of GPS in Orthometric Heights Determination in Khartoum State (Sudan)

Evaluation of GPS in Orthometric Heights Determination in Khartoum State (Sudan) Evaluation of GPS in Orthometric Heights Determination in Khartoum State (Sudan) Dr. Nagi Zomrawi Mohammed 1, Dr. Abd Elrahim Elgizouli Mohammed 2 and Engineer Osman Bakry 3 1 Sudan University of Science

More information

for XPS surface analysis

for XPS surface analysis Thermo Scientific Avantage XPS Software Powerful instrument operation and data processing for XPS surface analysis Avantage Software Atomic Concentration (%) 100 The premier software for surface analysis

More information

M o n i t o r i n g O c e a n C o l o u r P y t h o n p r o c e d u r e f o r d o w n l o a d

M o n i t o r i n g O c e a n C o l o u r P y t h o n p r o c e d u r e f o r d o w n l o a d M o n i t o r i n g O c e a n C o l o u r P y t h o n p r o c e d u r e f o r d o w n l o a d Copernicus User Uptake Information Sessions Copernicus EU Copernicus EU Copernicus EU www.copernicus.eu I N

More information

Outline. Shape of the Earth. Geographic Coordinates (φ, λ, z) Ellipsoid or Spheroid Rotate an ellipse around an axis. Ellipse.

Outline. Shape of the Earth. Geographic Coordinates (φ, λ, z) Ellipsoid or Spheroid Rotate an ellipse around an axis. Ellipse. Map Projections Outline Geodesy and map projections Prof. D. Nagesh Kumar Department of Civil Engineering Indian Institute of Science Bangalore 560 012, India http://www.civil.iisc.ernet.in/~nagesh Shape

More information

Calculation of Earth s Dynamic Ellipticity from GOCE Orbit Simulation Data

Calculation of Earth s Dynamic Ellipticity from GOCE Orbit Simulation Data Available online at www.sciencedirect.com Procedia Environmental Sciences 1 (1 ) 78 713 11 International Conference on Environmental Science and Engineering (ICESE 11) Calculation of Earth s Dynamic Ellipticity

More information

Evaluating Physical, Chemical, and Biological Impacts from the Savannah Harbor Expansion Project Cooperative Agreement Number W912HZ

Evaluating Physical, Chemical, and Biological Impacts from the Savannah Harbor Expansion Project Cooperative Agreement Number W912HZ Evaluating Physical, Chemical, and Biological Impacts from the Savannah Harbor Expansion Project Cooperative Agreement Number W912HZ-13-2-0013 Annual Report FY 2018 Submitted by Sergio Bernardes and Marguerite

More information

IMPROVING GEOID DETERMINATION OVER MOROCCO AREA USING GOCE LEVEL 2 DATA

IMPROVING GEOID DETERMINATION OVER MOROCCO AREA USING GOCE LEVEL 2 DATA IMPROVING GEOID DETERMINATION OVER MOROCCO AREA USING GOCE LEVEL 2 DATA EL Hassan EL BRIRCHI (1), Driss EL AZZAB (2) (1) Hassania School of Public Works, km 7, Route d El Jadida B.P 8108 Oasis Casablanca

More information

1/28/16. EGM101 Skills Toolbox. Oblate spheroid. The shape of the earth Co-ordinate systems Map projections. Geoid

1/28/16. EGM101 Skills Toolbox. Oblate spheroid. The shape of the earth Co-ordinate systems Map projections. Geoid EGM101 Skills Toolbox Oblate spheroid The shape of the earth Co-ordinate systems Map projections The geoid is the shape that the surface of the oceans would take under the influence of Earth's gravitation

More information

ALES dataset in OpenADB

ALES dataset in OpenADB ALES dataset in OpenADB Marcello Passaro, Ana Nuñez, Christian Schwatke, Gaia Piccioni, Denise Dettmering Deutsches Geodätisches Forschungsinstitut, Technische Universität München (DGFI-TUM), Germany 25

More information

GOCE based Gravity Field Models Signal and Error Assessment

GOCE based Gravity Field Models Signal and Error Assessment GOCE based Gravity Field Models Signal and Error Assessment Th. Gruber, M. Willberg Institute of Astronomical & Physical Geodesy (IAPG) Technical University Munich GOCE Reprocessing Status Expected Results

More information

Near Real-Time Alongtrack Altimeter Sea Level Anomalies: Options. Corinne James and Ted Strub Oregon State University. Motivation

Near Real-Time Alongtrack Altimeter Sea Level Anomalies: Options. Corinne James and Ted Strub Oregon State University. Motivation Near Real-Time Alongtrack Altimeter Sea Level Anomalies: Options Corinne James and Ted Strub Oregon State University Motivation Modelers want easy access to alongtrack SSHA, SLA or ADT, with enough explanations

More information

Hydrological Mass Variations due to Extreme Weather Conditions in Central Europe from Regional GRACE 4D Expansions

Hydrological Mass Variations due to Extreme Weather Conditions in Central Europe from Regional GRACE 4D Expansions Hydrological Mass Variations due to Extreme Weather Conditions in Central Europe from Regional GRACE 4D Expansions Florian Seitz 1, Michael Schmidt 2, C.K. Shum 3, Yiqun Chen 3 1 Earth Oriented Space Science

More information

DATA 301 Introduction to Data Analytics Geographic Information Systems

DATA 301 Introduction to Data Analytics Geographic Information Systems DATA 301 Introduction to Data Analytics Geographic Information Systems Dr. Ramon Lawrence University of British Columbia Okanagan ramon.lawrence@ubc.ca DATA 301: Data Analytics (2) Why learn Geographic

More information