1 / 15

GPS and GIS application

GPS and GIS application. By Chic Tien. Agenda. Programming GPS Parsing, Data store, application SiRFDemo introduction SiRF binary GIS Application From NMEA code to GIS data Sample Application. GPS programming. Serial port setting Baud rate Time out ReadFile and WriteFile

joanna
Télécharger la présentation

GPS and GIS application

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. GPS and GIS application By Chic Tien

  2. Agenda • Programming GPS • Parsing, Data store, application • SiRFDemo introduction • SiRF binary • GIS Application • From NMEA code to GIS data • Sample Application

  3. GPS programming • Serial port setting • Baud rate • Time out • ReadFile and WriteFile • Com port driver

  4. NMEA0183 parsing • What it means? How to parsing it? • GGA • GSA • GLL • RMC • GSV

  5. SIRFDEMO • How it implement in testing procedure? • Demo • How to program SiRF chip? • sprintf(buffer,"$PSRF103,00,00,00,01*24\r\n"); • sprintf(buffer,"$PSRF103,01,00,00,01*25\r\n"); • sprintf(buffer,"$PSRF103,03,00,05,01*22\r\n");

  6. GPS programming • Latitude, Logitude to XYZ • Ellipsoid Datum • GIS file data structure: • Windows CE MFC Document/View implement

  7. Example of GIS application • Demo • Global Time to Local time • Measure of Sunset time

More Related