Defining an arbitrary coordinate system #1010
Unanswered
troyswanson
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Greetings all,
I'm working with floor plan data for a retail store. This data is arbitrarily situated on an x/y plane with no respect to north (eg: the front of the store is always at the bottom of the grid). Each unit in the x/y plane is 1 inch, so things are to scale with a known measurement. I'm currently using Shapely to define the polygon features that are on this grid.
My goal is to be able to translate the data from this x/y plane to values that can be used in an IMDF manifest (which is essentially an extension of GeoJSON), so probably latitude/longitude.
Main question: What would be the necessary steps for converting this data to latitude and longitude?
My best guess right now based on my limited knowledge of this topic would be:
Any help on how to tackle this problem would be greatly appreciated. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions