-
Notifications
You must be signed in to change notification settings - Fork 8
[Tutorial] Conversion of shapefile with point geometries to 3D Tiles
This tutorial shows how to convert a shapefile with point geometries to 3D Tiles.
See the Prerequisites section before starting this tutorial.
Create tree instance models in 3D Tiles format that represent the position of trees, given as input data the Urban_Forestry_Street_Tree_Benefits_EPSG_26985.shp.zip
shapefile.
Below the workflow graph highlighting steps and tools:
graph LR;
shp_point("Shapefile Point (.shp.zip)")-->geom_point[Geometry Manipulation]-->postgis_point[PostGIS]-->i3dm.export-->3d_intance((3DTiles));
Select the Pipelines
menu item in the left sidebar and then click on the + Add Pipeline
to create a new pipeline.
In the Add Pipeline
dialog enter Trees
as title and select the Urban_Forestry_Street_Tree_Benefits_EPSG_26985.shp.zip
from the asset dropdown then click on save.
A new pipeline is available in the table, click on the title to enter the edit page
Update geometry using the tree model by selecting it from the Model filename
field
Generate 3D Tiles by clicking on the Run
button. (The generated tileset can be downloaded from the user interface with the download icon near the SUCCESS
status tag.)
Preview of generated 3D Tiles in Cesium.js by clicking on the tileset link under the SUCCESS
status tag.