Releases: fugro-oss/LASDatasets.jl
Releases · fugro-oss/LASDatasets.jl
v0.4.1
LASDatasets v0.4.1
Merged pull requests:
- VLR String Description Inconsistency (#50) (@BenCurran98)
- Up to v0.4.1 (#51) (@BenCurran98)
v0.4.0
LASDatasets v0.4.0
Updated interface to allow user to make changes to data more flexibly. Users can now add/remove points and columns and change header properties like point format and LAS version without corrupting the dataset
Breaking changes
- Changed tabular type for point cloud data to
FlexTable
for more flexibility - Changes to behaviour of
extract_vlr_type
to only return one VLR ornothing
if no matching ones are found
Merged pull requests:
- Flexibly Modify Point Contents (#49) (@BenCurran98)
v0.3.3
LASDatasets v0.3.3
Merged pull requests:
- add a constructor that just needs the pointcloud (#48) (@MeganDawson42)
v0.3.2
v0.3.1
LASDatasets v0.3.1
Merged pull requests:
- Default to raw bytes for vlr types (#45) (@BenCurran98)
Closed issues:
- Large Package Dependency ArchGDAL (#37)
v0.3.0
LASDatasets v0.3.0
Merged pull requests:
- Replace ArchGDAL dep with Proj.jl instead (#42) (@BenCurran98)
- CompatHelper: add new compat entry for Proj at version 1, (keep existing compat) (#43) (@github-actions[bot])
Closed issues:
- Registering Custom VLRs from Other Modules Not Working (#39)
v0.2.3
LASDatasets v0.2.3
Merged pull requests:
- use read!(io, array) instead of PointIterator (#38) (@SimonDanisch)
- Custom VLR Registration Bug (#40) (@BenCurran98)
- Update to v0.2.3 (#41) (@BenCurran98)
v0.2.2
LASDatasets v0.2.2
Merged pull requests:
- Point and Header Functionality (#1) (@BenCurran98)
- Variable Length Record (VLR) Interface (#2) (@BenCurran98)
- High-level I/O Interface (#3) (@BenCurran98)
- Docs and CI/CD (#5) (@BenCurran98)
- Add badges (#6) (@BenCurran98)
- Add ability to read just header or vlrs from LAZ (#7) (@BenCurran98)
- Handle LASzip not supporting extra bytes (#10) (@BenCurran98)
- Make compat consistent with compat helper requests (#21) (@BenCurran98)
- Make Tagbot run on demand to fix warnings (#22) (@BenCurran98)
- Add template files in (#23) (@BenCurran98)
- Add SECURITY.md (#24) (@BenCurran98)
- Convert Units Logic Bug Fix (#25) (@i-kieu)
- Update README.md (#26) (@BenCurran98)
- Upgrading version to v0.1.1 (#27) (@BenCurran98)
- Update acknowledgements in readme (#28) (@BenCurran98)
- Update README.md (#29) (@BenCurran98)
- Make only one extra bytes vlr per dataset (#30) (@BenCurran98)
- Reverse coordinate system conversion on write (#31) (@BenCurran98)
- LAStools_jll Usage (#32) (@BenCurran98)
- Set to 0.1.0 for general registry (#33) (@BenCurran98)
- Rename LAS to LasDatasets (#34) (@BenCurran98)
- Rename LasDatasets to LASDatasets (#35) (@BenCurran98)