Skip to content

Commit

Permalink
docs: change py3dtiles description
Browse files Browse the repository at this point in the history
  • Loading branch information
Éric Lemoine committed Oct 11, 2018
1 parent b6f6848 commit cffd2ed
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,23 @@
py3dtiles
=========

Python module to read/write 3DTiles format.
p3dtiles is a Python tool and library for manipulating `3D Tiles`_.

Command line features:
* convert pointclouds (.las format) in a tileset (tileset.json + pnts files)
* merge several pointcloud tilesets in a single one
* read pnts and b3dm file and print a summary of their content
.. _3D Tiles: https://github.com/AnalyticalGraphicsInc/3d-tiles

API features:
* read/write pointcloud (pnts) and batched 3d model format
**CLI Features**

* Convert pointcloud LAS 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.

GitHub repository: https://github.com/Oslandia/py3dtiles

Install
-------
Expand Down

0 comments on commit cffd2ed

Please sign in to comment.