Releases: GeoscienceAustralia/GeodePy
Releases · GeoscienceAustralia/GeodePy
v0.6.0
* Updated the version of Python used in the workflows from 3.7 to 3.8
* Incremented version to 0.6.0
v.0.5.1
Fixed deployment bug in v0.5.0
v0.5.0
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
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
This release adds the ability to handle upper triangular matrices to gnss.remove_stns_sinex()
v0.2.0
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
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
Constants module updated with ITRF2020 transformation parameters
v0.0.28
Update setup.py
Increment version to 0.0.28