Skip to content

Releases: geospace-code/georinex

numerous bugfixes. Requires Python >= 3.8

15 Nov 06:50
da3eb3e
Compare
Choose a tag to compare

FIxed numerous bugs, including xarray API update

Requires Python 3.8+ as Python 3.7 library support and wheel availability is dwindling.

add sp3a read, additional nav3 header

26 Nov 06:38
d76c33d
Compare
Choose a tag to compare

also fix sp3 bug in reading microseconds

use Python hatanaka package, install unlzw3

26 Nov 04:08
2b305ae
Compare
Choose a tag to compare
  • implement hatanaka using python hatanaka package, which provides Python version agnostic wheels
  • install unlzw3 by default

read robustness

26 Jul 19:09
0de2df1
Compare
Choose a tag to compare

multiple fixes to handle RINEX oddities

Requires Python >= 3.7 due to enhanced type annotation

use src/ layout for robustness

02 Jul 04:49
a3c4ea3
Compare
Choose a tag to compare

also use entry_points instead of scripts

add sp3-d format

21 Feb 14:47
4c65e84
Compare
Choose a tag to compare

Thanks to @fmeynadier for adding sp3-d format to Georinex.

increased robustness

10 Feb 09:13
4765331
Compare
Choose a tag to compare
  • add ability to overwrite .nc files with "overwrite=True"
  • make Rinex3 files handle INRSS
  • add more header parameters
  • make SP3 reading much more robust
  • tolerate blank lines starting rinex file (default up to 10)
  • use "unlzw3" for pure Python .Z files
  • general test / CI / coverage improvements

NAV: allow same-time entries, fix pandas >= 0.25, OBS2 wrong obs num OK

06 Sep 15:45
eb08075
Compare
Choose a tag to compare
  • NAV3: allow multiple entries at same time, instead of discarding them as previous versions did
  • fix allows Pandas >= 0.25 to be used, there was a bug where pandas 0.25 starting outputting dtype('O') that broke xarray.to_netcdf()
  • OBS2: allow more flexibility where the RINEX file specifies the wrong number of observation types. This isn't foolproof, but at least tries to allow these RINEX files with incorrect headers.

OBS2: max per-system SV is now 36

03 Sep 17:21
391b451
Compare
Choose a tag to compare

add .sp3 SP3-C file reading, interval header metadata

03 Sep 17:12
3d4f48d
Compare
Choose a tag to compare
  • add .sp3 SP3-C file reading
  • add 'interval' metadata to xarray.Dataset output, if available in source data file.