Skip to content

[Sketchfab] Get model physical dimensions in the real world #85

Answered by xfischer
xfischer asked this question in Q&A
Discussion options

You must be logged in to vote

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

  • bounding box
  • width and height in meters (calculated from center point)
{
	"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": "P…

Replies: 1 comment

Comment options

xfischer
Dec 8, 2020
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by xfischer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant