[pdal-commits] [PDAL/PDAL] c3fb59: i3S/slpk reader

GitHub noreply at github.com
Fri Oct 5 07:38:26 PDT 2018


  Branch: refs/heads/1.8rc
  Home:   https://github.com/PDAL/PDAL
  Commit: c3fb59197f36d178babdb566152b912cbbca66ab
      https://github.com/PDAL/PDAL/commit/c3fb59197f36d178babdb566152b912cbbca66ab
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-10-05 (Fri, 05 Oct 2018)

  Changed paths:
    M appveyor.yml
    M cmake/examples/hobu-config.sh
    M cmake/examples/hobu-windows.bat
    M cmake/options.cmake
    A doc/stages/readers.i3s.rst
    A doc/stages/readers.slpk.rst
    M pdal/StageExtensions.cpp
    M pdal/StageFactory.cpp
    M pdal/util/FileUtils.cpp
    M pdal/util/FileUtils.hpp
    M plugins/CMakeLists.txt
    A plugins/i3s/CMakeLists.txt
    A plugins/i3s/io/EsriReader.cpp
    A plugins/i3s/io/EsriReader.hpp
    A plugins/i3s/io/EsriUtil.cpp
    A plugins/i3s/io/EsriUtil.hpp
    A plugins/i3s/io/I3SReader.cpp
    A plugins/i3s/io/I3SReader.hpp
    A plugins/i3s/io/SlpkExtractor.cpp
    A plugins/i3s/io/SlpkExtractor.hpp
    A plugins/i3s/io/SlpkReader.cpp
    A plugins/i3s/io/SlpkReader.hpp
    A plugins/i3s/io/pool.hpp
    A plugins/i3s/lepcc/CMakeLists.txt
    A plugins/i3s/lepcc/src/BitMask.cpp
    A plugins/i3s/lepcc/src/BitMask.h
    A plugins/i3s/lepcc/src/BitStuffer2.cpp
    A plugins/i3s/lepcc/src/BitStuffer2.h
    A plugins/i3s/lepcc/src/ClusterRGB.cpp
    A plugins/i3s/lepcc/src/ClusterRGB.h
    A plugins/i3s/lepcc/src/Common.cpp
    A plugins/i3s/lepcc/src/Common.h
    A plugins/i3s/lepcc/src/FlagBytes.cpp
    A plugins/i3s/lepcc/src/FlagBytes.h
    A plugins/i3s/lepcc/src/Huffman.cpp
    A plugins/i3s/lepcc/src/Huffman.h
    A plugins/i3s/lepcc/src/Intensity.cpp
    A plugins/i3s/lepcc/src/Intensity.h
    A plugins/i3s/lepcc/src/LEPCC.cpp
    A plugins/i3s/lepcc/src/LEPCC.h
    A plugins/i3s/lepcc/src/Test_C_Api.cpp
    A plugins/i3s/lepcc/src/include/lepcc_c_api.h
    A plugins/i3s/lepcc/src/include/lepcc_tpl_api.h
    A plugins/i3s/lepcc/src/include/lepcc_types.h
    A plugins/i3s/lepcc/src/lepcc_c_api_impl.cpp
    A plugins/i3s/lepcc/src/utl_const_array.h
    A plugins/i3s/test/SlpkReaderTest.cpp
    A plugins/i3s/test/i3sReaderTest.cpp
    M scripts/appveyor/config.cmd
    M scripts/appveyor/test.cmd
    M scripts/ci/script.sh
    A test/data/i3s/SMALL_AUTZEN_LAS_All .zip
    A test/data/i3s/SMALL_AUTZEN_LAS_All.bin
    A test/data/i3s/SMALL_AUTZEN_LAS_All.slpk
    A test/data/i3s/SMALL_AUTZEN_LAS_All/3dSceneLayer.json.gz
    A test/data/i3s/SMALL_AUTZEN_LAS_All/@specialIndexFileHASH128@
    A test/data/i3s/SMALL_AUTZEN_LAS_All/metadata.json
    A test/data/i3s/SMALL_AUTZEN_LAS_All/nodepages/0.json.gz
    A test/data/i3s/SMALL_AUTZEN_LAS_All/nodes/0/attributes/1024.bin.gz
    A test/data/i3s/SMALL_AUTZEN_LAS_All/nodes/0/attributes/128.bin.gz
    A test/data/i3s/SMALL_AUTZEN_LAS_All/nodes/0/attributes/16.bin.gz
    A test/data/i3s/SMALL_AUTZEN_LAS_All/nodes/0/attributes/2.bin.pccint
    A test/data/i3s/SMALL_AUTZEN_LAS_All/nodes/0/attributes/256.bin.gz
    A test/data/i3s/SMALL_AUTZEN_LAS_All/nodes/0/attributes/32.bin.gz
    A test/data/i3s/SMALL_AUTZEN_LAS_All/nodes/0/attributes/512.bin.gz
    A test/data/i3s/SMALL_AUTZEN_LAS_All/nodes/0/attributes/8.bin.gz
    A test/data/i3s/SMALL_AUTZEN_LAS_All/nodes/0/geometries/0.bin.pccxyz
    A test/data/i3s/SMALL_AUTZEN_LAS_All/statistics/1.json.gz
    A test/data/i3s/SMALL_AUTZEN_LAS_All/statistics/1024.json.gz
    A test/data/i3s/SMALL_AUTZEN_LAS_All/statistics/128.json.gz
    A test/data/i3s/SMALL_AUTZEN_LAS_All/statistics/16.json.gz
    A test/data/i3s/SMALL_AUTZEN_LAS_All/statistics/2.json.gz
    A test/data/i3s/SMALL_AUTZEN_LAS_All/statistics/256.json.gz
    A test/data/i3s/SMALL_AUTZEN_LAS_All/statistics/32.json.gz
    A test/data/i3s/SMALL_AUTZEN_LAS_All/statistics/512.json.gz
    A test/data/i3s/SMALL_AUTZEN_LAS_All/statistics/8.json.gz
    A test/data/i3s/plineAutzen.json
    A test/data/i3s/plineHelsinki.json
    M vendor/arbiter/arbiter.hpp

  Log Message:
  -----------
  i3S/slpk reader

Squashed commit of the following:

commit c03a42e1ec368dc0f3d21c6baa25688ed00c17eb
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date:   Thu Oct 4 13:01:29 2018 -0400

    Update arbiter bundle for namespacing gzip functionality.

commit f40be313de454b2e9ac3ddb4a20b90e27440a05d
Merge: e3cfdc628 2f3129106
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date:   Thu Oct 4 11:32:38 2018 -0400

    Merge remote-tracking branch 'origin/i3s-cleanup' into i3s-cleanup

commit e3cfdc628c1c6d4759ff62127b01c58e48e046d0
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date:   Thu Oct 4 11:32:06 2018 -0400

    Build cleanup.

commit 2f3129106332bc66053d59d16798cb6c973d3e8d
Author: kylemann16 <kyle at hobu.co>
Date:   Thu Oct 4 09:23:52 2018 -0500

    changed i3s test variable

commit 540639b05d6b9ad59bddb33a963bb14fd97ddd53
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date:   Thu Oct 4 10:15:56 2018 -0400

    Fix logic bug.

commit 5e91460b608a8da0feaaa07615641bad78390b8e
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date:   Thu Oct 4 10:12:46 2018 -0400

    Don't throwError() on last line to avoid return warning.

commit a7e00926ee1413299e28f0de278ff2453a21b0ee
Author: kylemann16 <kyle at hobu.co>
Date:   Thu Oct 4 08:49:22 2018 -0500

    changed try logic

commit e7963b1aa4b8f9ef874492a161b459ef9a625ebb
Merge: 1cc29d4e0 5d89923ac
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date:   Wed Oct 3 17:38:59 2018 -0400

    Merge remote-tracking branch 'origin/i3s-cleanup' into i3s-cleanup

commit 1cc29d4e0f9c5a25efb879ce24c3a819b2b0a192
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date:   Wed Oct 3 17:37:09 2018 -0400

    Simplify ternary logic.

commit 5d89923ac7cc3c9d33f82edc11a4fc9d2a342455
Author: kylemann16 <kyle at hobu.co>
Date:   Wed Oct 3 16:36:39 2018 -0500

    changed continue to break in retry

commit 97f8713428c295c41cd4c8aa4014e110b92baff0
Author: kylemann16 <kyle at hobu.co>
Date:   Wed Oct 3 15:43:23 2018 -0500

    removed cout

commit f38cb106ba3cb5cd30ca268e167db17eca207d92
Author: kylemann16 <kyle at hobu.co>
Date:   Wed Oct 3 15:37:36 2018 -0500

    added retry block

commit 190bb813fd339576813e40370223140f68eee318
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date:   Wed Oct 3 12:34:03 2018 -0400

    Remove comment.

commit a6cd59aa45fdf3fb17f917ec416a7be570795811
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date:   Wed Oct 3 12:28:02 2018 -0400

    Remove much include file cruft.
    Remove EsriUtil code from global pdal namespace.
    Use consistent throw/catch.
    Formatting stuff.
    Various small changes.

commit 6b8cade1fd2eb83e51e60bb363ff9627a29ad649
Author: kylemann16 <kyle at hobu.co>
Date:   Tue Oct 2 16:00:52 2018 -0500

    added version functionality. added pipeline jsons to test/data/i3s

commit f91c2a7b8edd2ddacc86d0d6206a31542fd84490
Author: kylemann16 <kyle at hobu.co>
Date:   Tue Oct 2 10:38:31 2018 -0500

    works with Esri pointcloud 1.6 as long as it's lepcc encoding

commit 243adf938f6b52b1e35d61de5c5057cd4f8c490b
Author: kylemann16 <kyle at hobu.co>
Date:   Mon Oct 1 14:20:30 2018 -0500

    look for nodePerIndexPage in json

commit d76a0178761848b4df171deb2fcb5ce3a782e820
Author: kylemann16 <kyle at hobu.co>
Date:   Mon Oct 1 13:18:23 2018 -0500

    changed parentheses locations

commit 8892b4bdd8eef29c3c8dd9fe18e62150cf8f8b54
Author: kylemann16 <kyle at hobu.co>
Date:   Fri Sep 28 15:28:16 2018 -0500

    adjusted std::max and density logic

commit 444fd3113ed36d1fbf7ed465d4c8ab8ce42c2e17
Author: kylemann16 <kyle at hobu.co>
Date:   Fri Sep 28 14:35:14 2018 -0500

    updated docs

commit 6dfaccda2b551005eafb1b5d890277d08235107c
Author: kylemann16 <kyle at hobu.co>
Date:   Fri Sep 28 14:15:58 2018 -0500

    changed depth to min and max density searches

commit 39f4181edaf79fbaf2d230235efc0af4c60cf2f1
Author: kylemann16 <kyle at hobu.co>
Date:   Fri Sep 28 10:33:34 2018 -0500

    added depth test

commit 6210d99eed326d59f224ce563a40d71fcaf860a1
Author: kylemann16 <kyle at hobu.co>
Date:   Thu Sep 27 17:31:16 2018 -0500

    changed lod to depth of node tree

commit c886d4f337ec68033b5723071aa49e23b2bea184
Author: kylemann16 <kyle at hobu.co>
Date:   Thu Sep 27 11:50:05 2018 -0500

    added lod tests

commit 721220e3c669ba2fe90384304f0bb72f384c7416
Author: kylemann16 <kyle at hobu.co>
Date:   Wed Sep 26 16:59:13 2018 -0500

    added lod option and corresponding examples in docs

commit 8f1ec4ad0d446f74968dfc73f8d9c650cc665dd7
Author: kylemann16 <kyle at hobu.co>
Date:   Wed Sep 26 16:07:01 2018 -0500

    unpacking returns correctly

commit 0e0e19c5b10fe44f592888f7a3e5dc1542e698fc
Author: kylemann16 <kyle at hobu.co>
Date:   Wed Sep 26 14:46:16 2018 -0500

    added dimensions to docs and made them case insensitive

commit 1c496b5038a567394787d29352a7311ee5255f01
Author: kylemann16 <kyle at hobu.co>
Date:   Wed Sep 26 12:52:36 2018 -0500

    added dimensions option

commit 95c6fb78826356f73462ac11b35fcc434cdeed7a
Author: kylemann16 <kyle at hobu.co>
Date:   Wed Sep 26 11:07:52 2018 -0500

    added json checks

commit fd23b00028a9b88356cdbb4769b5451dfc413fe6
Merge: b214f4eb6 c29473f4a
Author: Howard Butler <howard at hobu.co>
Date:   Wed Sep 26 10:38:40 2018 -0500

    Merge remote-tracking branch 'origin/master' into i3s

commit b214f4eb6f6a8f2345fe93971d87dd592b8c3c3f
Author: Howard Butler <howard at hobu.co>
Date:   Wed Sep 26 10:38:30 2018 -0500

    make I3S tests an optional build/run -- the SLPK reader tests the basic software, and the I3S does remote-over-the-internet requests which take about 60s. to run

commit a7e0b228c3d070fb000d7f29bd27377c4010826f
Author: Howard Butler <howard at hobu.co>
Date:   Tue Sep 25 22:51:46 2018 -0500

    fetch cacert so curl works for ssl, only output curl noise in debug mode

commit 1163f7b9d2fe0657ddd9796ddbc8a7825eb68d19
Author: Howard Butler <howard at hobu.co>
Date:   Tue Sep 25 22:24:01 2018 -0500

    get windows happier

commit 6e2ba169e28e9ae3b8564dc2f91ae0eb1c4930fd
Merge: 21f866e2c 157c7df00
Author: kylemann16 <kyle at hobu.co>
Date:   Tue Sep 25 18:00:33 2018 -0500

    Merge remote-tracking branch 'upstream/i3s' into i3sbinary

commit 21f866e2cd83bb1017281c34b25aa7f78975221d
Author: kylemann16 <kyle at hobu.co>
Date:   Tue Sep 25 17:59:41 2018 -0500

    fixed test file, fixed if else chain in addDimensions

commit 157c7df00ee91fa6ae913c8ee9c1cea9d7aa921b
Author: Howard Butler <howard at hobu.co>
Date:   Tue Sep 25 16:40:29 2018 -0500

    I3S for appveyor

commit 0bd6cad1db680d0c0c0417c4b380d5053f352336
Author: Howard Butler <howard at hobu.co>
Date:   Tue Sep 25 16:37:05 2018 -0500

    switch on I3S

commit f5307564286aa7b8675987c45be5c170ad5ed377
Author: kylemann16 <kyle at hobu.co>
Date:   Tue Sep 25 16:31:51 2018 -0500

    fixed thread problems, added await(), added size checks on data)

commit a09cf505a7de3c5fac11464e46c783153809cc51
Author: kylemann16 <kyle at hobu.co>
Date:   Tue Sep 25 15:05:49 2018 -0500

    added zlib check to cmake

commit ee34f1ce4ff235fed0f402bb09bf82d4ece3d9f2
Author: kylemann16 <kyle at hobu.co>
Date:   Tue Sep 25 14:52:23 2018 -0500

    elevation no longer inserts to dimmap

commit 7f51459dba4dc87e57bf86115adb9d6794d59f09
Author: kylemann16 <kyle at hobu.co>
Date:   Tue Sep 25 14:40:39 2018 -0500

    added dimType map. fixed json test

commit 1a6f7fb7e69e80b0946baca31c484dee5097faf0
Author: kylemann16 <kyle at hobu.co>
Date:   Tue Sep 25 13:30:26 2018 -0500

    changed json to be correct

commit f1c2949523328a823d863edf01ada2875e7c85e3
Author: kylemann16 <kyle at hobu.co>
Date:   Tue Sep 25 13:27:44 2018 -0500

    added else for undefined dimension

commit b86a4bb6273599bf1ba48667263a659aa25ed0ce
Author: kylemann16 <kyle at hobu.co>
Date:   Tue Sep 25 13:18:11 2018 -0500

    Add json check

commit a35c2a20fb53387c857267af4e03767867947354
Author: kylemann16 <kyle at hobu.co>
Date:   Tue Sep 25 13:11:26 2018 -0500

    Doc typos

commit 0b33740d4e8b71bd5f1ffb748f897c5cc30cfe86
Merge: 5a0064c27 a5b0c2b6f
Author: kylemann16 <kyle at hobu.co>
Date:   Tue Sep 25 13:07:33 2018 -0500

    Merge remote-tracking branch 'upstream/i3s' into i3sbinary

commit 5a0064c27f662d3828bae5de0cc2033cdf518e3d
Author: kylemann16 <kyle at hobu.co>
Date:   Tue Sep 25 13:05:10 2018 -0500

    changed from EsriReceiver to EsriUtil. Made some clearer variable names in parsebox

commit 44c397913b6cdaf5e98bea9c99d532f7630a745d
Author: kylemann16 <kyle at hobu.co>
Date:   Tue Sep 25 12:31:34 2018 -0500

    adding throwErrors and minor adjustments

commit 47fd806df481810b59ca4d250a4243ea1f1f3719
Author: kylemann16 <kyle at hobu.co>
Date:   Tue Sep 25 10:42:58 2018 -0500

    Made requested changes: shortened file Utils, fixed bad copies in decompression

commit a5b0c2b6fdb17c8d3bcc29b30adef8f38fdf95b1
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date:   Mon Sep 24 14:53:57 2018 -0400

    Better description for createDirectories.

commit 2a57a3e3c66b7df71e5c211194a2fc292568123c
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date:   Mon Sep 24 14:51:58 2018 -0400

    Don't change byte order of magic number.

commit 3ef842e39dc108d6f479e3ae4fb0f866c520b5f3
Author: kylemann16 <kyle at hobu.co>
Date:   Mon Sep 24 13:21:02 2018 -0500

    removed couts

commit f5ea55b30f65ec3109dc259b89f5a0bc24b4821b
Author: kylemann16 <kyle at hobu.co>
Date:   Mon Sep 24 13:15:01 2018 -0500

    changed loop in esrireader to not use errors. Throw errors on bad lepcc decompressions. Removed random if statement in infokernel. Other minor style fixes.

commit d83ec04f5c84d0973280b2f7d7381f1f8f151648
Author: kylemann16 <kyle at hobu.co>
Date:   Sat Sep 22 17:00:37 2018 -0500

    added slpk reader doc and slpk from i3s doc

commit c4f0539991484c5a8cda99df26cdd256ec56e8b1
Merge: 9192c798b 372687903
Author: kylemann16 <kyle at hobu.co>
Date:   Sat Sep 22 16:19:37 2018 -0500

    Merge branch 'master' into i3sbinary

commit 372687903772d0e83f7c2fbf899307e121188623
Merge: b68aa579a dbd65fb3f
Author: kylemann16 <kyle at hobu.co>
Date:   Fri Sep 21 16:02:56 2018 -0500

    Merge remote-tracking branch 'origin/pseudocode' into dimensions

commit b68aa579ae50eab2d207b6a0535925da04296560
Author: kylemann16 <kyle at hobu.co>
Date:   Fri Sep 21 16:00:31 2018 -0500

    changed dimensions for fewer elses

commit dbd65fb3f14210fa005651d923aa219390f040ac
Author: Connor Manning <connor at hobu.co>
Date:   Fri Sep 21 15:43:18 2018 -0500

    Fix SRS handling.

commit a30fcfea2b6ac36144d87445eba889661bc6fd4c
Merge: 723f071b3 6fbb39fc7
Author: kylemann16 <kyle at hobu.co>
Date:   Fri Sep 21 15:14:23 2018 -0500

    Merge branch 'pseudocode' of github.com:kylemann16/PDAL into pseudocode

commit 723f071b336c58da230b14963c565967ddc25441
Author: kylemann16 <kyle at hobu.co>
Date:   Fri Sep 21 15:13:32 2018 -0500

    set as changes

commit 6fbb39fc726068c67587f8ebfa82b55b4996a175
Author: Connor Manning <connor at hobu.co>
Date:   Fri Sep 21 15:11:37 2018 -0500

    String comparison.

commit 13769fc67586fcfcb913349a4cd94252e6eb3c4f
Author: Connor Manning <connor at hobu.co>
Date:   Fri Sep 21 15:09:14 2018 -0500

    Get generic types working.

commit 75ce6cb6f32470d3c5c1b495238657f7ec2794de
Author: kylemann16 <kyle at hobu.co>
Date:   Fri Sep 21 14:41:51 2018 -0500

    dimension changes

commit 892323a1dba9650084edc03ab8c6482837f4e3fd
Author: Connor Manning <connor at hobu.co>
Date:   Fri Sep 21 10:40:04 2018 -0500

    Add pseudo-code for generic i3s dimension handling.

commit 91ecd6cc4dd868f85e333d68a5b0b680c56fe11d
Author: Connor Manning <connor at hobu.co>
Date:   Thu Sep 20 16:47:28 2018 -0500

    Quaternion calculations.

commit 5a090e6478b3290f246ae3147b4430b09dbb2235
Author: kylemann16 <kyle at hobu.co>
Date:   Thu Sep 20 15:25:45 2018 -0500

    quat changes

commit 1413aa680806273ab99bc398490d5f589d527471
Author: Connor Manning <connor at hobu.co>
Date:   Thu Sep 20 11:10:36 2018 -0500

    Virtualize i3s/slpk readers.

commit 1778873e25fab6ba515df07832b9f16ae3338245
Author: kylemann16 <kyle at hobu.co>
Date:   Thu Sep 20 10:10:54 2018 -0500

    added copyright

commit e438d84effd3a03f26a5a5214b3a460c95f43567
Author: kylemann16 <kyle at hobu.co>
Date:   Thu Sep 20 09:46:26 2018 -0500

    style changes to i3s doc, added doc link to i3sReader.cpp

commit ee6e4279addebfb3b4f63336c3d678c484779a37
Author: kylemann16 <kyle at hobu.co>
Date:   Thu Sep 20 09:21:38 2018 -0500

    created docs

commit e09c346419199cc18c3cca43cc86fbc2d3912e44
Author: kylemann16 <kyle at hobu.co>
Date:   Wed Sep 19 18:33:28 2018 -0500

    changed catch to fileExists test. Added slpk to stage extensions

commit 3d401c3d2d74b0e9bedfd9cb79f8c5d16a975920
Merge: 7f2099117 1755e27ea
Author: kylemann16 <kyle at hobu.co>
Date:   Wed Sep 19 18:15:48 2018 -0500

    style changes

commit 7f2099117357aa8286906b96a136eb2cd0b1d946
Author: kylemann16 <kyle at hobu.co>
Date:   Wed Sep 19 16:20:27 2018 -0500

    added copyrights

commit 9192c798bbadaa013e63a5860d2276b534ce474e
Merge: 79ffe5798 1755e27ea
Author: Kyle Mann <39525199+kylemann16 at users.noreply.github.com>
Date:   Wed Sep 19 16:14:55 2018 -0500

    Merge pull request #2174 from PDAL/i3s-style

    A bit of styling consistency.

commit 1755e27ea1b21cc0befa4c14fb497f2920dfa353
Author: Connor Manning <connor at hobu.co>
Date:   Wed Sep 19 16:05:44 2018 -0500

    More no-op styling tweaks.

commit 8be850b1d8976e3034609ba327a9ec3b83689b5d
Author: Connor Manning <connor at hobu.co>
Date:   Wed Sep 19 15:54:38 2018 -0500

    A bit of styling consistency.

commit ddab52966c3ea6bcaa6fd63bbefa6153ddbe6e0d
Author: kylemann16 <kyle at hobu.co>
Date:   Wed Sep 19 15:46:43 2018 -0500

    made visual changes

commit 79ffe5798e29efa3ac2e2e1cd9692e75f57bdbd2
Author: kylemann16 <kyle at hobu.co>
Date:   Wed Sep 19 15:33:36 2018 -0500

    added overrides and changed iterator to size_t to match size()

commit 24019ac21c995aecfb94c4f777fb817d289a77e5
Author: kylemann16 <kyle at hobu.co>
Date:   Wed Sep 19 15:29:09 2018 -0500

    added string include to clusterRGB

commit c1a6babe4a86bfb23a75bc0c9f85017e5397290e
Author: kylemann16 <kyle at hobu.co>
Date:   Wed Sep 19 15:20:00 2018 -0500

    can now read slpk as well as from http, created tests for bounding in local and remote files with autzen and small autzen

commit 509cf1946be1a4dbbabbcb956e6861c7ac692d50
Merge: e2d1729f2 171287feb
Author: kylemann16 <kyle at hobu.co>
Date:   Tue Sep 18 14:55:50 2018 -0500

    Merge remote-tracking branch 'upstream/i3s' into i3sReader

commit e2d1729f2f8bbd448912c2d4593c2de256ac4eef
Author: kylemann16 <kyle at hobu.co>
Date:   Tue Sep 18 14:54:57 2018 -0500

    added test file

commit 81fcbd3effc450ed46f66a5014054be09d256fb0
Merge: 3a859e2f9 cafff53a1
Author: kylemann16 <kyle at hobu.co>
Date:   Tue Sep 18 14:19:19 2018 -0500

    updated to current pdal and created ability to recognize slpk file extension

commit 171287febff1cf530ca5d55b4e050a1eb17f35d4
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date:   Tue Sep 18 14:36:08 2018 -0400

    Add SlpkExtractor.

commit 3a859e2f95fe65064da9e738cd62ee82ec8d14d5
Author: kylemann16 <kyle at hobu.co>
Date:   Tue Sep 18 13:24:11 2018 -0500

    pre fetch commit

commit 3a3acd7d6252091d869a377555196294026bb13f
Author: kylemann16 <kyle at hobu.co>
Date:   Tue Sep 18 10:43:54 2018 -0500

    added test files for i3sreader

commit c28cb796582cf1792a68fdfa2b81c805c98ad7e7
Author: kylemann16 <kyle at hobu.co>
Date:   Tue Sep 18 10:08:36 2018 -0500

    now working with oriented bounding boxes

commit a6994868961060f58395b21d923f830746fd9075
Author: kylemann16 <kyle at hobu.co>
Date:   Fri Sep 14 11:40:07 2018 -0500

    making qol improvements

commit 2ae174b56380143dff57a2d501c4297450860b0a
Author: kylemann16 <kyle at hobu.co>
Date:   Thu Sep 13 10:55:43 2018 -0500

    remove tailing / from input url

commit 811608ebdde1bef6b575087141ad625cc343a74f
Author: kylemann16 <kyle at hobu.co>
Date:   Wed Sep 12 17:59:21 2018 -0500

    bounds and thread counts working. tested with info and translate on provided autzen i3s file

commit 0d7b62100ade3a04ece81c254e00566e5d387e70
Author: kylemann16 <kyle at hobu.co>
Date:   Wed Sep 12 14:27:26 2018 -0500

    Threading works. Adding args

commit 63db72f467aea170a396da4ec047328e67d31130
Author: kylemann16 <kyle at hobu.co>
Date:   Wed Sep 12 12:11:01 2018 -0500

    Threading with 2 pools

commit f6545860fa90137cc99bd17fc55208ea92b367b7
Author: kylemann16 <kyle at hobu.co>
Date:   Wed Sep 12 10:05:17 2018 -0500

    can't get m_arbiter to be declared in lambda scope

commit 4637143d84036b0d98fe22b8e10774f3f38a2427
Author: kylemann16 <kyle at hobu.co>
Date:   Tue Sep 11 11:38:11 2018 -0500

    updated  lepcc repo

commit e36f5514a19e43d85759a56ae71f0e7618d1e9c1
Merge: 44c1167ed 246d083e4
Author: kylemann16 <kyle at hobu.co>
Date:   Tue Sep 11 11:26:21 2018 -0500

    merged master

commit 246d083e491a565f4a1d03aa720cabbc9b0358c8
Author: kylemann16 <kyle at hobu.co>
Date:   Fri Sep 7 14:18:39 2018 -0500

    translates all node geometries, but only xyz's

commit ef8dc7f373894a8560c04e01e0113f917b46b0d0
Author: kylemann16 <kyle at hobu.co>
Date:   Thu Sep 6 16:55:07 2018 -0500

    got decompression working and put into view. need to add gzip decomp and search children nodes

commit a7e61b010f993a4843a936896e38985ad9c8a3e5
Author: Connor Manning <connor at hobu.co>
Date:   Thu Sep 6 16:52:21 2018 -0500

    Try bundling rapidxml before gzip.

commit bfefd02a1f9453318f425de2a5e3c523f71feb56
Author: Connor Manning <connor at hobu.co>
Date:   Thu Sep 6 16:44:38 2018 -0500

    Include guards.

commit c088378b9437201301782898b3d820169b27ac1d
Author: Connor Manning <connor at hobu.co>
Date:   Thu Sep 6 15:31:43 2018 -0500

    Add include.

commit 5baec4c354df09ba9f7bbd2bd729d2a7e2dec126
Author: Connor Manning <connor at hobu.co>
Date:   Thu Sep 6 15:25:42 2018 -0500

    Update arbiter bundle for gzip decompression support.

commit d978d77b55311ab079ec0a3704b5593370dfdc49
Author: kylemann16 <kyle at hobu.co>
Date:   Tue Aug 28 15:28:36 2018 -0500

    added lepcc src files to i3s

commit a992777b7f1c881b9c1baaa7cf8d8337eb65e263
Author: kylemann16 <kyle at hobu.co>
Date:   Tue Aug 28 15:03:23 2018 -0500

    reads binary files from geometries url'

commit b6bdaefa5168146980884668d5392e3eacd97a5e
Author: kylemann16 <kyle at hobu.co>
Date:   Mon Aug 27 16:28:42 2018 -0500

    scans info file and adds dimensions to pointtable layout

commit 44c1167ed86608be9ec51494b037a53415ec7b43
Author: kylemann16 <kyle at hobu.co>
Date:   Tue Sep 11 10:38:44 2018 -0500

    RGB, Intensity, XYZ working. Reading only from leaf nodes currently.

commit da31524f9166e3b2f744b8b3c7934932cf408366
Author: kylemann16 <kyle at hobu.co>
Date:   Fri Sep 7 14:18:39 2018 -0500

    translates all node geometries, but only xyz's

commit dab01fc48f40e6a5d4fa814b85bc1a05b2b16865
Merge: 34244ffc6 2a0c31d9d
Author: kylemann16 <kyle at hobu.co>
Date:   Fri Sep 7 10:55:47 2018 -0500

    Merge remote-tracking branch 'upstream/gzip' into i3sbinary

commit 34244ffc66f91e12f61135435585fe470190ed38
Author: kylemann16 <kyle at hobu.co>
Date:   Thu Sep 6 16:55:07 2018 -0500

    got decompression working and put into view. need to add gzip decomp and search children nodes

commit 2a0c31d9d8524f65d22cba13b27ba5c1bf21052b
Author: Connor Manning <connor at hobu.co>
Date:   Thu Sep 6 16:52:21 2018 -0500

    Try bundling rapidxml before gzip.

commit 2a41e37d8074caa26ffd15980cfa77617565078e
Author: Connor Manning <connor at hobu.co>
Date:   Thu Sep 6 16:44:38 2018 -0500

    Include guards.

commit 613e4ae1033e921c1cfb62a3c96c2bd97482a44d
Author: Connor Manning <connor at hobu.co>
Date:   Thu Sep 6 15:31:43 2018 -0500

    Add include.

commit ba0ac5767cd2a99f265cc162fee19402d546e626
Author: Connor Manning <connor at hobu.co>
Date:   Thu Sep 6 15:25:42 2018 -0500

    Update arbiter bundle for gzip decompression support.

commit f659676d6ff481f8a36f1ee8f5374c3b557a7797
Merge: b244ba098 e141edcc9
Author: kylemann16 <kyle at hobu.co>
Date:   Tue Aug 28 15:48:33 2018 -0500

    Merge branch 'i3sbinary'

commit e141edcc96c494f47a290ae7d827c40ceeafe8db
Author: kylemann16 <kyle at hobu.co>
Date:   Tue Aug 28 15:28:36 2018 -0500

    added lepcc src files to i3s

commit 17c872eb5545b43bdaa437c2172a3e0cd784834f
Author: kylemann16 <kyle at hobu.co>
Date:   Tue Aug 28 15:03:23 2018 -0500

    reads binary files from geometries url'

commit 751e20666849928bb9382c031474a2506fb70c3f
Author: kylemann16 <kyle at hobu.co>
Date:   Mon Aug 27 16:28:42 2018 -0500

    scans info file and adds dimensions to pointtable layout



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the pdal-commits mailing list