Georinex Versions Save

Python RINEX 2 / 3 NAV / OBS / sp3 reader & batch convert to HDF5 with C-like speed

v1.16.2

6 months ago

FIxed numerous bugs, including xarray API update

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

v1.16.1

2 years ago

also fix sp3 bug in reading microseconds

v1.16.0

2 years ago
  • implement hatanaka using python hatanaka package, which provides Python version agnostic wheels
  • install unlzw3 by default

v1.15.1

2 years ago

multiple fixes to handle RINEX oddities

Requires Python >= 3.7 due to enhanced type annotation

v1.15.0

3 years ago

also use entry_points instead of scripts

v1.14.1

4 years ago

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

v1.14.0

4 years ago
  • 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

v1.13.0

4 years ago
  • 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.

v1.12.2

4 years ago

thanks @nmayorov #47

v1.12.1

4 years ago
  • add .sp3 SP3-C file reading
  • add 'interval' metadata to xarray.Dataset output, if available in source data file.