-
Notifications
You must be signed in to change notification settings - Fork 302
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cloud Optimised Point Cloud (COPC) support #2110
Conversation
987b281
to
ef04ac4
Compare
This PR is still missing some unit tests but is ready for review. |
3e15e58
to
4792205
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this PR !
I only have a few comments and two general remarks :
- Could you add yourself to CONTRIBUTORS.md ?
- I looked at coverage reports, and strangely some parts are not covered even if you call them in your new unit tests (the constructor of
CopcLayer
for instance). Could you take a look at it ? and add tests if needed ?
Other than that it should be good for me !
8f78f6d
to
c275bcd
Compare
cf6c537
to
1cf17b1
Compare
c0a2cde
to
64a3f01
Compare
46b0727
to
05a94db
Compare
This demonstrator is based on iTowns 2.42 with some preview functionnalities: - support of COPC datasets (iTowns/itowns#2110) - support of more LAS attributes (iTowns/itowns#2262) - support of workers for LAS-based format (i.e. EPT, COPC)
This demonstrator is based on iTowns 2.42 with some preview functionnalities: - support of COPC datasets (iTowns/itowns#2110) - support of more LAS attributes (iTowns/itowns#2262) - support of workers for LAS-based format (i.e. EPT, COPC)
This demonstrator is based on iTowns 2.42 with some preview functionnalities: - support of COPC datasets (iTowns/itowns#2110) - support of more LAS attributes (iTowns/itowns#2262) - support of workers for LAS-based format (i.e. EPT, COPC)
This demonstrator is based on iTowns 2.42 with some preview functionnalities: - support of COPC datasets (iTowns/itowns#2110) - support of more LAS attributes (iTowns/itowns#2262) - support of workers for LAS-based format (i.e. EPT, COPC)
this.header = metadata.header; | ||
this.info = metadata.info; | ||
this.eb = metadata.eb; | ||
// TODO: use wkt definition in `metadata.wkt` to infer/define crs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it planned (issue/proposal/PR link) ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not for now, we let the user set the crs
manually. We would need to have proj4
expose its wkt
-parsing ability.
That would be a great feature :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
Description
This PR adds support of COPC format:
CopcSource
andCopcLayer
which extends existingPointCloudLayer
.laz-perf.wasm
by default through a CDN but this could be override by the user.Note that this PR does not:
Screenshots
Autzen Stadium
SoFI Stadium