Skip to content

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

License

Notifications You must be signed in to change notification settings

PermafrostDiscoveryGateway/py3dtiles

Folders and files

NameName
Last commit message
Last commit date
Jan 13, 2023
Jan 17, 2023
Jan 11, 2023
Jan 2, 2023
Jan 17, 2023
Sep 13, 2022
Jan 17, 2023
Jan 17, 2023
Jan 17, 2023
Jan 10, 2023
Oct 11, 2018
Nov 3, 2016
Jan 17, 2023
Mar 31, 2022
Jan 17, 2023
Jan 17, 2023

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.


https://travis-ci.org/Oslandia/py3dtiles.svg?branch=master

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 :