An open API service indexing awesome lists of open source software.

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!

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
```