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

CORS inputs #8

Open
smcavoy12 opened this issue Feb 11, 2021 · 1 comment
Open

CORS inputs #8

smcavoy12 opened this issue Feb 11, 2021 · 1 comment

Comments

@smcavoy12
Copy link

Hi! Does this tool support CORS url inputs?

The filesystem mounted version works fine for me:
extract_profile.exe Y:/pointclouds/bathy -o D:/bathymetry.laz --coordinates "{1,2},{2,4}" --width 5

But trying to point it at the url doesn't
extract_profile.exe https://pointcloud.ucsd.edu/pointclouds/bathy -o D:/bathymetry.laz --coordinates "{1,2},{2,4}" --width 5

Am I just missing some way to specify that it's a URL?

Thanks very much!

@m-schuetz
Copy link
Collaborator

Hi,

This is only for local point clouds since it uses the C++ filesystem API to load files.

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

No branches or pull requests

2 participants