-
Origninal discussion here on ANTH 362 ElevationAPI example model: dpickerk Hi, I'm one of Professor Herrmann's students trying to make a model using your tool; I think it's really cool! I was wondering if there was a way to know the exact real-world length and width of a models as a whole (rather than simply by including the scale bar) so that I can apply the appropriate AR scaling settings within Sketchfab. Thanks so much! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Elevation API site (https://elevationapi.com) has been updated. The data contains all information sent by the API, now including a "geoReference" member containing
{
"minElevation": 396,
"maxElevation": 544,
"geoReference": {
"boundingBox": {
"xMin": 5.629166666666666,
"xMax": 5.6466666666666665,
"yMin": 43.785,
"yMax": 43.7975,
"zMin": 396,
"zMax": 544,
"width": 0.01750000000000007,
"height": 0.012500000000002842,
"depth": 148,
"center": [
5.6379166666666665,
43.79125,
470
],
"area": 0.00021875000000005064,
"wkt": "POLYGON((5.629166666666666 43.785, 5.6466666666666665 43.785, 5.6466666666666665 43.7975, 5.629166666666666 43.7975, 5.629166666666666 43.785))",
"srid": 4326
},
"widthMeters": 1406.2606,
"heightMeters": 1391.4937,
"medianElevation": 470
}
} (other content omitted for brievety) |
Beta Was this translation helpful? Give feedback.
Elevation API site (https://elevationapi.com) has been updated.
You can download geo referencing data here :
The data contains all information sent by the API, now including a "geoReference" member containing