gnss_lib_py Logo
  • Install
    • Prerequisites
    • Use on Google Colab
    • Standard Installation
    • Editable Installation
    • Developer Installation
      • Linux/WSL2 and MacOS
      • Windows
  • Tutorials
    • NavData Tutorials
      • NavData
        • Initializing
        • Accessing values
        • Setting values
        • Setting new row
        • Find rows, shape and length
        • Removing rows or columns
        • Copy
        • Convert to pd.DataFrame and save to csv
        • Looping over columns
      • NavData Operations
        • Looping across a Time Row
        • Concatenating NavData Instances
        • Sorting a NavData Instance based on Row Values
        • Interpolate NaN values in a NavData Row
        • Find row names that correspond to a particular pattern
    • Parser Tutorials
      • GnssLogger Android App
        • Fix Measurements from gnss_log*.txt
        • Raw Measurements from gnss_log*.txt
        • NMEA from gnss_log*.nmea
        • Rinex Observations
        • Sensor Measurements gnss_log*.txt
      • CLK File Parsing
      • Google Decimeter Challenge Datasets
        • 2023 Google Android Derived Dataset
        • 2023 Google Android Ground Truth
        • 2023/2022 Google Decimeter Kaggle Challenge
        • 2022 Google Android Derived Dataset
        • 2022 Google Android Ground Truth
        • 2021 Google Android Derived Dataset
        • 2021 Google Android Ground Truth
      • NMEA File Parsing
      • Rinex Navigation File Parsing
      • Rinex Observation File Parsing
      • TU Chemnitz SmartLoc
      • SP3 File Parsing
      • How to Create a New NavData Class
    • Algorithm Tutorials
      • FDE: Fault Detection and Exclusion
        • Greedy Euclidean Distance Matrix FDE
        • Greedy Residual FDE
        • Evaluate FDE
      • Residuals
        • Calculating GNSS Pseudorange Residuals
      • GNSS Filters
        • Extended Kalman Filter
      • Snapshot Localization Algorithms
        • Weighted Least Squares
        • Custom Weighting Schemes for WLS
        • Estimating Only Receiver Clock Bias with WLS
    • Utility Tutorials
      • GNSS Constants
      • Coordinate Conversions
        • Local NED Frame Conversions
        • Elevation and Aziumth from ECEF Positions
      • DOP
      • Ephemeris Downloader
      • File Operations
      • Filters
      • GNSS Models
      • SV (Space Vehicle) Models
        • Adding SV States with Precise Ephemerides (SP3 & CLK)
        • Adding SV states to NavData with received measurements using broadcast ephemeris
        • Add SV states for visible satellites given a series of times and positions
        • Finding PRNs and states for visible SVs for a given position and time
        • Finding SV states at given time and for specific PRNs
        • Simulating SV positions given elevation and azimuth
      • Time Conversions
    • Visualization Tutorials
      • Plot Metric
        • Plot Metric
        • Plot Metric by Constellation
      • Plot Map
      • Plot Skyplot
      • Plotting Style
  • Reference
    • General GNSS References
    • Reference Documents for GNSS Standards
    • Details about NavData Class
      • Basic Get/Set Time Comparisons
    • Timing Conventions
    • Standard Naming Conventions
    • Module Level Function References
      • algorithms
        • fde module
        • gnss_filters module
        • residuals module
        • snapshot module
      • navdata
        • navdata module
        • operations module
      • parsers
        • android module
        • clk module
        • google_decimeter module
        • nmea module
        • rinex_nav module
        • rinex_obs module
        • smartloc module
        • sp3 module
      • utils
        • constants module
        • coordinates module
        • dop module
        • ephemeris_downloader module
        • file_operations module
        • filters module
        • gnss_models module
        • sv_models module
        • time_conversions module
      • visualizations
        • plot_map module
        • plot_metric module
        • plot_skyplot module
        • style module
    • Testing References
      • algorithms
        • test_fde module
        • test_gnss_filters module
        • test_residuals module
        • test_snapshot module
      • navdata
        • test_navdata module
        • test_operations module
      • parsers
        • test_android module
        • test_clk module
        • test_google_decimeter module
        • test_nmea module
        • test_rinex_nav module
        • test_rinex_obs module
        • test_smartloc module
        • test_sp3 module
      • utils
        • test_coordinates module
        • test_dop module
        • test_ephemeris_downloader module
        • test_file_operations module
        • test_filters module
        • test_gnss_models module
        • test_sv_models module
        • test_time_conversions module
      • visualizations
        • test_plot_map module
        • test_plot_metric module
        • test_plot_skyplot module
        • test_style module
    • Additional Indices
  • Contributing
    • Bug Reports
    • Feature requests and feedback
    • Additional Contributing Pages
      • Development Guides
        • Standard GitHub Workflow
        • NAVLab GitHub Workflow
        • Pull Request Review Workflow
        • New Package Release Workflow
      • Testing and Coverage Reports
        • Testing
        • Coverage Reports
      • Documentation and Style Guide
        • Additional documentation guidelines
        • PEP 8 Style Guide
        • File Header
        • Citations
        • Miscellaneous Style Notes
        • Adding to Documentation Pages
        • Building Documentation
  • Troubleshooting
    • Notebooks Won’t Run with VS Code
    • NavData method returns None
    • No module named *
    • build_docs.sh errors
    • Pandoc wasn’t found
gnss_lib_py
  • Reference
  • navdata
  • View page source

navdata

  • test_navdata module
    • fixture_floats()
    • fixture_flt_int_slc()
    • fixture_int_flt()
    • fixture_integers()
    • fixture_new_str_list()
    • fixture_new_string()
    • fixture_new_string_string_type()
    • fixture_new_string_unicode_type()
    • fixture_nm_str()
    • fixture_str_nm()
    • fixture_strings()
    • fixture_subsect_str_list()
    • fixture_subset_str()
    • test_argwhere_nan()
    • test_col_looping()
    • test_copy_navdata()
    • test_dtypes_casting()
    • test_dtypes_changing()
    • test_get_all_numpy()
    • test_get_item()
    • test_in_rows_multi()
    • test_in_rows_single()
    • test_init_blank()
    • test_init_csv()
    • test_init_headless()
    • test_init_np()
    • test_init_pd()
    • test_is_str()
    • test_keep_cols_where()
    • test_large_int()
    • test_len_rows()
    • test_multi_set()
    • test_multi_set_changing_type()
    • test_nan_return()
    • test_num_cols()
    • test_pandas_df()
    • test_remove_inplace()
    • test_remove_navdata()
    • test_rename_fails()
    • test_rename_inplace()
    • test_rename_mapper_and_rows()
    • test_rename_new_navdata()
    • test_replace_fails()
    • test_replace_mapper_all()
    • test_replace_mapper_partial()
    • test_replace_mapper_type_change()
    • test_set_changing_type()
    • test_set_get_item()
    • test_str_navdata()
    • test_where_empty()
    • test_where_errors()
    • test_where_numbers()
    • test_where_str()
    • test_wrong_init_set()
  • test_operations module
    • test_add_csv()
    • test_add_numpy()
    • test_add_numpy_1d()
    • test_add_pandas_df()
    • test_concat()
    • test_concat_fails()
    • test_find_wildcard_excludes()
    • test_find_wildcard_indexes()
    • test_init_only_header()
    • test_interpolate()
    • test_interpolate_fails()
    • test_sort()
    • test_time_looping()
Previous Next

© Copyright 2024, Stanford NAV Lab.

Built with Sphinx using a theme provided by Read the Docs.