Skip to content

plutonheaven/android_rinex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android GNSS Logger to RINEX converter

This repository contains a Python script that converts logs from Google's GNSS measurement tools to RINEX. It was originally forked from https://github.com/rokubun/android_rinex but has been substantially modified.

See gnslogger_to_rnx.py for sample usage and a list of command line options.

rtklibexplorer's fork has been modified in plutonheaven's fork to use the code as a package in another project.

To do so, add the following line to your projects pyproject.toml:

dependencies = [
   ...
   "android_rinex==0.1.0",
]

[tool.uv.sources]
android_rinex = { git = "https://github.com/plutonheaven/android_rinex", branch = "master" }

About

This repository contains a python script that converts logs from Google's GNSS measurement tools to RINEX

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%