Releases: hobuinc/untwine
Releases · hobuinc/untwine
1.4.0
What's Changed
- streamline CI configuration by @hobu in #166
- Use the LAS reader for input COPC files. by @abellgithub in #170
- Move OS-specific functions by @abellgithub in #169
- Error if the output file can't be opened. by @abellgithub in #173
- default to use_eb_vlr=true for readers.las by @uclaros in #171
Full Changelog: 1.3.2...1.4.0
1.3.2
What's Changed
- healify CI by @hobu in #161
- Fix building on MinGW by @MehdiChinoune in #162
- Fix build and simplify MinGW by @abellgithub in #163
- Pass
nosrs
to las reader to prevent crashing on some incorrectly set global encoding WKT flag by @harveybia in #164
New Contributors
- @MehdiChinoune made their first contribution in #162
- @harveybia made their first contribution in #164
Full Changelog: 1.3.1...1.3.2
1.3.1
What's Changed
- Fix build with PDAL < 2.5 by @wonder-sk in #157
- Return the exit code to QgisUntwine in case of no error message but no clean exit by @uclaros in #159
- Improve handling of dimensions for LAS input by @abellgithub in #158
Full Changelog: 1.3.0...1.3.1
1.3.0
What's Changed
- Add option to forward laz header info by @uclaros in #149
- Don't crash when there are no "untwine bits". by @abellgithub in #151
- Cleanly handle exception writing to data. by @abellgithub in #153
- Always remove temporary files after we're done with them. by @abellgithub in #154
- Add basic test by @abellgithub in #156
New Contributors
Full Changelog: 1.1.0...1.3.0
1.2.0
What's Changed
- Add option to forward laz header info by @uclaros in #149
- Don't crash when there are no "untwine bits". by @abellgithub in #151
- Cleanly handle exception writing to data. by @abellgithub in #153
- Always remove temporary files after we're done with them. by @abellgithub in #154
New Contributors
Full Changelog: 1.1.0...1.2
1.1.0
What's Changed
- add missing header to compile QGIS by @basilrabi in #136
- Add conda installation note by @bstadlbauer in #138
- Include cstdint by @abellgithub in #142
- Fix descaling when writing xyz values to LAS by @hobu in #143
- Add a_srs to the readme by @m-kuhn in #144
- Deal with ClassFlags appropriately for PDAL 2.6+ by @hobu in #148
New Contributors
- @basilrabi made their first contribution in #136
- @bstadlbauer made their first contribution in #138
- @m-kuhn made their first contribution in #144
Full Changelog: 1.0.1...1.1.0
1.0.1
What's Changed
- Round offsets to integral values by @connormanning in #135
- Support overriding CRS with
a_srs
a808c31
New Contributors
- @connormanning made their first contribution in #135
Full Changelog: 1.0.0...1.0.1
1.0.0
1.0.0
Initial release
What's Changed
- Compilation fixes (ubuntu 20.04, gcc 9.3.0) by @wonder-sk in #2
- Update README.md with notes on how to run it by @wonder-sk in #6
- Change "floating" to "float" in ept.json. by @abellgithub in #9
- Metadata by @abellgithub in #12
- api idea 1 by @PeterPetrik in #17
- Make sure that replaced buffers are the correct size. by @abellgithub in #19
- Working by @abellgithub in #20
- Limit memory consumption by limiting buffer creation by @abellgithub in #21
- another try by @PeterPetrik in #22
- Unify with a single executable by @abellgithub in #23
- Fix json in ept.json by @pierotofy in #24
- Add install target by @pierotofy in #25
- Api by @abellgithub in #30
- Fix compilation on Ubuntu 20.04 by @wonder-sk in #31
- Flush Cell cache when we run out. by @abellgithub in #33
- Replace m_fileLimit with options.fileLimit. by @abellgithub in #36
- Add statistics. by @abellgithub in #38
- Quiet compiler warning/errors. by @abellgithub in #42
- Fix 32-bit and old PDAL compilation issues by @abellgithub in #44
- Add true scale/offset to output by @abellgithub in #47
- Silence unused variable warning by @nyalldawson in #49
- add build instructions to readme, fixes #51 by @kannes in #52
- Fix compilation on Windows by @pierotofy in #57
- CI for Untwine by @hobu in #58
- add #include to QgisUntwine_win.cpp by @gillins in #59
- Support LAS start by @abellgithub in #61
- Fix grid size when we're using a minimum sized grid. by @abellgithub in #65
- Single file output by @hobu in #64
- Fix chunk table size. by @abellgithub in #68
- Fix chunk table. by @abellgithub in #69
- Fix error when running untwine not in single file mode by @wonder-sk in #78
- Add lock for grabbing chunk location information. by @abellgithub in #79
- fix iterator #73 by @hobu in #74
- Don't write chunks when there are no points. by @abellgithub in #81
- Merge small files. by @abellgithub in #84
- implement point format 6, 7, and 8 (only) support by @hobu in #72
- Pointformat by @abellgithub in #86
- Syntax fix in writer by @rcoup in #87
- Modify offset calculation to take scaling into account by @abellgithub in #89
- support a_srs for written output by @hobu in #90
- remove extents vlr stuff by @hobu in #91
- sort based on GPStime for COPC output by @hobu in #94
- Require laz-perf 3.0.0 to build untwine by @wonder-sk in #95
- guard for situations when we don't have GPStime stats by @hobu in #96
- Update README.md with COPC mention by @julienlau in #99
- Set the output LAZ format appropriately. Always write version 1.4. by @abellgithub in #98
- Pass errors back through API. by @abellgithub in #101
- Use full precision for floating point values in ept.json by @abellgithub in #105
- Change handling of progress for points by @abellgithub in #104
- Add progress debug support by @abellgithub in #109
- Modify argument order/requirements by @abellgithub in #113
- Use an existing offset if possible. by @abellgithub in #112
- Change cleanTempDir to preserveTempDir by @abellgithub in #110
- Vendor lazperf by @abellgithub in #114
- Fix windows warnings by @abellgithub in #117
- Catch up to recent updates in support of QGIS by @hobu in #124
- Preserve the correct cell when flushing. by @abellgithub in #132
New Contributors
- @wonder-sk made their first contribution in #2
- @abellgithub made their first contribution in #9
- @PeterPetrik made their first contribution in #17
- @pierotofy made their first contribution in #24
- @nyalldawson made their first contribution in #49
- @kannes made their first contribution in #52
- @hobu made their first contribution in #58
- @gillins made their first contribution in #59
- @rcoup made their first contribution in #87
- @julienlau made their first contribution in #99
Full Changelog: https://github.com/hobuinc/untwine/commits/1.0.0