GPS positioning using map-matching algorithms, drive restriction information and road network connectivity

Size: px
Start display at page:

Download "GPS positioning using map-matching algorithms, drive restriction information and road network connectivity"

Transcription

1 Extended abstract Submission for GISRUK 2001 GPS positioning using map-matching algorithms, drive restriction information and road network connectivity George Taylor 1, Jamie Uff 2 and Adil Al-Hamadani 2 1 School of Computing, University of Glamorgan, Pontypridd, Wales, CF37 1DL 2 Department of Geomatics, University of Newcastle, Newcastle upon Tyne, NE1 7RU Introduction A novel method of map matching using the Global Positioning System (GPS) has been developed which uses digital mapping and height data to augment point position computation (Taylor, 1999). Map matching algorithms attempt to locate a given vehicle position on a map. In a moving vehicle, this position may be assumed to be constrained to the road network (Bernstein et al., 1998). This novel method reduces the error in position provided by a low cost GPS receiver. This error is a sum from several sources, including signal delay due to the ionosphere and atmosphere, signal multipath and until recently selective availability (S/A). S/A was imposed by the U.S. military to purposefully degrade the accuracy of GPS, but was switched off on the 2nd of May 2000, and is to be replaced with regional denial capabilities in lieu of global degradation (Interagency GPS Executive Board, 2000). Since S/A error has been removed a low cost stand-alone GPS receiver will always provide a position within approximately 20m of the true position. However, the position error is often much lower than this. Taylor et al. (1999) describe this new map-matching algorithm, called the Road Reduction Filter (RRF) in detail. RRF is a method of detecting the correct road on which a vehicle is traveling along. The RRF achieves this by comparing road centre-lines and trajectories described by GPS point positions. Furthermore, the RRF includes a position error vector estimate using a formal least squares procedure, which may be calculated as the vehicle is moving (Taylor et al. 2000). This estimate can be thought of as a position correction from a virtual differential GPS (DGPS) base station, thus providing an autonomous alternative to DGPS for in-car navigation and fleet management. A quality metric called MDOP used in the RRF to place confidence bounds on rigorous decision making for the rejection of road centre-lines is described in Taylor et al. (2001). The RRF is implemented as an ArcView GIS application and is supported by a Dynamic Link Library (DLL) written in C++ using Borland Builder. ArcView is used to display all digital mapping and GPS point positions. It is extensively customized using ArcView s OO programming language Avenue. Customization consists of new user interface tools and ArcView functions that facilitate the interrogation of road center-line and DTM data, and linkage with the external DLL. A DLL written in C++ is required for computational efficiency. The DLL receives data from ArcView, reads GPS data in the form of RINEX files and performs almost all the required processing, including the computation of the GPS point position least squares estimate using satellite pseudoranges. Data and results are passed between the DLL and ArcView using external function calls. This paper describes further developments of the RRF map-matching algorithm. The algorithm is improved by the addition of a road network tracing routine and the use of intelligent road network data, which contains drive restriction information. A comparison between the existing RRF vehicle tracking algorithm performance and the algorithms performance enhanced with the new routines are reported. More detailed analysis and outputs of these comparisons will appear in the final paper as will the results of further tests and appropriate outputs. 1

2 RRF Map matching enhancement The improvement in map matching is achieved by the addition of two subroutines to the existing algorithm. A route network analysis routine, provided with ArcView s Network Analyst Extension, was incorporated into the existing software. This analysis software calculated the distance through the road network from a vehicle s previous position to each potential present position offered by the map-matching algorithm. Potential positions requiring an impossible network travel distance are instantly rejected using the newly incorporated network analysis software. This improved the reliability of the route tracking system at locations such as roundabouts or dual carriageways, and immediately after the loss of GPS point positions. A second routine was developed so that the RRF could interrogate Ordnance Survey (OS) OSCAR Traffic Manager with Drive Restriction Information (DRI), DRI is provided by ETAK on licensed to the OS. This routine will allow the algorithm to make decisions on road selection using road direction and access information. For example, on a dual carriageway each carriageway is coded as a separate one-way road. A roundabout is also coded as a one-way road, as of course is a conventional one-way road. A simple comparison between a vehicle s direction of travel (its bearing) and the bearing of permitted travel along a road segment is used for this test. M a p o f T e s t A r e a W i t h R o u t e s M a r k e d 2 Road Centre line Route 1 Route 2 1 N W E M i l e s S Figure 1: Map of the test area of Newcastle showing the two routes that were used. 2

3 Unfortunately, due to the high commercial value of the ETAK data, and the limited resources available, only OSCAR Traffic Manager without DRI was available for the project, kindly supplied by the OS. The data structure used with OSCAR for DRI records was obtained from the OS web pages (OS, 2000) and replicated. The required DRI was collected manually for all roads in the region of the two routes and used to populate the replicated OSCAR Traffic Manager data records. Before the development of these enhancements the RRF based its entire map matching on road geometry. The RRF now has intelligence to select roads by network distance traveled and drive restriction information. This enhanced RRF, incorporating two new routines, is called Intelligent RRF (IRRF). The two new routines were also tested independently of each other; these versions of the algorithm are called RRF-network and RRF-DRI. To evaluate the effectiveness of IRRF GPS C/A code observation data was collected in a vehicle driven on routes through urban Newcastle upon Tyne. Figure 1 shows the two routes that were used. Route one is a fairly well built up area and route two has good sky visibility. Over the same period, dual frequency phase data was collected in the vehicle and also by a static receiver recording base station data on the roof of the Department of Geomatics, University of Newcastle. This dual frequency data was used to compute a high precision (cm accuracy) GPS solution, which was assumed to be the true position of the vehicle at each epoch (one second). All available satellites visible to both receivers were used in the position solution computation, this number varied throughout the route from none to eight. Six different types of point position solutions were computed for each route, see table 1. RAW is the uncorrected stand alone positions, which is the same as that output directly by the receiver. Height aiding was applied in solutions 2 to 5 using OS Digital Terrain Model (DTM) data, obtained from the EDINA Digimap service (EDINA, 2000). Table 1. Six point position solutions Solution Type Data 1 RAW vehicle C/A code data 2 RRF vehicle C/A code data, RRF, digital road and height data. 3 RRF-Network vehicle C/A code data, RRF with network tracing, digital road and height data 4 RRF-DRI vehicle C/A code data, RRF with DRI data, digital road and height data 5 IRRF vehicle C/A code data, IRRF, digital road and height data. 6 RTK dual frequency phase data from both the vehicle and the base station Data processing All GPS data was transformed into RINEX format for processing by all methods, Gurtner (1993) provides a good description of the RINEX format. The processing of the data for solutions numbers 1 and 6 was carried out using the GPS post processing software GeoGenius. All other solutions were computed by processing the data with the various versions of the developed Road Reduction Filter algorithm. To correctly display the vehicle positions on OS large scale mapping, transformation software was developed as part of the work. The resultant latitude, longitude and height coordinates from the six solutions were transformed to OSGB36 (Ordnance Survey of Great Britain, 1936) National Grid, with a nominal transformation accuracy of 20cm (OS 1999). At each epoch where all six position solutions were available the difference in position between 6, the true position, and each of the other five solutions were calculated (Position Error). 3

4 Results On visual inspection, it could be seen that the original RRF selected the correct road segment when the vehicle was traveling along single carriageway roads. The largest proportion of road selection errors occurred where there were dual carriageways, slip roads and roundabouts. The RTK positions (assumed to be true) were good along all roads, as expected, but there were far fewer points. For both routes there was a total of 2039 points from the RRF calculation, but there was only 1060 RTK positions. This can be explained because to compute an RTK position at least five satellites are required, but because of height aiding from DTM data, all RRF solutions (2,3,4 and 5) can be computed with a minimum of three satellites visible. RRF-DRI The addition of the DRI routine has improved the road selection process. Route 2 in particular was improved unquestionably both through visual inspection and statistically. It can be seen on figure 2 that there were improvements often in the order of about 1.5 metres. Error is GPS positioning Error in GPS positioning on route 2 Error (m) Avg Time Without With Figure 2. Error in GPS positioning on route 2, with and without DRI processing RRF-Network RRF plus a network shortest path algorithm have improved reliability for positioning a moving vehicle. Table 2 displays the differences in Easting (DE), Northing (DN) and position (DP) between the RTK and RRF solutions for route 1, this is the error from the true position. Similarly table 3 displays these differences for the RTK and the RRF-Network solutions. It can be seen from the tables that there are small changes in the mean and standard deviation, with mean position improving by approximately 0.3m. However, removing gross errors, see figure 3, will further improve these figures. Further tuning of the RRF for network distance testing will possibly achieve this. 4

5 Table 2. Differences between RTK and RRF solution, route 1 DE DN DP Mean S. Deviation Table 3. Differences between RTK and RRF-Network solution, route 1 DE DN DP Mean S. Deviation Conclusions The main objectives of developing the two additional routines, one for network distance calculation and one to process Drive Restriction Information were to: prove the feasibility of adding intelligence to the road selection process. This was achieved. improve the accuracy of point positions provided by the RRF map-matching algorithm. This has also been achieved, but not significantly, yet. Position Error (RTK RRF-Network) Metres GPS Seconds Figure 3. Large position errors in route 1 Further work. There is still some work to be completed to fully realize a seamless integration of the new routines into the RRF algorithm. A full IRRF solution is still to be computed. The network distance comparison parameters have still 5

6 to be finalized to achieve maximum benefit from its inclusion. Further statistical outputs and graphs are required to present the results of the experiment. References Bernstein, D. and Kornhauser, A., (1998), Map matching for personal navigation assistants, 77 th Annual meeting, The Transport Research Board, Jan 11-15, Washington, D.C. Gurtner, W., (1993), RINEX: The Receiver Independent exchange format Version 2, Astronomical Institute, University of Berne. EDINA, (2000), accessed August Interagency GPS Executive Board (2000) Frequently Asked Questions About SA Termination accessed 12 December Ordnance Survey, (1999), Ordnance Survey datum transformation OSTN97 and geoid model OSGM91, OS, Southampton. Ordnance Survey, (2000), accessed 27 September Taylor, G., (1999), Improved real-time GPS positioning through the reduction of state space, Proceedings of GIS Research UK Conference, Southampton. Taylor, G. and Blewitt, G., (1999), Virtual differential GPS & road reduction filtering by map matching, in Proceedings of ION'99, Twelfth International Technical Meeting of the Satellite Division of the Institute of Navigation, Nashville, Tennessee, USA, pp Taylor, G., and Blewitt, G., (2000), Road Reduction Filtering using GPS, Proceedings of 3 rd AGILE Conference on Geographic Information Science, Helsinki, Finland, pp Taylor, G., Blewitt, G., Steup, D., Corbett, S. and Car, A., (2001), Road Reduction Filtering for GPS-GIS Navigation, Transactions in GIS, in press. Acknowledgements This work was supported by a Newcastle University Vacation Scholarship and a Nuffield Foundation Undergraduate Research Bursary (URB/00008/G). 6

Road Reduction Filtering for GPS-GIS Navigation

Road Reduction Filtering for GPS-GIS Navigation Research Article Road Reduction Filtering for GPS-GIS Navigation GEORGE TAYLOR Department of Geomatics University of Newcastle upon Tyne UK DOERTE STEUP Department of Geomatics University of Newcastle

More information

FieldGenius Technical Notes GPS Terminology

FieldGenius Technical Notes GPS Terminology FieldGenius Technical Notes GPS Terminology Almanac A set of Keplerian orbital parameters which allow the satellite positions to be predicted into the future. Ambiguity An integer value of the number of

More information

Differential GPS Positioning over Internet

Differential GPS Positioning over Internet Abstract Differential GPS Positioning over Internet Y. GAO AND Z. LIU Department of Geomatics Engineering The University of Calgary 2500 University Drive N.W. Calgary, Alberta, Canada T2N 1N4 Email: gao@geomatics.ucalgary.ca

More information

INTELLIGENT LAND VEHICLE NAVIGATION: INTEGRATING SPATIAL INFORMATION INTO THE NAVIGATION SOLUTION

INTELLIGENT LAND VEHICLE NAVIGATION: INTEGRATING SPATIAL INFORMATION INTO THE NAVIGATION SOLUTION INTELLIGENT LAND VEHICLE NAVIGATION: INTEGRATING SPATIAL INFORMATION INTO THE NAVIGATION SOLUTION Stephen Scott-Young (sscott@ecr.mu.oz.au) Dr Allison Kealy (akealy@unimelb.edu.au) Dr Philip Collier (p.collier@unimelb.edu.au)

More information

Integration of GPS with a Rubidium Clock and a Barometer for Land Vehicle Navigation

Integration of GPS with a Rubidium Clock and a Barometer for Land Vehicle Navigation Integration of GPS with a Rubidium Clock and a Barometer for Land Vehicle Navigation Zhaonian Zhang, Department of Geomatics Engineering, The University of Calgary BIOGRAPHY Zhaonian Zhang is a MSc student

More information

Performance Evaluation of the Effect of QZS (Quasi-zenith Satellite) on Precise Positioning

Performance Evaluation of the Effect of QZS (Quasi-zenith Satellite) on Precise Positioning Performance Evaluation of the Effect of QZS (Quasi-zenith Satellite) on Precise Positioning Nobuaki Kubo, Tomoko Shirai, Tomoji Takasu, Akio Yasuda (TUMST) Satoshi Kogure (JAXA) Abstract The quasi-zenith

More information

Precise Positioning with NovAtel CORRECT Including Performance Analysis

Precise Positioning with NovAtel CORRECT Including Performance Analysis Precise Positioning with NovAtel CORRECT Including Performance Analysis NovAtel White Paper April 2015 Overview This article provides an overview of the challenges and techniques of precise GNSS positioning.

More information

The Benefits of Three Frequencies for the High Accuracy Positioning

The Benefits of Three Frequencies for the High Accuracy Positioning The Benefits of Three Frequencies for the High Accuracy Positioning Nobuaki Kubo (Tokyo University of Marine and Science Technology) Akio Yasuda (Tokyo University of Marine and Science Technology) Isao

More information

GPS and Recent Alternatives for Localisation. Dr. Thierry Peynot Australian Centre for Field Robotics The University of Sydney

GPS and Recent Alternatives for Localisation. Dr. Thierry Peynot Australian Centre for Field Robotics The University of Sydney GPS and Recent Alternatives for Localisation Dr. Thierry Peynot Australian Centre for Field Robotics The University of Sydney Global Positioning System (GPS) All-weather and continuous signal system designed

More information

Dynamic Global Navigation Satellite System antenna position verification using raw pseudorange information

Dynamic Global Navigation Satellite System antenna position verification using raw pseudorange information Scientific Journals of the Maritime University of Szczecin Zeszyty Naukowe Akademii Morskiej w Szczecinie 016, 46 (118), 76 81 ISSN 1733-8670 (Printed) Received: 31.08.015 ISSN 39-0378 (Online) Accepted:.03.016

More information

NovAtel s. Performance Analysis October Abstract. SPAN on OEM6. SPAN on OEM6. Enhancements

NovAtel s. Performance Analysis October Abstract. SPAN on OEM6. SPAN on OEM6. Enhancements NovAtel s SPAN on OEM6 Performance Analysis October 2012 Abstract SPAN, NovAtel s GNSS/INS solution, is now available on the OEM6 receiver platform. In addition to rapid GNSS signal reacquisition performance,

More information

Journal of Global Positioning Systems

Journal of Global Positioning Systems Vol. 7, No. 2, 2008 Journal of Global Positioning Systems ISSN 1446-3156 (Print Version) ISSN 1446-3164 (CD-ROM Version) International Association of Chinese Professionals in Global Positioning Systems

More information

Table of Contents. Frequently Used Abbreviation... xvii

Table of Contents. Frequently Used Abbreviation... xvii GPS Satellite Surveying, 2 nd Edition Alfred Leick Department of Surveying Engineering, University of Maine John Wiley & Sons, Inc. 1995 (Navtech order #1028) Table of Contents Preface... xiii Frequently

More information

What is a GPS How does GPS work? GPS Segments GPS P osition Position Position Accuracy Accuracy Accuracy GPS A pplications Applications Applications

What is a GPS How does GPS work? GPS Segments GPS P osition Position Position Accuracy Accuracy Accuracy GPS A pplications Applications Applications What is GPS? What is a GPS How does GPS work? GPS Segments GPS Position Accuracy GPS Applications What is GPS? The Global Positioning System (GPS) is a precise worldwide radio-navigation system, and consists

More information

REAL-TIME GPS ATTITUDE DETERMINATION SYSTEM BASED ON EPOCH-BY-EPOCH TECHNOLOGY

REAL-TIME GPS ATTITUDE DETERMINATION SYSTEM BASED ON EPOCH-BY-EPOCH TECHNOLOGY REAL-TIME GPS ATTITUDE DETERMINATION SYSTEM BASED ON EPOCH-BY-EPOCH TECHNOLOGY Dr. Yehuda Bock 1, Thomas J. Macdonald 2, John H. Merts 3, William H. Spires III 3, Dr. Lydia Bock 1, Dr. Jeffrey A. Fayman

More information

Shared Use of DGPS for DP and Survey Operations

Shared Use of DGPS for DP and Survey Operations Gabriel Delgado-Saldivar The Use of DP-Assisted FPSOs for Offshore Well Testing Services DYNAMIC POSITIONING CONFERENCE October 17-18, 2006 Sensors Shared Use of DGPS for Dr. David Russell Subsea 7, Scotland

More information

Testing RTK GPS Horizontal Positioning Accuracy within an Urban Area

Testing RTK GPS Horizontal Positioning Accuracy within an Urban Area Testing RTK GPS Horizontal Positioning Accuracy within an Urban Area Ismat M Elhassan* Civil Engineering Department, King Saud University, Surveying Engineering Program, Kingdom of Saudi Arabia Research

More information

A Comparison of Particle Swarm Optimization and Gradient Descent in Training Wavelet Neural Network to Predict DGPS Corrections

A Comparison of Particle Swarm Optimization and Gradient Descent in Training Wavelet Neural Network to Predict DGPS Corrections Proceedings of the World Congress on Engineering and Computer Science 00 Vol I WCECS 00, October 0-, 00, San Francisco, USA A Comparison of Particle Swarm Optimization and Gradient Descent in Training

More information

BASELINE SURVEY, VISUAL - STANDARD

BASELINE SURVEY, VISUAL - STANDARD BASELINE SURVEY, VISUAL - STANDARD Introduction As stated in SEPA s policy and in the Fish Farm Manual (1998), scientific data are required by SEPA in order to assess the existing condition on the site

More information

ABSTRACT: Three types of portable units with GNSS raw data recording capability are assessed to determine static and kinematic position accuracy

ABSTRACT: Three types of portable units with GNSS raw data recording capability are assessed to determine static and kinematic position accuracy ABSTRACT: Three types of portable units with GNSS raw data recording capability are assessed to determine static and kinematic position accuracy under various environments using alternatively their internal

More information

GPS: The Basics. Darrell R. Dean, Jr. Civil and Environmental Engineering West Virginia University. Expected Learning Outcomes for GPS

GPS: The Basics. Darrell R. Dean, Jr. Civil and Environmental Engineering West Virginia University. Expected Learning Outcomes for GPS GPS: The Basics Darrell R. Dean, Jr. Civil and Environmental Engineering West Virginia University Expected Learning Outcomes for GPS Explain the acronym GPS Name 3 important tdt dates in history of GPS

More information

Experiences with Fugro's Real Time GPS/GLONASS Orbit/Clock Decimeter Level Precise Positioning System

Experiences with Fugro's Real Time GPS/GLONASS Orbit/Clock Decimeter Level Precise Positioning System Return to Session Directory DYNAMIC POSITIONING CONFERENCE October 13-14, 2009 Sensors Experiences with Fugro's Real Time GPS/GLONASS Orbit/Clock Decimeter Level Precise Positioning System Ole Ørpen and

More information

Understanding GPS: Principles and Applications Second Edition

Understanding GPS: Principles and Applications Second Edition Understanding GPS: Principles and Applications Second Edition Elliott Kaplan and Christopher Hegarty ISBN 1-58053-894-0 Approx. 680 pages Navtech Part #1024 This thoroughly updated second edition of an

More information

Performance Evaluation of Global Differential GPS (GDGPS) for Single Frequency C/A Code Receivers

Performance Evaluation of Global Differential GPS (GDGPS) for Single Frequency C/A Code Receivers Performance Evaluation of Global Differential GPS (GDGPS) for Single Frequency C/A Code Receivers Sundar Raman, SiRF Technology, Inc. Lionel Garin, SiRF Technology, Inc. BIOGRAPHY Sundar Raman holds a

More information

Assessment of the Accuracy of Processing GPS Static Baselines Up To 40 Km Using Single and Dual Frequency GPS Receivers.

Assessment of the Accuracy of Processing GPS Static Baselines Up To 40 Km Using Single and Dual Frequency GPS Receivers. International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) Assessment of the Accuracy of Processing GPS Static Baselines Up To 40 Km Using Single and Dual Frequency GPS Receivers. Khaled

More information

Asian Journal of Science and Technology Vol. 08, Issue, 11, pp , November, 2017 RESEARCH ARTICLE

Asian Journal of Science and Technology Vol. 08, Issue, 11, pp , November, 2017 RESEARCH ARTICLE Available Online at http://www.journalajst.com ASIAN JOURNAL OF SCIENCE AND TECHNOLOGY ISSN: 0976-3376 Asian Journal of Science and Technology Vol. 08, Issue, 11, pp.6697-6703, November, 2017 ARTICLE INFO

More information

Connecting a Cadastral Survey to PNG94 using GNSS

Connecting a Cadastral Survey to PNG94 using GNSS 43rd Association of Surveyors PNG Congress, Lae, 12th-15th August 2009 Connecting a Cadastral Survey to PNG94 using GNSS Richard Stanaway QUICKCLOSE Workshop overview Legal requirements to connect surveys

More information

Near Term Improvements to WAAS Availability

Near Term Improvements to WAAS Availability Near Term Improvements to WAAS Availability Juan Blanch, Todd Walter, R. Eric Phelts, Per Enge Stanford University ABSTRACT Since 2003, when it was first declared operational, the Wide Area Augmentation

More information

Drive-by DTM. and Navigation at our university in cooperation

Drive-by DTM. and Navigation at our university in cooperation Drive-by DTM GPS and GSM/GPRS Power Cost-Effective Terrain Modeling A data teletransmission system for quick and efficient creation of digital terrain models (DTMs) forms the backbone of experimental work

More information

Addressing Issues with GPS Data Accuracy and Position Update Rate for Field Traffic Studies

Addressing Issues with GPS Data Accuracy and Position Update Rate for Field Traffic Studies Addressing Issues with GPS Data Accuracy and Position Update Rate for Field Traffic Studies THIS FEATURE VALIDATES INTRODUCTION Global positioning system (GPS) technologies have provided promising tools

More information

SURVEYORS BOARD OF QUEENSLAND. RTK GNSS for Cadastral Surveys. Guideline

SURVEYORS BOARD OF QUEENSLAND. RTK GNSS for Cadastral Surveys. Guideline SURVEYORS BOARD OF QUEENSLAND RTK GNSS for Cadastral Surveys Guideline 30 November 2012 RTK GNSS for Cadastral Surveys General The Surveyors Board of Queensland has recently become aware of some issues

More information

Effect of Quasi Zenith Satellite (QZS) on GPS Positioning

Effect of Quasi Zenith Satellite (QZS) on GPS Positioning Effect of Quasi Zenith Satellite (QZS) on GPS ing Tomoji Takasu 1, Takuji Ebinuma 2, and Akio Yasuda 3 Laboratory of Satellite Navigation, Tokyo University of Marine Science and Technology 1 (Tel: +81-5245-7365,

More information

GNSS & Coordinate Systems

GNSS & Coordinate Systems GNSS & Coordinate Systems Matthew McAdam, Marcelo Santos University of New Brunswick, Department of Geodesy and Geomatics Engineering, Fredericton, NB May 29, 2012 Santos, 2004 msantos@unb.ca 1 GNSS GNSS

More information

Precise GNSS Positioning for Mass-market Applications

Precise GNSS Positioning for Mass-market Applications Precise GNSS Positioning for Mass-market Applications Yang GAO, Canada Key words: GNSS, Precise GNSS Positioning, Precise Point Positioning (PPP), Correction Service, Low-Cost GNSS, Mass-Market Application

More information

Modelling GPS Observables for Time Transfer

Modelling GPS Observables for Time Transfer Modelling GPS Observables for Time Transfer Marek Ziebart Department of Geomatic Engineering University College London Presentation structure Overview of GPS Time frames in GPS Introduction to GPS observables

More information

National Report of Greece to EUREF 2009

National Report of Greece to EUREF 2009 National Report of Greece to EUREF 2009 M. Gianniou KTIMATOLOGIO S.A. (Hellenic Cadastre) 1 Introduction In 2007, KTIMATOLOGIO S.A (Hellenic Cadastre) established HEPOS, the HEllenic POsitioning System,

More information

Specifications for Post-Earthquake Precise Levelling and GNSS Survey. Version 1.0 National Geodetic Office

Specifications for Post-Earthquake Precise Levelling and GNSS Survey. Version 1.0 National Geodetic Office Specifications for Post-Earthquake Precise Levelling and GNSS Survey Version 1.0 National Geodetic Office 24 November 2010 Specification for Post-Earthquake Precise Levelling and GNSS Survey Page 1 of

More information

GPS PERFORMANCE EVALUATION OF THE HUAWEI MATE 9 WITH DIFFERENT ANTENNA CONFIGURATIONS

GPS PERFORMANCE EVALUATION OF THE HUAWEI MATE 9 WITH DIFFERENT ANTENNA CONFIGURATIONS GPS PERFORMANCE EVALUATION OF THE HUAWEI MATE 9 WITH DIFFERENT ANTENNA CONFIGURATIONS AND P10 IN THE FIELD Gérard Lachapelle & Research Team PLAN Group, University of Calgary (http://plan.geomatics.ucalgary.ca)

More information

Introduction to NAVSTAR GPS

Introduction to NAVSTAR GPS Introduction to NAVSTAR GPS Charlie Leonard, 1999 (revised 2001, 2002) The History of GPS Feasibility studies begun in 1960 s. Pentagon appropriates funding in 1973. First satellite launched in 1978. System

More information

Utilizing A GNSS Network Solution for Utility Applications

Utilizing A GNSS Network Solution for Utility Applications Utilizing A GNSS Network Solution for Utility Applications David Newcomer, PE, PLS GPServ, Inc. newcomer@ (407) 601-5816 AGENDA Types and accuracies of data collection o Autonomous o Meter + o Sub-meter

More information

Receiver Technology CRESCENT OEM WHITE PAPER AMY DEWIS JENNIFER COLPITTS

Receiver Technology CRESCENT OEM WHITE PAPER AMY DEWIS JENNIFER COLPITTS CRESCENT OEM WHITE PAPER AMY DEWIS JENNIFER COLPITTS With offices in Kansas City, Hiawatha, Calgary and Scottsdale, Hemisphere GPS is a global leader in designing and manufacturing innovative, costeffective,

More information

Chapter 6 GPS Relative Positioning Determination Concepts

Chapter 6 GPS Relative Positioning Determination Concepts Chapter 6 GPS Relative Positioning Determination Concepts 6-1. General Absolute positioning, as discussed earlier, will not provide the accuracies needed for most USACE control projects due to existing

More information

TEST RESULTS OF A HIGH GAIN ADVANCED GPS RECEIVER

TEST RESULTS OF A HIGH GAIN ADVANCED GPS RECEIVER TEST RESULTS OF A HIGH GAIN ADVANCED GPS RECEIVER ABSTRACT Dr. Alison Brown, Randy Silva, Gengsheng Zhang,; NAVSYS Corporation. NAVSYS High Gain Advanced GPS Receiver () uses a digital beam-steering antenna

More information

Connecting a Survey to PNG94 and MSL using GNSS

Connecting a Survey to PNG94 and MSL using GNSS 45th Association of Surveyors PNG Congress, Madang, 19-22 July 2011 Connecting a Survey to PNG94 and MSL using GNSS Richard Stanaway QUICKCLOSE Workshop overview Legal requirements to connect surveys to

More information

GPS for Route Data Collection. Lisa Aultman-Hall Dept. of Civil & Environmental Engineering University of Connecticut

GPS for Route Data Collection. Lisa Aultman-Hall Dept. of Civil & Environmental Engineering University of Connecticut GPS for Route Data Collection Lisa Aultman-Hall Dept. of Civil & Environmental Engineering University of Connecticut Acknowledgements Reema Kundu and Eric Jackson University of Kentucky Wael ElDessouki

More information

HIGH GAIN ADVANCED GPS RECEIVER

HIGH GAIN ADVANCED GPS RECEIVER ABSTRACT HIGH GAIN ADVANCED GPS RECEIVER NAVSYS High Gain Advanced () uses a digital beam-steering antenna array to enable up to eight GPS satellites to be tracked, each with up to dbi of additional antenna

More information

Reduction of Pseudorange Multipath Error in Static Positioning. Tokyo University of Mercantile Marine Nobuaki Kubo Akio Yasuda

Reduction of Pseudorange Multipath Error in Static Positioning. Tokyo University of Mercantile Marine Nobuaki Kubo Akio Yasuda Reduction of Pseudorange Multipath Error in Static Positioning Tokyo University of Mercantile Marine Nobuaki Kubo Akio Yasuda Brief Many researchers have tried to reduce the multipath effect from both

More information

Ionospheric Correction and Ambiguity Resolution in DGPS with Single Frequency

Ionospheric Correction and Ambiguity Resolution in DGPS with Single Frequency Applied Physics Research November, 9 Ionospheric Correction and Ambiguity Resolution in DGPS with Single Frequency Norsuzila Ya acob Department of Electrical, Electronics and Systems Engineering Universiti

More information

Digital Land Surveying and Mapping (DLS and M) Dr. Jayanta Kumar Ghosh Department of Civil Engineering Indian Institute of Technology, Roorkee

Digital Land Surveying and Mapping (DLS and M) Dr. Jayanta Kumar Ghosh Department of Civil Engineering Indian Institute of Technology, Roorkee Digital Land Surveying and Mapping (DLS and M) Dr. Jayanta Kumar Ghosh Department of Civil Engineering Indian Institute of Technology, Roorkee Lecture 11 Errors in GPS Observables Welcome students. Lesson

More information

Validation of map matching algorithms using high precision positioning with GPS

Validation of map matching algorithms using high precision positioning with GPS Loughborough University Institutional Repository Validation of map matching algorithms using high precision positioning with GPS This item was submitted to Loughborough University's Institutional Repository

More information

A Positon and Orientation Post-Processing Software Package for Land Applications - New Technology

A Positon and Orientation Post-Processing Software Package for Land Applications - New Technology A Positon and Orientation Post-Processing Software Package for Land Applications - New Technology Tatyana Bourke, Applanix Corporation Abstract This paper describes a post-processing software package that

More information

Resection. We can measure direction in the real world! Lecture 10: Position Determination. Resection Example: Isola, Slovenia. Professor Keith Clarke

Resection. We can measure direction in the real world! Lecture 10: Position Determination. Resection Example: Isola, Slovenia. Professor Keith Clarke Geography 12: Maps and Spatial Reasoning Lecture 10: Position Determination We can measure direction in the real world! Professor Keith Clarke Resection Resection Example: Isola, Slovenia Back azimuth

More information

gogps a navigation software to enhance the accuracy of low-cost GPS receivers Eugenio Realini Mirko Reguzzoni Osaka City University, Japan

gogps a navigation software to enhance the accuracy of low-cost GPS receivers Eugenio Realini Mirko Reguzzoni Osaka City University, Japan gogps a navigation software to enhance the accuracy of low-cost GPS receivers Eugenio Realini Osaka City University, Japan Oct. 21st FOSS4G2009 Mirko Reguzzoni OGS c/o Politecnico di Milano, Italy Why

More information

It is well known that GNSS signals

It is well known that GNSS signals GNSS Solutions: Multipath vs. NLOS signals GNSS Solutions is a regular column featuring questions and answers about technical aspects of GNSS. Readers are invited to send their questions to the columnist,

More information

Using a Sky Projection to Evaluate Pseudorange Multipath and to Improve the Differential Pseudorange Position

Using a Sky Projection to Evaluate Pseudorange Multipath and to Improve the Differential Pseudorange Position Using a Sky Projection to Evaluate Pseudorange Multipath and to Improve the Differential Pseudorange Position Dana G. Hynes System Test Group, NovAtel Inc. BIOGRAPHY Dana Hynes has been creating software

More information

What makes the positioning infrastructure work. Simon Kwok Chairman, Land Surveying Division Hong Kong Institute of Surveyors

What makes the positioning infrastructure work. Simon Kwok Chairman, Land Surveying Division Hong Kong Institute of Surveyors What makes the positioning infrastructure work The experience of the Hong Kong Satellite Positioning Reference Station Network Simon Kwok Chairman, Land Surveying Division Hong Kong Institute of Surveyors

More information

Introduction to the Global Positioning System

Introduction to the Global Positioning System GPS for ICS - 2003 Introduction to the Global Positioning System Pre-Work Pre-Work Objectives Describe at least three sources of GPS signal error, and ways to mitigate or reduce those errors. Identify

More information

Inertially Aided RTK Performance Evaluation

Inertially Aided RTK Performance Evaluation Inertially Aided RTK Performance Evaluation Bruno M. Scherzinger, Applanix Corporation, Richmond Hill, Ontario, Canada BIOGRAPHY Dr. Bruno M. Scherzinger obtained the B.Eng. degree from McGill University

More information

SENSORS SESSION. Operational GNSS Integrity. By Arne Rinnan, Nina Gundersen, Marit E. Sigmond, Jan K. Nilsen

SENSORS SESSION. Operational GNSS Integrity. By Arne Rinnan, Nina Gundersen, Marit E. Sigmond, Jan K. Nilsen Author s Name Name of the Paper Session DYNAMIC POSITIONING CONFERENCE 11-12 October, 2011 SENSORS SESSION By Arne Rinnan, Nina Gundersen, Marit E. Sigmond, Jan K. Nilsen Kongsberg Seatex AS Trondheim,

More information

UCGE Reports Number 20054

UCGE Reports Number 20054 UCGE Reports Number 20054 Department of Geomatics Engineering An Analysis of Some Critical Error Sources in Static GPS Surveying (URL: http://www.geomatics.ucalgary.ca/links/gradtheses.html) by Weigen

More information

ENGI 3703 Surveying and Geomatics

ENGI 3703 Surveying and Geomatics Satellite Geometry: Satellites well spread out in the sky have a much stronger solution to the resection type problem (aka trilateration) then satellite that are grouped together. Since the position of

More information

GLOBAL POSITIONING SYSTEM SHIPBORNE REFERENCE SYSTEM

GLOBAL POSITIONING SYSTEM SHIPBORNE REFERENCE SYSTEM GLOBAL POSITIONING SYSTEM SHIPBORNE REFERENCE SYSTEM James R. Clynch Department of Oceanography Naval Postgraduate School Monterey, CA 93943 phone: (408) 656-3268, voice-mail: (408) 656-2712, e-mail: clynch@nps.navy.mil

More information

Positioning Performance Study of the RESSOX System With Hardware-in-the-loop Clock

Positioning Performance Study of the RESSOX System With Hardware-in-the-loop Clock International Global Navigation Satellite Systems Society IGNSS Symposium 27 The University of New South Wales, Sydney, Australia 4 6 December, 27 Positioning Performance Study of the RESSOX System With

More information

Assessing the Accuracy of GPS Control Point, Using Post-Processed and Absolute Positioning Data

Assessing the Accuracy of GPS Control Point, Using Post-Processed and Absolute Positioning Data American Journal of Environmental Engineering and Science 2017; 4(5): 42-47 http://www.aascit.org/journal/ajees ISSN: 2381-1153 (Print); ISSN: 2381-1161 (Online) Assessing the Accuracy of GPS Control Point,

More information

Robust Positioning for Urban Traffic

Robust Positioning for Urban Traffic Robust Positioning for Urban Traffic Motivations and Activity plan for the WG 4.1.4 Dr. Laura Ruotsalainen Research Manager, Department of Navigation and positioning Finnish Geospatial Research Institute

More information

GUIDANCE NOTES FOR GNSS NETWORK RTK SURVEYING IN GREAT BRITAIN

GUIDANCE NOTES FOR GNSS NETWORK RTK SURVEYING IN GREAT BRITAIN GUIDANCE NOTES FOR GNSS NETWORK RTK SURVEYING IN GREAT BRITAIN ISSUE 4 MAY 2015 TSA Collaboration between: This leaflet has been produced to provide surveyors, engineers and their clients with guidelines

More information

INTRODUCTION TO VEHICLE NAVIGATION SYSTEM LECTURE 5.1 SGU 4823 SATELLITE NAVIGATION

INTRODUCTION TO VEHICLE NAVIGATION SYSTEM LECTURE 5.1 SGU 4823 SATELLITE NAVIGATION INTRODUCTION TO VEHICLE NAVIGATION SYSTEM LECTURE 5.1 SGU 4823 SATELLITE NAVIGATION AzmiHassan SGU4823 SatNav 2012 1 Navigation Systems Navigation ( Localisation ) may be defined as the process of determining

More information

Surveys of Swirl How and Coniston Old Man

Surveys of Swirl How and Coniston Old Man Surveys of Swirl How and Coniston Old Man 24 May 2018 The Team: Surveyors John Barnard, Jim Bloomer & Graham Jackson 1) Introduction The heights of Coniston Old Man and Swirl How have long been the cause

More information

New Tools for Network RTK Integrity Monitoring

New Tools for Network RTK Integrity Monitoring New Tools for Network RTK Integrity Monitoring Xiaoming Chen, Herbert Landau, Ulrich Vollath Trimble Terrasat GmbH BIOGRAPHY Dr. Xiaoming Chen is a software engineer at Trimble Terrasat. He holds a PhD

More information

POWERGPS : A New Family of High Precision GPS Products

POWERGPS : A New Family of High Precision GPS Products POWERGPS : A New Family of High Precision GPS Products Hiroshi Okamoto and Kazunori Miyahara, Sokkia Corp. Ron Hatch and Tenny Sharpe, NAVCOM Technology Inc. BIOGRAPHY Mr. Okamoto is the Manager of Research

More information

Global Positioning Systems (GPS) Trails: the achilles heel of mapping from the air / satellites

Global Positioning Systems (GPS) Trails: the achilles heel of mapping from the air / satellites Global Positioning Systems (GPS) Trails: the achilles heel of mapping from the air / satellites Google maps updated regularly by local users using GPS Also: http://openstreetmaps.org GPS applications

More information

Introduction to GNSS Base-Station

Introduction to GNSS Base-Station Introduction to GNSS Base-Station Dinesh Manandhar Center for Spatial Information Science The University of Tokyo Contact Information: dinesh@iis.u-tokyo.ac.jp Slide : 1 Introduction GPS or GNSS observation

More information

SPAN Technology System Characteristics and Performance

SPAN Technology System Characteristics and Performance SPAN Technology System Characteristics and Performance NovAtel Inc. ABSTRACT The addition of inertial technology to a GPS system provides multiple benefits, including the availability of attitude output

More information

Primer on GPS Operations

Primer on GPS Operations MP Rugged Wireless Modem Primer on GPS Operations 2130313 Rev 1.0 Cover illustration by Emma Jantz-Lee (age 11). An Introduction to GPS This primer is intended to provide the foundation for understanding

More information

NJDEP GPS Data Collection Standards for GIS Data Development

NJDEP GPS Data Collection Standards for GIS Data Development NJDEP GPS Data Collection Standards for GIS Data Development Bureau of Geographic Information Systems Office of Information Resource Management April 24 th, 2017 Table of Contents 1.0 Introduction... 3

More information

Study and analysis of Differential GNSS and Precise Point Positioning

Study and analysis of Differential GNSS and Precise Point Positioning IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 9, Issue 2 Ver. I (Mar Apr. 2014), PP 53-59 Study and analysis of Differential GNSS and Precise

More information

GPS NAVSTAR PR (XR5PR) N/A

GPS NAVSTAR PR (XR5PR) N/A WinFrog Device Group: GPS Device Name/Model: Device Manufacturer: Device Data String(s) Output to WinFrog: WinFrog Data String(s) Output to Device: NAVSTAR PR (XR5PR) Symmetricom Navstar Systems Ltd. Mansard

More information

al T TD ) ime D Faamily Products The RTD Family of products offers a full suite of highprecision GPS sensor positioning and navigation solutions for:

al T TD ) ime D Faamily Products The RTD Family of products offers a full suite of highprecision GPS sensor positioning and navigation solutions for: Reeal ynnamics al T amics (R TD ) ime D RTD) Time Dy Faamily mily ooff P roducts Products The RTD Family of products offers a full suite of highprecision GPS sensor positioning and navigation solutions

More information

Degraded GPS Signal Measurements With A Stand-Alone High Sensitivity Receiver

Degraded GPS Signal Measurements With A Stand-Alone High Sensitivity Receiver Degraded GPS Signal Measurements With A Stand-Alone High Sensitivity Receiver G. MacGougan, G. Lachapelle, R. Klukas, K. Siu, Department of Geomatics Engineering L. Garin, J. Shewfelt, G. Cox, SiRF Technology

More information

GPS STATIC-PPP POSITIONING ACCURACY VARIATION WITH OBSERVATION RECORDING INTERVAL FOR HYDROGRAPHIC APPLICATIONS (ASWAN, EGYPT)

GPS STATIC-PPP POSITIONING ACCURACY VARIATION WITH OBSERVATION RECORDING INTERVAL FOR HYDROGRAPHIC APPLICATIONS (ASWAN, EGYPT) GPS STATIC-PPP POSITIONING ACCURACY VARIATION WITH OBSERVATION RECORDING INTERVAL FOR HYDROGRAPHIC APPLICATIONS (ASWAN, EGYPT) Ashraf Farah Associate Professor,College of Engineering, Aswan University,

More information

Positioning with Single and Dual Frequency Smartphones Running Android 7 or Later

Positioning with Single and Dual Frequency Smartphones Running Android 7 or Later Positioning with Single and Dual Frequency Smartphones Running Android 7 or Later * René Warnant, *Laura Van De Vyvere, + Quentin Warnant * University of Liege Geodesy and GNSS + Augmenteo, Plaine Image,

More information

COMPARISON OF GPS COMMERCIAL SOFTWARE PACKAGES TO PROCESSING STATIC BASELINES UP TO 30 KM

COMPARISON OF GPS COMMERCIAL SOFTWARE PACKAGES TO PROCESSING STATIC BASELINES UP TO 30 KM COMPARISON OF GPS COMMERCIAL SOFTWARE PACKAGES TO PROCESSING STATIC BASELINES UP TO 30 KM Khaled Mohamed Abdel Mageed Civil Engineering, Cairo, Egypt E-Mail: khaled_mgd@yahoo.com ABSTRACT The objective

More information

Improved Ambiguity Resolution by an Equatorial Ionospheric Differential Correction for Precise Positioning

Improved Ambiguity Resolution by an Equatorial Ionospheric Differential Correction for Precise Positioning Improved Ambiguity Resolution by an Equatorial Ionospheric Differential Correction for Precise Positioning NORSUZILA YA ACOB 1, MARDINA ABDULLAH,* MAHAMOD ISMAIL,* AND AZAMI ZAHARIM 3,** 1 Faculty of Electrical

More information

High Precision Positioning Unit 1: Accuracy, Precision, and Error Student Exercise

High Precision Positioning Unit 1: Accuracy, Precision, and Error Student Exercise High Precision Positioning Unit 1: Accuracy, Precision, and Error Student Exercise Ian Lauer and Ben Crosby (Idaho State University) This assignment follows the Unit 1 introductory presentation and lecture.

More information

SOME OBSERVATIONS ON THE USE OF GPS AND CHARTS

SOME OBSERVATIONS ON THE USE OF GPS AND CHARTS International Hydrographic Review, Monaco, LXX(2), September 1993 SOME OBSERVATIONS ON THE USE OF GPS AND CHARTS by D. SIMPSON 1 INTRODUCTION The purpose of this paper is to bring to the attention of chart

More information

New Developments of Inertial Navigation Systems at Applanix

