Question I built a static library from the GPSTk source (following the directions under "BuildingGPSTkUnderWindows") using MS Visual C 2005 Express Edition. Now, ...
Question I was looking at GPStk stringutils. There's an issue there with: "std::numeric limits::max());" Apparently if you include windows.h it defines "max" in ...
Question Hi folks, first, thank you for this great tool! I want to use the RINEX3 reader and tried Rinex3Dump.cpp in rev. 2457, but the code seems to read the header ...
Ask a Support Question Before you ask a question, please check the following: Documentation : SystemRequirements what it takes to build and run the GPSTk ...
Question Hellos guys: My name is David Monroy Machado, i'm Geodest engineer, i develop a application with this library. Now i can't to install this library, my OS ...
FredericBonzon 29 Jun 2010 Hello, I have just started using the GPSTk software. I was checking the DDBase command. I only use L1 frequency from GPS satellites for ...
Welcome to the GPSTk project's wiki. A wiki is a website where all the users of the site can collaborate on the content. There are many different wiki implementations ...
Question Hi, I use DDBase for long baseline, but its result 's diffirence from results of Trimble Geomatic Office. They are same only for short baseline. I think, ...
Question I have ten L1 GPS receivers recording at the same time and place for about an hour (generally a little more). I use basic active antennae, nothing related ...
EditRinex Application Description The !EditRinex application provides an effective Swiss army knife for RINEX applications. !EditRinex will open and read one RINEX ...
Publications and Presentations Brian Tolman, R. Benjamin Harris. "The GPS Toolkit." Linux Journal. September 2004, p. 72. TWiki PDF Brian Tolman, R. Benjamin ...
Question Hello to support and to developers. 1. I work in Windows XP. I'm using cygwin. When i had downloaded tarball "gpstk 1.6.cygwin32.tar.gz", i installed it by ...
Question Hello everyone! I am trying to run GPSTk to process some static GPS data that I have. However, I found quite a lot of method available for double different ...
Question Hi All, Here are some questions: 1 Which complier is used to build the stable release of 'Microsoft Windows 32 bit Intel x386 compiled binaries' ? 'cygwin ...
Question Hi all: I'm a newer to gpstk and now I have successfully built it under MSVC2008 in windows with the help of the document on the web under jam. Now ...
Building under Microsoft Visual Studio If you are building GPSTk under the Cygwin environment, then use the jam portion of BuildingGPSTkUnderUnix instructions ...
Question Hi, I have following error when process COCO station using PPP method (example9) with day 273 2009. Starting processing for station: 'COCO'. Exception for ...
Question Hello, I am a graduate student at the University of New Mexico doing research into the ionosphere. I am an Electrical Engineer and so I have never worked ...
Question Hi, All I need this reference paper, Please! A Baseline GPS RAIM Scheme and a Note on the Equivalence of Three RAIM Methods," by R. Grover Brown, Journal ...
Question Hi. 64 bit Linux system. I dloaded the stable tarball of libraries for x86 64. Attempting to link to them produces a stream of undefined reference errors ...
Question What is the best way to calculate DOPs of next day using GPSTK? I thought about calcDops.exe. But I think it only calculates DOPs for current or previous ...
Question Hi there! There is a class variable as 'classIndex' for every class derived from 'ProcessingClass', and it is initialized with a const value. I believe we ...
Question Hi, I want do compute real time differential GPS solutions. It is for an outdoor robotic environment with small baselines ( Hi, I want do compute real time ...
Question Hi,all I'm stucked in building a simplest cpp file with jam. Here is my cpp file: #include using namespace std; int main(int argc,char argv ) { cout Here ...
Downloading the Latest Stable Version The latest stable version is available online on Sourceforge for most desktop platforms. Diego Berge has generated RPMs for a ...
Question Here I am again with another comment There is a case that is not considered by the SP3EphemerisStore class. According to the SP3c manual 1 , line 24 of the ...
Question Hi,Dago I'm trying to do PPP with SolverGeneral based on example, but I can't get expect result. Here is my codes to setup the equation system and solver ...
The Monitor Station Coordinates File Format Some analysis projects concern a specific set of stations and need to access the coordinates of those stations repeatedly ...
Question Hi All, I tried processing a station using 4 nearby reference stations. I created a configuration file stating the observation files for all (4 fixed 1 ...
Question Hi All does DDBase takes into account the antenne height as specified in the RINEX observation header? Tx/Alain AlainMuls 06 Jan 2010 Answer BrianTolman ...
Question I have a !TestTime.cpp / test time.cpp / // Testing time management #include #include #include "./gpstk/DayTime.hpp" using namespace std; using namespace ...
Question Hi,All There are no updates on the site and sourcecode for days, so I'd like to share this tool with windows's user of gpstk. This tool is useful for users ...
Question Is there any tool to do the reverse conversion R3 R2.x? If so, could you point me to? Thanks, Octavian OctavianAndrei 30 Nov 2009 Answer Octavian ...
Let's assume a ground receiver RX has the geocentric coordinates (X, Y, Z) and geodetic coordinates ( Phi;, , hellispoid). The topocentric coordinate system at RX ...
Question Hello, I've run PRSolve, which gives me a file with several ECEF coordinates. Now I'd like to convert these coordinates to lat/long/h. Unfortunately I am ...
Question Hello Community Today I was trying to build the library and run example1.cpp using VS2008 without JAM utility. I followed all the steps that was mentioned ...
Question Dear GPSTk. I have RINEX data with 15 second resolution. When I perform DiscFix ( as example answered question from Ms.Cassandra Mendonca). ./DiscFix inputfile ...
Question Hi I want to use the Position class to transform between cartesian and geodetic coordinates on the Belgian ellipsoid. This ellipsoid (International 1927) ...
RINSUM Purpose The rinsum application generates a summary of a RINEX observation file. This is useful for quickly understanding the overall observations stored ...
Question I want use d1,d2 information and c/a code ,but after the command DiscFix ,no the information any more in the 1.6 version.So could you give a version like ...
RinexDump Purpose !RinexDump is a utility application which converts RINEX format data into a columnar output that is suitable for use in plotting or in a spreadsheet ...
RINEX Tools Manual Overview These notes describe how to use the tools found in /apps/Rinextools . This directory contains 4 standalone programs which are useful ...
Purpose This is a starting page to other pages documenting the use of GPSTk applications. This page intentionally duplicates the topics in the one page manual. Where ...
New Guide A new users manual is under development. It exists in two versions: A one page reference. If you already know the application you want to use, this ...
Question Hello! I whant to realize PPP technique whith C1 data only. I did next: ... RequireObservables requireObs(TypeID::C1); requireObs.addRequiredType(TypeID: ...