Created
April 7, 2017 17:34
-
-
Save connormanning/b3660f6698704fe7f27d214576e0f4e2 to your computer and use it in GitHub Desktop.
Verbose infer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ time docker run -it --rm connormanning/entwine infer https://storage.googleapis.com/stratmap10_50cm_bexar/stratmap10-50cm_2998104c.laz -v | |
Curl config: | |
timeout: 5s | |
followRedirect: true | |
verifyPeer: true | |
caBundle: (default) | |
caInfo: (default) | |
Inferring from: https://storage.googleapis.com/stratmap10_50cm_bexar/stratmap10-50cm_2998104c.laz | |
Temp path: tmp | |
Threads: 4 | |
Reprojection: (none) | |
Trust file headers? yes | |
1 / 1: https://storage.googleapis.com/stratmap10_50cm_bexar/stratmap10-50cm_2998104c.laz | |
* Trying 172.217.4.112... | |
* Connected to storage.googleapis.com (172.217.4.112) port 80 (#0) | |
> GET /stratmap10_50cm_bexar/stratmap10-50cm_2998104c.laz HTTP/1.1 | |
Host: storage.googleapis.com | |
Accept: */* | |
Range: bytes=0-16384 | |
< HTTP/1.1 206 Partial Content | |
< X-GUploader-UploadID: AEnB2UpaRVcAFzRb1ONsA8bxaPlgDYRaCt3mUF_z2_h53iYsQynfsQevUgN2jL4dwoSbptLF6WKUP_xLViAfQpTxMPOHb-CMAxEJyjBlzmUNsYZPlVrrRVk | |
< Expires: Fri, 07 Apr 2017 18:33:41 GMT | |
< Date: Fri, 07 Apr 2017 17:33:41 GMT | |
< Cache-Control: public, max-age=3600 | |
< Last-Modified: Wed, 08 Mar 2017 20:58:26 GMT | |
< ETag: "e046c83f8cdc902b7d925b87deaed19e" | |
< x-goog-generation: 1489006706724157 | |
< x-goog-metageneration: 2 | |
< x-goog-stored-content-encoding: identity | |
< x-goog-stored-content-length: 595466309 | |
< Content-Type: application/octet-stream | |
< Content-Language: en | |
< x-goog-hash: crc32c=HHInpA== | |
< x-goog-hash: md5=4EbIP4zckCt9kluH3q7Rng== | |
< x-goog-storage-class: MULTI_REGIONAL | |
< Accept-Ranges: bytes | |
< Content-Range: bytes 0-16384/595466309 | |
< Content-Length: 16385 | |
< Server: UploadServer | |
< | |
* Connection #0 to host storage.googleapis.com left intact | |
Schema: [ | |
{ "name": "X", "type": "signed", "size": 4 }, | |
{ "name": "Y", "type": "signed", "size": 4 }, | |
{ "name": "Z", "type": "signed", "size": 4 }, | |
{ "name": "Intensity", "type": "unsigned", "size": 2 }, | |
{ "name": "ReturnNumber", "type": "unsigned", "size": 1 }, | |
{ "name": "NumberOfReturns", "type": "unsigned", "size": 1 }, | |
{ "name": "ScanDirectionFlag", "type": "unsigned", "size": 1 }, | |
{ "name": "EdgeOfFlightLine", "type": "unsigned", "size": 1 }, | |
{ "name": "Classification", "type": "unsigned", "size": 1 }, | |
{ "name": "ScanAngleRank", "type": "floating", "size": 4 }, | |
{ "name": "UserData", "type": "unsigned", "size": 1 }, | |
{ "name": "PointSourceId", "type": "unsigned", "size": 2 }, | |
{ "name": "GpsTime", "type": "floating", "size": 8 } | |
] | |
Bounds: [(518123.01, 3291098, 396.95), (521150.99, 3294566, 1490.76)] | |
Points: 58,145,682 | |
Scale: (0.01, 0.01, 0.01) | |
Offset: (519640, 3292840, 950) | |
real 0m1.682s | |
user 0m0.015s | |
sys 0m0.011s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment