Maarten Pronk

Results 147 comments of Maarten Pronk

I think this also comes close to the comment at https://github.com/FugroRoames/PointClouds.jl: > Perhaps one day PointCloud can be implemented in terms of an underlying DataFrame [..] ```julia julia> s =...

- [ ] Document API changes (add high level interface) by @visr - [ ] Fail on non fitting schemas in Sink - [ ] Use xcoords() and other existing...

Not sure about this clashing with #16, these are two separate approaches in my opinion.

@visr In my opinion this requires us to change our `header, points = load()` ways, because of several reasons: - EVLR can only be read after the pointdata (if we...

I'm aware of the las14 branch started by @c42f, and will probably merge the work in there (mainly fixed size strings) at a later stage.

Got a first working version of waveform parsing for the internal 1.3 spec. Still using hardcoded vlrs and assuming 8 bits per sample, but we're getting there. ```julia h, p,...

@visr Could you review the current functionality and the way it's implemented? The goal here is to fully support *reading* LAS 1.x. I will start writing tests and documentation now....