-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
las: upgrade the laz-perf script to the last version #869
Conversation
It would be nice if you added the new test file (https://github.com/hobu/laz-perf/blob/master/test/raw-sets/extrabytes.laz) to We should also add an entry in docs/what's new to mention that the las parser has been updated. We could say Unfortunately, there is not much changelog info in the laz-perf repo so not sure if we can say much more than that. |
Also I am trying to understand if the latest version supports the newer LAS 1.4 format. I see the laz-perf releases in the 1.4 range were released this year. Are those what included https://github.com/hobu/laz-perf/releases? |
To fix the CI errors, add |
Instructions on how to update the script in the future have been added to the header of the file. This solves visgl#865
Ok, I'm doing that.
Done
From what I read, the LAZ format (as in LASZip) doesn't support the LAS 1.4 format, only 1.3. However I can do the LAS 1.4 update in another PR if you want, there doesn't seem to be a lot of new things beside a different header and new Point Data Record Format (see this document https://www.asprs.org/wp-content/uploads/2010/12/LAS_1_4_r13.pdf ) |
OK that makes sense and is consistent with some comments hobu himself left in that issue #591. Regardless, I suppose we may just as well update to the latest laz-perf release if we are going through the trouble anyway. But my intention is not to keep adding more work, let's get this PR through CI and landed. |
* Shapefile (.shp) loader (#812) * [Fix] Pass through 'dynamicTyping' to the parser in 'parseInBatches' (#817) * [fix] Pass through 'dynamicTyping' to the parser in 'parseInBatches' * assert the rowCount instead of the batchCount * Fix typos (#818) * Return ArrayBuffer, not view from concatenateArrayBuffers (#820) * Add parseInBatches Shapefile method (#821) * Consolidate typing (#825) * core: parseInBatches can now be used with all loaders (#829) * core: truly global loaders and options (#828) * polyfills: Improved stream error handling (#830) * core: loader option util improvements (#833) * tiles: fix request scheduling and loader options (#827) * DBF Loader (#819) * core: options.fetch can now be a function, propagate trough context (#826) * core: loadInBatches (#836) * polyfills: Ensure TextDecoder is actually installed and restore encodings under Node. (#834) * Default dbf loader to windows-1252 (#838) * upgrade gatsby-theme-ocular (#831) * website: Fix new ocular website (#839) * core: loadInBatches can accept multiple files (#837) * shapefile: multifile loading (#823) * Add TarBuilder tests and expose module (#813) * images: export typescript types (#841) * images: improved ImageWriter (#840) * loader-utils: Move Worker utils from core (#842) * shapefile: loading fixes (#844) * v2.2.2-alpha.0 * CHANGELOG * v2.3.0-alpha.2 * gis: Binary to geojson converter (#824) * shapefile: More fixes (#845) * shapefile/gis: integrate binaryToGeoJson (#846) * Shapefile fixes (#847) * v2.3.0-alpha.3 * core: parseInBatches context passing (#849) * core: Reorganize exports (#850) * csv: List options to avoid incorrect warnings (#852) * core: BrowserFileSystem (#851) * gis: Add multipolygon support (#853) * v2.3.0-alpha.4 * [Bug/Enhancement] Pass actual resource so inference can be done via getResouceUrlAndType (#857) * [Bug/Enhancement] Pass actual resource so inference can be done via getResourceUrlAndType * v2.3.0-alpha.5 * perf: prevent iterating through typed array if using SharedArrayBuffer (#859) * mvt: Support binary output format (#860) * mvt: Add result.byteLength (#862) * typescript: Enable strict checking (#861) * build(deps): bump lodash from 4.17.15 to 4.17.19 (#858) Signed-off-by: dependabot[bot] <support@github.com> * core: selectLoader/selectLoaderSync split (#863) * v2.3.0-alpha.6 * mvt: Fork @mapbox/vector-tile (prep for optimized binary loading) (#864) * polyfills: Automatically decompress .gz files under Node (#866) * core: makeResponse utility to unify handling of various input types (#787) * gis loaders: Binary geospatial support via options.gis.format (#867) * las: upgrade the laz-perf script to the last version (#869) * compression: New module (#870) * shapefile: add mime types (#872) * Shapefile: Make polyline data type explicit (#873) * crypto: New module for cryptographic hashing (#874) * Multipolygon parsing in binary-to-geojson conversion (#848) * v2.3.0-alpha.7 * Fix name of indices returned from SHPLoader (#875) * crypto: fixes and cleanup (#876) * Use template contributing.md (#753) * Docs: contributing.md cleanup (#878) * flatgeobuf: New module for flatgeobuf format (#880) Co-authored-by: Kyle Barron <barronk@mit.edu> * Remove duplicate shapefile worker loader files (#881) * crypto: Add crc32c transform (#882) * v2.3.0-alpha.8 * core: `parseInBatches` support for `options.transforms` (#883) * pcd: Fix color = 0 after loading (#886) * crypto: fix transform iterators (#887) * pcd: color and normal attribute fixes (#888) * bump ocular-dev-tools: no generator transpile in es6 dist (#889) * CI: add cache to .travis.yml (#890) * CI: fix cache (#891) * v2.3.0-alpha.9 * [Bug] Fix incorrect text/json mimeType (#892) * typescript updates (#893) * 3d-tiles: typescript (#894) * typescript: enable math module (#895) * typescript: gltf (#897) * Use namespace for node imports (#896) Co-authored-by: Ib Green <ib@unfolded.ai> * v2.3.0-alpha.10 * shapefile: detect magic number (#899) * website: Bump deck.gl@8.2.5 (#900) * shapefile: streaming (#901) * shapefile: refactor DBF parser (#903) * loader-utils: concatenateChunksAsync perf increase (#905) * polyfills: Blob/File/FileReader polyfills (#907) * basis: Add CompressedTextureWriter (#909) * Reprojection wrappers for binary and geojson (#906) * v2.3.0-alpha.11 * cli: fixes es-lint errors * Fixes failing tests after merge * Include tsc in pre commit hook (#914) * Shapefile: shp/dbf state parser (#913) Co-authored-by: Ib Green <ib@unfolded.ai> * shapefile: doc improvements (#917) * gltf: partial support for GLBv1 and glTFv1 (#912) * cli: update package dependencies * shapefile: sync converter with master * json, loader-utils: sync converter with master Co-authored-by: Kyle Barron <kylebarron2@gmail.com> Co-authored-by: Wesam Manassra <wesam.manassra@gmail.com> Co-authored-by: Robert Wettstädt <robert.wett@gmail.com> Co-authored-by: Ib Green <ib@unfolded.ai> Co-authored-by: Xintong Xia <xintong@uber.com> Co-authored-by: Xiaoji Chen <Pessimistress@users.noreply.github.com> Co-authored-by: Chris Gervang <chrisgervang@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Adrien Berthet <berthet.a@gmail.com> Co-authored-by: Kyle Barron <barronk@mit.edu> Co-authored-by: namndtth <42760423+namndtth@users.noreply.github.com> Co-authored-by: Kyle Barron <kyle@unfolded.ai>
* Shapefile (.shp) loader (#812) * [Fix] Pass through 'dynamicTyping' to the parser in 'parseInBatches' (#817) * [fix] Pass through 'dynamicTyping' to the parser in 'parseInBatches' * assert the rowCount instead of the batchCount * Fix typos (#818) * Return ArrayBuffer, not view from concatenateArrayBuffers (#820) * Add parseInBatches Shapefile method (#821) * Consolidate typing (#825) * core: parseInBatches can now be used with all loaders (#829) * core: truly global loaders and options (#828) * polyfills: Improved stream error handling (#830) * core: loader option util improvements (#833) * tiles: fix request scheduling and loader options (#827) * DBF Loader (#819) * core: options.fetch can now be a function, propagate trough context (#826) * core: loadInBatches (#836) * polyfills: Ensure TextDecoder is actually installed and restore encodings under Node. (#834) * Default dbf loader to windows-1252 (#838) * upgrade gatsby-theme-ocular (#831) * website: Fix new ocular website (#839) * core: loadInBatches can accept multiple files (#837) * shapefile: multifile loading (#823) * Add TarBuilder tests and expose module (#813) * images: export typescript types (#841) * images: improved ImageWriter (#840) * loader-utils: Move Worker utils from core (#842) * shapefile: loading fixes (#844) * v2.2.2-alpha.0 * CHANGELOG * v2.3.0-alpha.2 * gis: Binary to geojson converter (#824) * shapefile: More fixes (#845) * shapefile/gis: integrate binaryToGeoJson (#846) * Shapefile fixes (#847) * v2.3.0-alpha.3 * core: parseInBatches context passing (#849) * core: Reorganize exports (#850) * csv: List options to avoid incorrect warnings (#852) * core: BrowserFileSystem (#851) * gis: Add multipolygon support (#853) * v2.3.0-alpha.4 * [Bug/Enhancement] Pass actual resource so inference can be done via getResouceUrlAndType (#857) * [Bug/Enhancement] Pass actual resource so inference can be done via getResourceUrlAndType * v2.3.0-alpha.5 * perf: prevent iterating through typed array if using SharedArrayBuffer (#859) * mvt: Support binary output format (#860) * mvt: Add result.byteLength (#862) * typescript: Enable strict checking (#861) * build(deps): bump lodash from 4.17.15 to 4.17.19 (#858) Signed-off-by: dependabot[bot] <support@github.com> * core: selectLoader/selectLoaderSync split (#863) * v2.3.0-alpha.6 * mvt: Fork @mapbox/vector-tile (prep for optimized binary loading) (#864) * polyfills: Automatically decompress .gz files under Node (#866) * core: makeResponse utility to unify handling of various input types (#787) * gis loaders: Binary geospatial support via options.gis.format (#867) * las: upgrade the laz-perf script to the last version (#869) * compression: New module (#870) * shapefile: add mime types (#872) * Shapefile: Make polyline data type explicit (#873) * crypto: New module for cryptographic hashing (#874) * Multipolygon parsing in binary-to-geojson conversion (#848) * v2.3.0-alpha.7 * Fix name of indices returned from SHPLoader (#875) * crypto: fixes and cleanup (#876) * Use template contributing.md (#753) * Docs: contributing.md cleanup (#878) * flatgeobuf: New module for flatgeobuf format (#880) Co-authored-by: Kyle Barron <barronk@mit.edu> * Remove duplicate shapefile worker loader files (#881) * crypto: Add crc32c transform (#882) * v2.3.0-alpha.8 * core: `parseInBatches` support for `options.transforms` (#883) * pcd: Fix color = 0 after loading (#886) * crypto: fix transform iterators (#887) * pcd: color and normal attribute fixes (#888) * bump ocular-dev-tools: no generator transpile in es6 dist (#889) * CI: add cache to .travis.yml (#890) * CI: fix cache (#891) * v2.3.0-alpha.9 * [Bug] Fix incorrect text/json mimeType (#892) * typescript updates (#893) * 3d-tiles: typescript (#894) * typescript: enable math module (#895) * typescript: gltf (#897) * Use namespace for node imports (#896) Co-authored-by: Ib Green <ib@unfolded.ai> * v2.3.0-alpha.10 * shapefile: detect magic number (#899) * website: Bump deck.gl@8.2.5 (#900) * shapefile: streaming (#901) * shapefile: refactor DBF parser (#903) * loader-utils: concatenateChunksAsync perf increase (#905) * polyfills: Blob/File/FileReader polyfills (#907) * basis: Add CompressedTextureWriter (#909) * Reprojection wrappers for binary and geojson (#906) * v2.3.0-alpha.11 * Include tsc in pre commit hook (#914) * Shapefile: shp/dbf state parser (#913) Co-authored-by: Ib Green <ib@unfolded.ai> * shapefile: doc improvements (#917) * gltf: partial support for GLBv1 and glTFv1 (#912) * Binary to GeoJson fix for individual geometries (#919) * Crypto doc correction (#920) * compression: Support streaming (#871) * shapefile: rename files (#922) * shapefile: cleanup (#923) * Coerce each chunk of a Node stream to an ArrayBuffer (#928) * table: Add arrow-compatible types (#924) * Coerce web stream from Uint8Array to ArrayBuffer (#929) * Shapefile: parse in batches (#925) Co-authored-by: Ib Green <ib@unfolded.ai> * las: parse two-bytes colors (#927) * pcd: Add schema (#930) * obj: Add schema (#933) * build(deps): bump bl from 4.0.2 to 4.0.3 (#934) Bumps [bl](https://github.com/rvagg/bl) from 4.0.2 to 4.0.3. - [Release notes](https://github.com/rvagg/bl/releases) - [Commits](rvagg/bl@v4.0.2...v4.0.3) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Reproject shapefile (#932) * v2.3.0-alpha.12 * Shapefile: types (#931) Co-authored-by: Ib Green <ib@unfolded.ai> * las: add a safeguard for two bytes color detection (#935) * Streaming shapefile fixes (#937) * build(deps): bump node-fetch from 2.6.0 to 2.6.1 (#938) Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1. - [Release notes](https://github.com/bitinn/node-fetch/releases) - [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md) - [Commits](node-fetch/node-fetch@v2.6.0...v2.6.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Add support for extraAttributes in DracoLoader, use them in Tiles3DLoader according to batchTablePropeties (#940) * Add support for extraAttribute in DracoLoader, use them in Tiles3DLoader by reading Cesium's batchTableProperties * Nest the `extraAttributes` option inside the `draco` namespace. * draco: Add draco3d types (#941) * gltf: parseGLBV1 function fixed (#943) * draco: Custom attributes (#942) * Fix docs link (#945) * draco: fixes draco3d memory leak (#944) * 3d-tiles: fixes merge mistake * 3d-tiles: fixes merge mistake Co-authored-by: Kyle Barron <kylebarron2@gmail.com> Co-authored-by: Wesam Manassra <wesam.manassra@gmail.com> Co-authored-by: Robert Wettstädt <robert.wett@gmail.com> Co-authored-by: Ib Green <ib@unfolded.ai> Co-authored-by: Xintong Xia <xintong@uber.com> Co-authored-by: Xiaoji Chen <Pessimistress@users.noreply.github.com> Co-authored-by: Chris Gervang <chrisgervang@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Adrien Berthet <berthet.a@gmail.com> Co-authored-by: Kyle Barron <barronk@mit.edu> Co-authored-by: namndtth <42760423+namndtth@users.noreply.github.com> Co-authored-by: Kyle Barron <kyle@unfolded.ai> Co-authored-by: Adrien Berthet <adrien.berthet@ign.fr> Co-authored-by: Avnerus <avnerus@gmail.com> Co-authored-by: Vasiliy <vdunaev@users.noreply.github.com>
* cli: slpk add md5 hash file * cli: slpk add md5 hash file * cli: slpk add md5 hash file * cli: slpk add md5 hash file * cli: slpk add md5 hash file * cli: slpk add md5 hash file * cli: slpk add md5 hash file * cli: slpk add md5 hash file * slpk md5 hash (#86) * Tidy up commands online help (#72) * Tidy up commands online help * Fixed comments * Removed draco param * Fixed shared resources (#77) * cli, draco: fixes converter bundle (#66) * cli, draco: fixes converter bundle * cli: slpk - zip via child_process * cli: slpk - zip via child_process * cli: i3s feature 0 conversion * cli: fixes null mbs radius issue * cli: 7z compress util for Windows * cli: 7z compress util for Windows * cli: zip via child_process fixes PR comments * cli: i3s converter add feature 0 fixes PR comments * draco: get encoder from globalState * cli: import draco libs from draco3d * cli, draco: fixes converter bundle * draco: fixes draco3d memory leak * draco: fixes draco3d memory leak * cli: fixes typo * Added conversion statistic (#75) * Added conversion statistic * Fixed comments * Fixed comments related to type * Changed conversion time logic * Converter sync with master (#80) * Shapefile (.shp) loader (#812) * [Fix] Pass through 'dynamicTyping' to the parser in 'parseInBatches' (#817) * [fix] Pass through 'dynamicTyping' to the parser in 'parseInBatches' * assert the rowCount instead of the batchCount * Fix typos (#818) * Return ArrayBuffer, not view from concatenateArrayBuffers (#820) * Add parseInBatches Shapefile method (#821) * Consolidate typing (#825) * core: parseInBatches can now be used with all loaders (#829) * core: truly global loaders and options (#828) * polyfills: Improved stream error handling (#830) * core: loader option util improvements (#833) * tiles: fix request scheduling and loader options (#827) * DBF Loader (#819) * core: options.fetch can now be a function, propagate trough context (#826) * core: loadInBatches (#836) * polyfills: Ensure TextDecoder is actually installed and restore encodings under Node. (#834) * Default dbf loader to windows-1252 (#838) * upgrade gatsby-theme-ocular (#831) * website: Fix new ocular website (#839) * core: loadInBatches can accept multiple files (#837) * shapefile: multifile loading (#823) * Add TarBuilder tests and expose module (#813) * images: export typescript types (#841) * images: improved ImageWriter (#840) * loader-utils: Move Worker utils from core (#842) * shapefile: loading fixes (#844) * v2.2.2-alpha.0 * CHANGELOG * v2.3.0-alpha.2 * gis: Binary to geojson converter (#824) * shapefile: More fixes (#845) * shapefile/gis: integrate binaryToGeoJson (#846) * Shapefile fixes (#847) * v2.3.0-alpha.3 * core: parseInBatches context passing (#849) * core: Reorganize exports (#850) * csv: List options to avoid incorrect warnings (#852) * core: BrowserFileSystem (#851) * gis: Add multipolygon support (#853) * v2.3.0-alpha.4 * [Bug/Enhancement] Pass actual resource so inference can be done via getResouceUrlAndType (#857) * [Bug/Enhancement] Pass actual resource so inference can be done via getResourceUrlAndType * v2.3.0-alpha.5 * perf: prevent iterating through typed array if using SharedArrayBuffer (#859) * mvt: Support binary output format (#860) * mvt: Add result.byteLength (#862) * typescript: Enable strict checking (#861) * build(deps): bump lodash from 4.17.15 to 4.17.19 (#858) Signed-off-by: dependabot[bot] <support@github.com> * core: selectLoader/selectLoaderSync split (#863) * v2.3.0-alpha.6 * mvt: Fork @mapbox/vector-tile (prep for optimized binary loading) (#864) * polyfills: Automatically decompress .gz files under Node (#866) * core: makeResponse utility to unify handling of various input types (#787) * gis loaders: Binary geospatial support via options.gis.format (#867) * las: upgrade the laz-perf script to the last version (#869) * compression: New module (#870) * shapefile: add mime types (#872) * Shapefile: Make polyline data type explicit (#873) * crypto: New module for cryptographic hashing (#874) * Multipolygon parsing in binary-to-geojson conversion (#848) * v2.3.0-alpha.7 * Fix name of indices returned from SHPLoader (#875) * crypto: fixes and cleanup (#876) * Use template contributing.md (#753) * Docs: contributing.md cleanup (#878) * flatgeobuf: New module for flatgeobuf format (#880) Co-authored-by: Kyle Barron <barronk@mit.edu> * Remove duplicate shapefile worker loader files (#881) * crypto: Add crc32c transform (#882) * v2.3.0-alpha.8 * core: `parseInBatches` support for `options.transforms` (#883) * pcd: Fix color = 0 after loading (#886) * crypto: fix transform iterators (#887) * pcd: color and normal attribute fixes (#888) * bump ocular-dev-tools: no generator transpile in es6 dist (#889) * CI: add cache to .travis.yml (#890) * CI: fix cache (#891) * v2.3.0-alpha.9 * [Bug] Fix incorrect text/json mimeType (#892) * typescript updates (#893) * 3d-tiles: typescript (#894) * typescript: enable math module (#895) * typescript: gltf (#897) * Use namespace for node imports (#896) Co-authored-by: Ib Green <ib@unfolded.ai> * v2.3.0-alpha.10 * shapefile: detect magic number (#899) * website: Bump deck.gl@8.2.5 (#900) * shapefile: streaming (#901) * shapefile: refactor DBF parser (#903) * loader-utils: concatenateChunksAsync perf increase (#905) * polyfills: Blob/File/FileReader polyfills (#907) * basis: Add CompressedTextureWriter (#909) * Reprojection wrappers for binary and geojson (#906) * v2.3.0-alpha.11 * Include tsc in pre commit hook (#914) * Shapefile: shp/dbf state parser (#913) Co-authored-by: Ib Green <ib@unfolded.ai> * shapefile: doc improvements (#917) * gltf: partial support for GLBv1 and glTFv1 (#912) * Binary to GeoJson fix for individual geometries (#919) * Crypto doc correction (#920) * compression: Support streaming (#871) * shapefile: rename files (#922) * shapefile: cleanup (#923) * Coerce each chunk of a Node stream to an ArrayBuffer (#928) * table: Add arrow-compatible types (#924) * Coerce web stream from Uint8Array to ArrayBuffer (#929) * Shapefile: parse in batches (#925) Co-authored-by: Ib Green <ib@unfolded.ai> * las: parse two-bytes colors (#927) * pcd: Add schema (#930) * obj: Add schema (#933) * build(deps): bump bl from 4.0.2 to 4.0.3 (#934) Bumps [bl](https://github.com/rvagg/bl) from 4.0.2 to 4.0.3. - [Release notes](https://github.com/rvagg/bl/releases) - [Commits](rvagg/bl@v4.0.2...v4.0.3) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Reproject shapefile (#932) * v2.3.0-alpha.12 * Shapefile: types (#931) Co-authored-by: Ib Green <ib@unfolded.ai> * las: add a safeguard for two bytes color detection (#935) * Streaming shapefile fixes (#937) * build(deps): bump node-fetch from 2.6.0 to 2.6.1 (#938) Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1. - [Release notes](https://github.com/bitinn/node-fetch/releases) - [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md) - [Commits](node-fetch/node-fetch@v2.6.0...v2.6.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Add support for extraAttributes in DracoLoader, use them in Tiles3DLoader according to batchTablePropeties (#940) * Add support for extraAttribute in DracoLoader, use them in Tiles3DLoader by reading Cesium's batchTableProperties * Nest the `extraAttributes` option inside the `draco` namespace. * draco: Add draco3d types (#941) * gltf: parseGLBV1 function fixed (#943) * draco: Custom attributes (#942) * Fix docs link (#945) * draco: fixes draco3d memory leak (#944) * 3d-tiles: fixes merge mistake * 3d-tiles: fixes merge mistake Co-authored-by: Kyle Barron <kylebarron2@gmail.com> Co-authored-by: Wesam Manassra <wesam.manassra@gmail.com> Co-authored-by: Robert Wettstädt <robert.wett@gmail.com> Co-authored-by: Ib Green <ib@unfolded.ai> Co-authored-by: Xintong Xia <xintong@uber.com> Co-authored-by: Xiaoji Chen <Pessimistress@users.noreply.github.com> Co-authored-by: Chris Gervang <chrisgervang@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Adrien Berthet <berthet.a@gmail.com> Co-authored-by: Kyle Barron <barronk@mit.edu> Co-authored-by: namndtth <42760423+namndtth@users.noreply.github.com> Co-authored-by: Kyle Barron <kyle@unfolded.ai> Co-authored-by: Adrien Berthet <adrien.berthet@ign.fr> Co-authored-by: Avnerus <avnerus@gmail.com> Co-authored-by: Vasiliy <vdunaev@users.noreply.github.com> * Added .vscode folder to gitignore (#79) * 3d tiles converter skeleton (#81) * cli: 3dtiles converter skeleton * cli: 3dtiles converter skeleton - fixes PR comments * cli: slpk md5 hash - fixes merge confilict Co-authored-by: Daniil Ryabinin <70207219+dryabinin-actionengine@users.noreply.github.com> Co-authored-by: Kyle Barron <kylebarron2@gmail.com> Co-authored-by: Wesam Manassra <wesam.manassra@gmail.com> Co-authored-by: Robert Wettstädt <robert.wett@gmail.com> Co-authored-by: Ib Green <ib@unfolded.ai> Co-authored-by: Xintong Xia <xintong@uber.com> Co-authored-by: Xiaoji Chen <Pessimistress@users.noreply.github.com> Co-authored-by: Chris Gervang <chrisgervang@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Adrien Berthet <berthet.a@gmail.com> Co-authored-by: Kyle Barron <barronk@mit.edu> Co-authored-by: namndtth <42760423+namndtth@users.noreply.github.com> Co-authored-by: Kyle Barron <kyle@unfolded.ai> Co-authored-by: Adrien Berthet <adrien.berthet@ign.fr> Co-authored-by: Avnerus <avnerus@gmail.com> Co-authored-by: Vasiliy <vdunaev@users.noreply.github.com> Co-authored-by: Alexey Vasyankin <alexey.vasyankin@actionengine.com> Co-authored-by: Victor Belomestnov <belom88@yandex.ru> Co-authored-by: Daniil Ryabinin <70207219+dryabinin-actionengine@users.noreply.github.com> Co-authored-by: Kyle Barron <kylebarron2@gmail.com> Co-authored-by: Wesam Manassra <wesam.manassra@gmail.com> Co-authored-by: Robert Wettstädt <robert.wett@gmail.com> Co-authored-by: Ib Green <ib@unfolded.ai> Co-authored-by: Xintong Xia <xintong@uber.com> Co-authored-by: Xiaoji Chen <Pessimistress@users.noreply.github.com> Co-authored-by: Chris Gervang <chrisgervang@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Adrien Berthet <berthet.a@gmail.com> Co-authored-by: Kyle Barron <barronk@mit.edu> Co-authored-by: namndtth <42760423+namndtth@users.noreply.github.com> Co-authored-by: Kyle Barron <kyle@unfolded.ai> Co-authored-by: Adrien Berthet <adrien.berthet@ign.fr> Co-authored-by: Avnerus <avnerus@gmail.com> Co-authored-by: Vasiliy <vdunaev@users.noreply.github.com>
Instructions on how to update the script in the future have been added to the header of the file.
This solves #865.
Note: this version is lighter than the previous one, I am not sure if I have done something wrong here. I saw a bunch of modifications on this file, but I don't understand the meaning of it (for example here https://github.com/visgl/loaders.gl/commits/0f2c7ace8cf3b46167702b912cc817eaef9146f3/modules/las/src/laz-perf.js).
I also took the liberty of beautifying it, to match a little what was present before, but the compiled version is minimized, so I don't know what's preferred here ?