File rnxcmp.changes of Package rnxcmp
-------------------------------------------------------------------
Thu Apr 3 16:08:24 UTC 2025 - Dirk Stoecker <opensuse@dstoecker.de>
- fix build
-------------------------------------------------------------------
Thu Feb 24 07:04:19 UTC 2022 - Dirk Stoecker <opensuse@dstoecker.de> 4.1.0
- update to 4.1.0, supports RINEX 4.00
-------------------------------------------------------------------
Thu Nov 19 13:57:55 UTC 2020 - Dirk Stoecker <opensuse@dstoecker.de> 4.0.8
- update to 4.0.8
2019-07-16
- Version 4.0.8 released.
- Correction of a bug in rnx2crx.c which eliminates clock
offset data periodically when used with the option "-e".
- New option "-d" is added to rnx2crx.c. and crx2rnx.c. to delete
input file after successful conversion.
- Displaying files in process and a new option "-q" to
suppress it are added to RNX2CRZ and CRZ2RNX.
2018-11-27
- Fixing a bug in RNX2CRZ and CRZ2RNX that delete input files
by the option "-d" even if conversions are unsuccessful.
2016-04-14
- Version 4.0.7 released.
- Licence policy is changed to apply Geospatial Information
Authority of Japan Website Terms of Use. Read Licence.txt.
2015-02-19
- The values of the following constants are increased:
MAXSAT 90 -> 100
MAXTYPE 50 -> 100
MAXCLM 1024 -> 2048
MAX_BUFF_SIZE 131072 -> 204800
-------------------------------------------------------------------
Mon Jan 12 15:13:53 UTC 2015 - opensuse@dstoecker.de
- update to 4.0.6
- Fixing a bug in crx2rnx.c. in outputting epoch lines in case there
are skipped epochs when a corrupted Compact RINEX ver. 3 files
are processed with the option "-s".
- check and stop with an error if value of data exceed the range
allowd in RINEX format (crx2rnx.c).
- Manipulation of extension of file names in the new file naming
convention (*.rnx/crx) is added except for front-end tools for DOS.
See the documentation of RINEX version 3.0.2 for the new convention.
-------------------------------------------------------------------
Thu Aug 29 08:40:31 UTC 2013 - opensuse@dstoecker.de
- update to 4.0.5
- Fixing a bug in rnx2crx.c. A variable "dummy" is initialized.
- Fixing a bug in displaying error message(#16)
- Checking length of input file name
- Minor changes to suppress warning messages at compilation.
- Due to a bug in the front-end tool RNX2CRZ, output file name
for *.yy[Oo] files were in correct. RNX2CRZ is just replaced
to the bug-fixed one without updating version ID.
Thanks to Huib de Ligt for notice and suggestion.
-------------------------------------------------------------------
Tue Apr 2 13:39:36 UTC 2013 - opensuse@dstoecker.de
- fix license
-------------------------------------------------------------------
Thu Jun 22 00:00:00 UTC 2010 - opensuse@dstoecker.de
- update to 4.0.4
- The function "getline" is renamed "ggetline" to avoid confliction
with that referenced in stdio in gcc 4.4. (rnx2crx.c)
- A truncatad CRINEX file can have no LF character in the last line.
former versions of CRX2RNX crash with core dumping in such cases.
This problem is solved by checking null pointer in the macro
CHOP_LF to skip when LF is not found. (crx2rnx.c)
Thank to Jelemy Palmer for notice and suggestion.
- MAXTYPE is increased from 30 to 50 (crx2rnx.c)
- correction of typos in error messages.
- UNIX front-end tools RNX2CRZ and CRZ2RNX were extensively
modified. Resolution of te following ambiguities/bugs in the
previous vresions are major changes:
* setting of output directory (default: the same directory
as that of the input file)
* case of deletion of input files (default: preserve)
* case of overwriting an output file (default: inquiring)
Options to control them are added.
Users should be careful about it, since, in some cases, the
behavior of the new tools can be different from that of
the old ones concernning for these aspects.
- The UNIX and DOS front-end tools can handle more RINEX file types.
- Documentations of the Compact RINEX format (crinex1.0.txt and
crinex3.0.txt) are removed from the distribution packages.
The following paper is now avairable for the details of the compression
format and the developement design of the software:
Hatanaka, Y. (2008), A Compression Format and Tools for GNSS Observation
Data, Bulletin of the Geospatioal Information Authority of Japan, 55,
21-30, available at http://www.gsi.go.jp/ENGLISH/Bulletin55.html.
-------------------------------------------------------------------
Thu Feb 01 00:00:00 UTC 2007 - opensuse@dstoecker.de
- First version