Interact with omap-files through code #2506
yvind
started this conversation in
Show and tell
Replies: 2 comments 1 reply
-
|
FTR the "tests" which process the symbol sets and examples show how to interact with OMAP files trough OpenOrienteering Mapper code (C++). |
Beta Was this translation helpful? Give feedback.
1 reply
-
That place for discussion is: https://github.com/yvind/omap-rs |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have made a Rust library for interacting with omap files through code.
https://crates.io/crates/omap
Thought I'd share it here so anybody else that finds it useful to interact with map through code can use it.
The library supports both writing new files (with georeferencing) or editing existing files. Paired with the geo crate this gives many possibilities for performing geographic operations on the map objects.
I find it useful for simplifing imported objects or writing fresh files from lidar and other geodata.
I've seen other people having issues with extracting object coordinates from the files and this library can hopefully simplify that process
If anybody has any feedback
just write here orfile issues on my github. I'll add some better docs and examples if it is useful for peopleBeta Was this translation helpful? Give feedback.
All reactions