busstoptaktik / geodesy

Rust geodesy
Apache License 2.0
63 stars 6 forks source link

Improved stack handling #98

Closed busstoptaktik closed 5 months ago

busstoptaktik commented 5 months ago

The push/pop componenents, modelled after their PROJ namesakes, are suboptimal. To remedy this a new implementation, stack is introduced, with subcommands for pushing, popping and swapping.

Work on adding dropping and rolling is in progress.