Skip to content

Commit

Permalink
Fix chunk table. (hobuinc#69)
Browse files Browse the repository at this point in the history
* Fix chunk table size.

* Update readme.
  • Loading branch information
abellgithub authored Sep 16, 2021
1 parent e4abdce commit 0a026d1
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Untwine

Untwine is software from [Hobu, Inc.](https://hobu.co) for creating [Entwine Point Tile](https://entwine.io/entwine-point-tile.html) (EPT)
Untwine is software from [Hobu, Inc.](https://hobu.co) for creating [Entwine Point Tile](https://entwine.io/entwine-point-tile.html) (EPT)
web services from [PDAL](https://pdal.io)-readable point cloud data sources. It
provides an alternative processing approach than the [Entwine](https://entwine.io)
software, but the output is expected to be compatible EPT.
Expand All @@ -9,7 +9,8 @@ software, but the output is expected to be compatible EPT.
License
-------

Untwine is licensed under the GPLv3. Commercial licensing is possible by contacting Hobu, Inc. for pricing.
Untwine is licensed under the GPLv3. Commercial licensing is possible by contacting
Hobu, Inc. for pricing.

Building Untwine:
--------
Expand Down Expand Up @@ -74,5 +75,12 @@ Options

- stats

Generate summary statistics in 'ept.json' similar to those produced by Entwine.
Generate summary statistics in 'ept.json' similar to those produced by Entwine for EPT output
Min/max stats are always generated when generating single-file output.
[Default: false]

- single_file

Generate a LAZ file with spatially arranged data and hierarchy information
[(COPC)](https://github.com/copcio/copcio.github.io). [Default: false]

0 comments on commit 0a026d1

Please sign in to comment.