https://github.com/kbevers/helmertchains
Chaining Helmert transformations like a mad man!
https://github.com/kbevers/helmertchains
geodesy helmert-transformation reference-frame
Last synced: 7 months ago
JSON representation
Chaining Helmert transformations like a mad man!
- Host: GitHub
- URL: https://github.com/kbevers/helmertchains
- Owner: kbevers
- License: mit
- Created: 2022-04-22T18:54:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-28T14:12:20.000Z (over 1 year ago)
- Last Synced: 2025-01-30T00:24:58.222Z (9 months ago)
- Topics: geodesy, helmert-transformation, reference-frame
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Helmert Chains
Proof of concept that demonstrates how to combine Helmert transformations
for more effecient computations## Setup
```
conda env create --file environment.yml
conda activate helmertchains
```## Run tests
In the root of the repository:
```
pytest test.py
```## Generate PDF docs
```
pdflatex docs/main.tex
```