Stanford-NavLab / gnss_lib_py

Modular Python tool for parsing, analyzing, and visualizing Global Navigation Satellite Systems (GNSS) data and state estimates
MIT License
131 stars 33 forks source link

add tools for working with derived data from Google decimeter dataset #15

Closed betaBison closed 2 years ago

betaBison commented 3 years ago

https://www.kaggle.com/c/google-smartphone-decimeter-challenge/data

betaBison commented 3 years ago

remove pyproj dependency currently present in notebook by switching to the coordinate transform tools already in this repository

kanhereashwin commented 2 years ago

Require plotting tools for residuals, skyplot and pseudoranges. Also require processing of ground truth measurements and plotting on a map. @betaBison should be closed when you add most of these enhancements 😛

betaBison commented 2 years ago
kanhereashwin commented 2 years ago

Migrated to #14