Coordinate systems
An introduction to the coordinate system used for placement of spaces and devices.
Real coordinates
{
....
"type": "SPACE_BUILDING",
"coordinates": "COORDS_REAL",
"image": "https://app.neowit.io/api/image/v1/image/<someimage>",
"features": {
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.0088256,
40.7060361,
0
]
},
"properties": {
"address": "Wall St, New York, NY, USA"
}
}
}Virtual coordinates
Spaces
Devices
Basic workings of the coordinate system
Converting between image pixel and Cartesian
Example 1 - Image where width > height
Example 2 - Image where width < height
Example 3 - Image where width == height
Last updated