Skip to content
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

PointCloudData reprojection into view CRS ('a la volee') #2272

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Conversation

ftoromanoff
Copy link
Contributor

@ftoromanoff ftoromanoff commented Feb 14, 2024

The purpose of the PR is to reproject 'a la volee' PopintCloudData (entwine, COPC , Potree1 and 2) data into the view crs.

@ftoromanoff ftoromanoff force-pushed the entwineAlaVolee branch 5 times, most recently from b696178 to 14ca5e0 Compare February 19, 2024 16:24
@ftoromanoff ftoromanoff force-pushed the entwineAlaVolee branch 5 times, most recently from e97a028 to 465f96e Compare March 7, 2024 14:59
@ftoromanoff ftoromanoff force-pushed the entwineAlaVolee branch 17 times, most recently from 48f7303 to 69f1099 Compare May 3, 2024 12:51
@ftoromanoff ftoromanoff force-pushed the entwineAlaVolee branch 2 times, most recently from fc49f3f to 78f5c21 Compare January 28, 2025 11:02
Copy link
Contributor

@gchoqueux gchoqueux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you move the two first commit in other PR

Comment on lines 158 to 162
colorDepth: options.in?.colorDepth,
crsIn,
crsOut,
projDefs: {
[crsIn]: proj4.defs(crsIn),
[crsOut]: proj4.defs(crsOut),
},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you use the same structure in/out :

const options = {
      in: {
         crs: '....' // instead of crsIn
         colorDepth: '...'
         projDefs: '....'
      },
      out: {
         crs: '....' // instead of crsOut
         colorDepth: '...'
         projDefs: '....'
      }
   }
}

@ftoromanoff ftoromanoff force-pushed the entwineAlaVolee branch 7 times, most recently from d83c57e to 9a7d2d8 Compare February 7, 2025 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants