Our Air Quality
Our Air Quality
The 'Material Icons *' have a limited character set and are not generally a suitable choice to match a 'monospace' font familty. Use of the font-family monospace was failing badly...
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...
**Describe the bug** RTCM MSM loss of lock indicator, assumption that the epoch time is the last reported lock indicator time. This is a minor matter, just noted looking at...
A suggestion to also support UT1-TAI in the IGS ERP format. It's probably simpler to just support this than to detect and then ignore this data if not UT1-UTC -...
For a ppp solution, added an ERP file to the config file under `inputs: erp_files:` and with `estimation_parameters: global_models: eop:` disabled then the ERP data was not used. There is...
Noticed in passing that the translation of hardisp shells.f (a stable shell sort) to shells.cpp uses `std::sort()` which I understand is not a stable sort. It is not immediately obvious...
Noticed in passing that src/cpp/3rdparty/iers2010/hardisp/tdfrph.cpp is using static data for a cache that seen alone might be a thread safety issue, and I see some claims that ginan is intended...
**Describe the bug** The implementations of eph2Clk() in src/cpp/common/ephBroadcast.cpp look a little odd. These use a recursive call passing in `time - t` and might it have been intended to...
**Describe the bug** ionmapf() appears to expect the hion argument to be in km, and it is passed a value from mapping_function_layer_height in km, but the calculation in ionmapf() adds...
**Describe the bug** Looking at the code for tropSAAS, which uses a temperature vs height of `temp = 15 - 6.5E-3 * hgt + ZEROC` and also guards the height...