GeodePy Versions Save

A toolkit for Geodesy and Surveying in Python

v0.5.1

1 year ago

Fixed deployment bug in v0.5.0

v0.5.0

1 year ago

GNSS module

  • Add function to remove velocity from sinex
  • Add function to only remove zeros from matrix

Survey module

  • additional formulae group for calulation of refractive index

v0.4.0

1 year ago

This release revises functionality in the geodepy.survey module that computes corrections applied to electronic distance measurements. This includes changes to the parameter types and units in the function geodepy.survey.first_vel_params

v0.3.0

1 year ago

This release adds the ability to handle upper triangular matrices to gnss.remove_stns_sinex()

0.2.1

1 year ago

Fix formatting issue

v0.2.0

1 year ago

Changes include:

  • Fixed remove_stns_sinex() so that the header line now contains the correct number of parameter estimates and the creation time is correct.
  • Four new functions were added: -- set_creation_time(), -- read_sinex_header_line(), -- list_sinex_blocks(), and -- print_sinex_comments()

v0.1.0

1 year ago

The following functions have been added to the gnss module:

  • read_sinex_header_block()
  • read_sinex_site_id_block()
  • read_sinex_solution_epochs_block()
  • read_sinex_solution_estimate_block()
  • read_sinex_solution_matrix_estimate_block()
  • remove_stns_sinex()

v0.0.29

2 years ago

Constants module updated with ITRF2020 transformation parameters

v0.0.28

2 years ago

v0.0.26

2 years ago

Testing Github Actions CI/CD