MCPcopy Index your code
hub / github.com/WebODM/WebODM / get_point_cloud

Method get_point_cloud

app/models/task.py:1131–1135  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1129 return file
1130
1131 def get_point_cloud(self):
1132 for asset in ["georeferenced_model.laz", "georeferenced_model.las"]:
1133 f = os.path.realpath(self.assets_path(self.ASSETS_MAP[asset]))
1134 if os.path.isfile(f):
1135 return f
1136
1137 def get_tile_path(self, tile_type, z, x, y):
1138 return self.assets_path("{}_tiles".format(tile_type), z, x, "{}.png".format(y))

Callers 1

check_eptMethod · 0.95

Calls 1

assets_pathMethod · 0.95

Tested by

no test coverage detected