GithubHelp home page GithubHelp logo

Comments (5)

ZiglioUK avatar ZiglioUK commented on July 17, 2024

Oh, I've just found the two examples I was looking for.
One reads from log (.dat) files:

org.gogpsproject.TestReadObsLog

        ObservationsBuffer masterIn = new ObservationsBuffer();
        masterIn.readFromLog(master);

the other one adds a listener to the serialConn class

org.gogpsproject.apps.LogUBX

                rp = new RinexV2Producer(needApproxPos, singleFreq, marker);
                rp.enableCompression(ns.getBoolean("compress"));
                rp.setOutputDir(ns.getString("outdir"));
                ubxSerialConn.addStreamEventListener(rp);

I like the second way I think I'm gonna use it.
I still don't get why we need log files, wouldn't Rinex be enough?
It seems an unneeded extra set.
I hope to release a new version of the GUI this week

from gogps_java.

ege010 avatar ege010 commented on July 17, 2024

Hi Emanuele,

those .dat files were introduced by CRYMS, when goGPS Java still lacked a RINEX file writing function :)
I've not used them recently, I agree with you that writing RINEX file is generally enough... unless one has storage space limitations, but in that case one could store just the original binary file (e.g. UBX stream, RTCM stream, etc).

from gogps_java.

ZiglioUK avatar ZiglioUK commented on July 17, 2024

Well at least there's a historical reason!
If nobody uses them, we could perhaps remove them.

from gogps_java.

ege010 avatar ege010 commented on July 17, 2024

We could definitely remove them. Better check the repercussions throughout the software, though!

from gogps_java.

ZiglioUK avatar ZiglioUK commented on July 17, 2024

That answers my question, thank you

from gogps_java.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.