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
FlexTablefor more flexibility - Changes to behaviour of
extract_vlr_typeto only return one VLR ornothingif no matching ones are found
Merged pull requests:
- Flexibly Modify Point Contents (#49) (@BenCurran98)