I am trying to analyse my raw GNSS data on the GNSS Analyser app from here https://github.com/google/gps-measurement-tools. The installation guide includes the following step:
4.2 gunzip installation
The automatic ftp code inside GnssAnalysis will download ephemeris zip files, and attempt to
unzip
them using gunzip
.
- Download
gzip.exe
from here http://ftp.gnu.org/gnu/gzip/gzip-1.9.zip - Extract the files from the
zip
file, renamegzip.exe
togunzip.exe
- Move
gunzip.exe
to somewhere in your Windows path (typepath
in the Windows Command Prompt to see what your path is, typically you will find a directoryC:\Windows\system32
and you can putgunzip.exe
there.)
However, upon downloading gunzip
, I cant find a gzip.exe
file, and hence tried renaming the gzip.c
and gzip.h
file instead. It did not work and I got this error when attempting to process my own raw data.