Releases: nivalis-studio/e57-to-las
Releases · nivalis-studio/e57-to-las
v0.4.1
v0.4.0
v0.3.1
v0.3.0
0.3.0 - 2023-08-22
⛰️ Features
- Extract
get_las_writer
fn - (2bfe276) - Extract
create_station_file
function - (24378fe) - Add convert file fn - (ccf390e)
- Create lib - (2da027f)
🚜 Refactor
- Clean up lib exports - (a88686a)
- Replace matches with error propagation - (711fd2d)
- Adopt a more modular approach - (108ee47)
📚 Documentation
⚙️ Miscellaneous Tasks
- (release) V0.2.1 - (3df9268)
- Refactor point conversion in separate mod - (d400f96)
- Remove potentially unused functions - (950c663)
- Update point conversion to e57 version and example - (a8b6a29)
- Remove deprecated pointcloud reader method - (364aa6b)
- Update sum_coordinates to check the validity of current coordinates - (465c958)
- Replace eventual invalid guid by random uuid - (1b6f8f4)
- Refactor stations from vec to hashmap - (101ec94)
- Move thread pool builder in convert_file mod - (c1cb0e4)
- Update README - (55f8200)
- Cleanup unusued crates deps - (9a242f3)
- Rename get_sum_coordinates - (8fa134a)
Deps
v0.2.1
chore(release): v0.2.1
v0.2.0
v0.1.1
0.1.1 - 2023-08-16
🚜 Refactor
- Remove unused mutex and pointcloud center slow processing - (3e1bb64)
⚙️ Miscellaneous Tasks
- Add LICENSE - (a55fa40)
- Update output hierarchy to be uuid/las/*.las - (a9675c1)
- Calculate pointclouds centers and write in json - (245340b)
⚙️ Miscellaneous Tasks
- Add metadata - (0160da8)
v0.1.0
chore: add LICENSE