ginan icon indicating copy to clipboard operation
ginan copied to clipboard

The Australian Government, through Positioning Australia (part of Geoscience Australia), is funding the design, development and operational service of a Global Navigation Satellite System (GNSS) posit...

Results 20 ginan issues
Sort by recently updated
recently updated
newest added

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. start pea 2. generate PPP, MIN_CON 3. See error...

After building to 100 % (gcc 13.2, boost 1.83) the linking fails due to undefined references: ``` /usr/bin/ld: ./ginan/lib/libginan_core.a(acsConfig.cpp.o): in function `boost::log::v2s_mt_posix::aux::record_pump::auto_release::~auto_release()': /usr/include/boost/log/sources/record_ostream.hpp:493:(.text.unlikely+0xe9d): undefined reference to `boost::log::v2s_mt_posix::aux::stream_provider::release_compound(boost::log::v2s_mt_posix::aux::stream_provider::stream_compound*)' /usr/bin/ld: ./ginan/lib/libginan_core.a(acsConfig.cpp.o): in...

- cpp fails on missing declaration of static_pointer_cast (GCC 8.5, RHEL 8). is it - boost::static_pointer_cast or - std::static_pointer_cast? - aligning tabulators in case sentence

Dear Ginan term I am recently working on the estimation of ionosphere and DCB. While separating the receiver DCB and satellite DCB, I didn't find any information in the Ginan...

Hello. I installed Ginan with Docker, downloaded the sample data and run the two examples, PEA and POD, successfully. How can I visualize the results? It would be great to...

**Dear ginan team:** I used sample data to run the pod. Below is my pod.yaml file. inputs: include_yamls: [ /home/jddai/ginan/inputData/products/boxwing.yaml ] # required if using boxwing model inputs_root: /home/jddai/ginan/inputData/products/ atx_files:...

Thanks for the great product. I have a question regarding live corrections that can be done using Ginan. Can Ginan be used to use the live NTRIP published at [ntrip.data.gnss.ga.gov.au](http://ntrip.data.gnss.ga.gov.au/)...

* Use auto_download_PPP functions instead of custom logic to download products from IGS * Fix paths to dependencies in yaml template * Georinex was missing from requirements.txt, and I'm not...

**Describe the bug** Running multi-station real-time precision point positioning has the problem of memory leak. **To Reproduce** Steps to reproduce the behavior: 1. ./../bin --config ex15_pea_rt_user_gnss_ar.yaml 2. Enter the 'top'...

Tried using the https://ntrip.data.gnss.ga.gov.au/SSRA00GAA0 service as described https://geoscienceaustralia.github.io/ginan/resources/GA-STREAMdatasheet20220615v01.pdf and using RTKLIB as the client, and tried to track down why the RTCM3 SSR messages are not processed beyond decoding, and...