We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
docker run -it \ -v ~/entwine:/entwine \ connormanning/entwine build \ -i https://entwine.io/data/red-rocks.laz \ -o /entwine/red-rocks
$ docker run -it \ > -v ~/entwine:/entwine \ > connormanning/entwine build \ > -i https://entwine.io/data/red-rocks.laz \ > -o /entwine/red-rocks-ecef \ > -r EPSG:4978 Scanning input 1 / 1: https://entwine.io/data/red-rocks.laz Exception in pool task: No default SRS supplied, and none inferred Correcting malformed Bounds Maximal extents: [(-2147483648, -2147483648, -2147483648), (2147483647, 2147483647, 2147483647)] Scaled bounds: [(-9223372036854775808, -9223372036854775808, -9223372036854775808), (-9223372036854775808, -9223372036854775808, -9223372036854775808)] Encountered an error: Bounds are too large for the selected scale Exiting.
--noTrustHeaders
$ docker run -it \ > -v ~/entwine:/entwine \ > connormanning/entwine build \ > -i https://entwine.io/data/red-rocks.laz \ > -o /entwine/red-rocks-ecef \ > -r EPSG:4978 \ > --noTrustHeaders Scanning input 1 / 1: https://entwine.io/data/red-rocks.laz Exception in pool task: No default SRS supplied, and none inferred Correcting malformed Bounds Maximal extents: [(-2147483648, -2147483648, -2147483648), (2147483647, 2147483647, 2147483647)] Scaled bounds: [(-9223372036854775808, -9223372036854775808, -9223372036854775808), (-9223372036854775808, -9223372036854775808, -9223372036854775808)] Encountered an error: Bounds are too large for the selected scale Exiting.
EPSG:4978
docker run -it \ -v ~/entwine:/entwine \ connormanning/entwine build \ -i https://entwine.io/data/red-rocks.laz \ -o /entwine/red-rocks-ecef \ -r EPSG:4978 EPSG:4978
The text was updated successfully, but these errors were encountered:
You need to setup input projection for reprojection (as example -r EPSG:28355 EPSG:4978). Also flag -h helps.
Sorry, something went wrong.
No branches or pull requests
The following works:
The following fails:
The following also fails even though I added
--noTrustHeaders
flagThe following WORKS (without
--noTrustHeaders
but by adding one moreEPSG:4978
flag to the project paramThe text was updated successfully, but these errors were encountered: