Skip to content

PermafrostDiscoveryGateway/py3dtiles

Repository files navigation

Forked from https://gitlab.com/Oslandia/py3dtiles

Changes have been made in this fork to better support the Cesium B3DM Batched 3D Models geometry and Feature Tables.

The gitlab-oslandia branch is used to pull in changes from the original creators on GitLab. This branch should be kept up to-to-date with the master GitLab branch. To pull in changes locally, first add the GitLab repo as a remote, then pull in changes from GitLab, and finally, push them to GitHub. From the directory that contains this repo:

git checkout gitlab-oslandia
git remote add gitlab https://gitlab.com/Oslandia/py3dtiles.git # First time only
git pull gitlab
git push origin

When ready to update our version:

git checkout develop
git merge gitlab-oslandia
git push

README content from the original repository is below.


image

image

py3dtiles

py3dtiles is a Python tool and library for manipulating 3D Tiles.

CLI Features

  • Convert pointcloud LAS and XYZ files to a 3D Tiles tileset (tileset.json + pnts files)
  • Merge pointcloud 3D Tiles tilesets into one tileset
  • Read pnts and b3dm files and print a summary of their contents

API features

  • Read/write pointcloud (pnts) and batched 3d model format

py3dtiles is distributed under the Apache 2 Licence.

Gitlab repository: https://gitlab.com/Oslandia/py3dtiles

Documentation :

About

Forked version of the py3dtiles python module to create 3DTiles format

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages