Feature Request: Add the ability to plot a scale (100 pixels = 1km) on the image, with a scale bar drawing #10
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
levi/satellite-imagery#10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Here's an example of what a scale bar looks like on a map. Something simple like this, enabled with the
--scale-barsetting, would be awesome! You could take it even further and allow--scale-bar bottom-right, etc. to position it.Ok, i think this would be possible, the harder part is calculating meters from coordinates. I'll think of implementing this, for now could you please hit the original lib as well?
You just project the coordinates to UTM, and that gives you distances in meters. Tons of libraries for doing that projection. You can also do a great circle approximation (reasonably-simple trig expression).
Ok, im currently working on another geological project where im gonna have to do conversion to meters, so when i'll finish it there ill come back to add it here.
Geological? Like, with underground rocks?
Thanks!
Yes, underground rocks :)