busstoptaktik / geodesy

Rust geodesy
Apache License 2.0
66 stars 6 forks source link

Flesh out kp #8

Closed busstoptaktik closed 3 years ago

busstoptaktik commented 3 years ago

Compact cmd line notation, actual functionality, help text

busstoptaktik commented 3 years ago
kp "cart ellps: intl | helmert dx: -87 dy: -96 dz: -120 | cart inv ellps: GRS80" foo bar baz

by trivial substitutions this is transformed to

pipeline: {
    steps: [
        cart: {ellps: intl},
        helmert: {dx: -87, dy: -96, dz: -120},
        cart: {inv: true, ellps: GRS80}
    ]
}
busstoptaktik commented 3 years ago

Closed with e8c3250d40d3bfb86732d85a784fa6afd859825f