New Developments of Inertial Navigation Systems at Applanix Hutton et al 1 New Developments of Inertial Navigation Systems at Applanix JOE HUTTON, TATYANA BOURKE, BRUNO SCHERZINGER, APPLANIX ABSTRACT GNSS-Aided Inertial Navigation for Direct Georeferencing of aerial

More information

Procedures for Quality Control of GNSS Surveying Results Based on Network RTK Corrections.

Procedures for Quality Control of GNSS Surveying Results Based on Network RTK Corrections. Procedures for Quality Control of GNSS Surveying Results Based on Network RTK Corrections. Limin WU, China Feng xia LI, China Joël VAN CRANENBROECK, Switzerland Key words : GNSS Rover RTK operations, GNSS

More information

AUTONOMOUS ISOTROPY-BASED INTEGRITY USING GPS AND GLONASS

AUTONOMOUS ISOTROPY-BASED INTEGRITY USING GPS AND GLONASS ION GNSS 2010 AUTONOMOUS ISOTROPY-BASED INTEGRITY USING GPS AND GLONASS SEPTEMBER 21-24, 2010 - PORTLAND, OREGON SESSION E4: INTEGRITY MONITORING FOR NEXT GENERATION APPLICATIONS M. Azaola D. Calle A.Mozo

More information

Introduction to the Global Positioning System

Introduction to the Global Positioning System GPS for Fire Management - 2004 Introduction to the Global Positioning System Pre-Work Pre-Work Objectives Describe at least three sources of GPS signal error, and identify ways to mitigate or reduce those

More information

Measurement Level Integration of Multiple Low-Cost GPS Receivers for UAVs

Measurement Level Integration of Multiple Low-Cost GPS Receivers for UAVs Measurement Level Integration of Multiple Low-Cost GPS Receivers for UAVs Akshay Shetty and Grace Xingxin Gao University of Illinois at Urbana-Champaign BIOGRAPHY Akshay Shetty is a graduate student in

More information

REAL-TIME ESTIMATION OF IONOSPHERIC DELAY USING DUAL FREQUENCY GPS OBSERVATIONS

REAL-TIME ESTIMATION OF IONOSPHERIC DELAY USING DUAL FREQUENCY GPS OBSERVATIONS European Scientific Journal May 03 edition vol.9, o.5 ISS: 857 788 (Print e - ISS 857-743 REAL-TIME ESTIMATIO OF IOOSPHERIC DELAY USIG DUAL FREQUECY GPS OBSERVATIOS Dhiraj Sunehra, M.Tech., PhD Jawaharlal

More information

C Nav QA/QC Precision and Reliability Statistics

C Nav QA/QC Precision and Reliability Statistics C Nav QA/QC Precision and Reliability Statistics C Nav World DGPS 730 East Kaliste Saloom Road Lafayette, Louisiana, 70508 Phone: +1 337.261.0000 Fax: +1 337.261.0192 DOCUMENT CONTROL Revision Author /

More information

Simulation Analysis for Performance Improvements of GNSS-based Positioning in a Road Environment

Simulation Analysis for Performance Improvements of GNSS-based Positioning in a Road Environment Simulation Analysis for Performance Improvements of GNSS-based Positioning in a Road Environment Nam-Hyeok Kim, Chi-Ho Park IT Convergence Division DGIST Daegu, S. Korea {nhkim, chpark}@dgist.ac.kr Soon

More information

Affordable Differential GPS. Ben Nizette and Andrew Tridgell Australian National University CanberraUAV

Affordable Differential GPS. Ben Nizette and Andrew Tridgell Australian National University CanberraUAV Affordable Differential GPS Ben Nizette and Andrew Tridgell Australian National University CanberraUAV Better positioning cheaply! Very accurate GPS systems are possible, but expensive Can we build one

More information

Bernhard Hofnlann-Wellenhof Herbert Lichtenegger Elmar Wasle. GNSS - Global Navigation Satellite Systenls. GPS, GLONASS, Galileo, and nl0re

Bernhard Hofnlann-Wellenhof Herbert Lichtenegger Elmar Wasle. GNSS - Global Navigation Satellite Systenls. GPS, GLONASS, Galileo, and nl0re Bernhard Hofnlann-Wellenhof Herbert Lichtenegger Elmar Wasle GNSS - Global Navigation Satellite Systenls GPS, GLONASS, Galileo, and nl0re SpringerWienNewYork Contents Abbreviations xxi 1 Introduction 1

More information

Proceedings of Al-Azhar Engineering 7 th International Conference Cairo, April 7-10, 2003.

Proceedings of Al-Azhar Engineering 7 th International Conference Cairo, April 7-10, 2003. Proceedings of Al-Azhar Engineering 7 th International Conference Cairo, April 7-10, 2003. MODERNIZATION PLAN OF GPS IN 21 st CENTURY AND ITS IMPACTS ON SURVEYING APPLICATIONS G. M. Dawod Survey Research

More information

and Vehicle Sensors in Urban Environment

and Vehicle Sensors in Urban Environment AvailabilityImprovement ofrtk GPS GPSwithIMU and Vehicle Sensors in Urban Environment ION GPS/GNSS 2012 Tk Tokyo University it of Marine Si Science and Technology Nobuaki Kubo, Chen Dihan 1 Contents Background

More information

NYSNET 11/28/2014 GPS/GLONASS (GG) January 2015 NYSAPLS Conference

NYSNET 11/28/2014 GPS/GLONASS (GG) January 2015 NYSAPLS Conference GPS/GLONASS (GG) January 2015 NYSAPLS Conference 2015 1 NYSNet 2015 GLONASS Upgrades Antenna Types Single Base/Network RTK GPS/GLONASS (GG) Single Base GPS/GLONASS (GG) Network RTK RT Products (NTRIP Mount

More information

Space Weather influence on satellite based navigation and precise positioning

Space Weather influence on satellite based navigation and precise positioning Space Weather influence on satellite based navigation and precise positioning R. Warnant, S. Lejeune, M. Bavier Royal Observatory of Belgium Avenue Circulaire, 3 B-1180 Brussels (Belgium) What this talk

More information

Presentation Plan. The Test of Processing Modules of Global Positioning System (GPS) Softwares by Using Products of International GPS Service (IGS)

Presentation Plan. The Test of Processing Modules of Global Positioning System (GPS) Softwares by Using Products of International GPS Service (IGS) The Test of Processing Modules of Global Positioning System (GPS) Softwares by Using Products of International GPS Service (IGS) Presentation Plan 1. Introduction 2. Application 3. Conclusions Ismail SANLIOGLU,

More information