PermafrostDiscoveryGateway / py3dtiles

Forked version of the py3dtiles python module to create 3DTiles format
https://gitlab.com/Oslandia/py3dtiles
Other
0 stars 2 forks source link
3d 3dtiles cesium cesiumjs python

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 :code: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 :code: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:

.. code-block:: bash

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:

.. code-block:: bash

git checkout develop git merge gitlab-oslandia git push

README content from the original repository is below.


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

.. image:: https://badge.fury.io/py/py3dtiles.svg :target: https://badge.fury.io/py/py3dtiles

========= py3dtiles

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

.. _3D Tiles: https://github.com/AnalyticalGraphicsInc/3d-tiles

CLI Features

API features

py3dtiles is distributed under the Apache 2 Licence.

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

Documentation :