Created
April 7, 2017 16:14
-
-
Save connormanning/a65f99094c6edd5c38bec1d3cb55a913 to your computer and use it in GitHub Desktop.
Docker 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 connormanning/entwine infer "https://storage.googleapis.com/stratmap10_50cm_bexar/stratmap10-50cm_2998104c.laz" "https://storage.googleapis.com/stratmap10_50cm_bexar/stratmap10-50cm_2998104d.laz" "https://storage.googleapis.com/stratmap10_50cm_bexar/stratmap10-50cm_2998113a.laz" "https://storage.googleapis.com/stratmap10_50cm_bexar/stratmap10-50cm_2998113b.laz" "https://storage.googleapis.com/stratmap10_50cm_bexar/stratmap10-50cm_2998113c.laz" "https://storage.googleapis.com/stratmap10_50cm_bexar/stratmap10-50cm_2998113d.laz" "https://storage.googleapis.com/stratmap10_50cm_bexar/stratmap10-50cm_2998114a.laz" "https://storage.googleapis.com/stratmap10_50cm_bexar/stratmap10-50cm_2998114b.laz" "https://storage.googleapis.com/stratmap10_50cm_bexar/stratmap10-50cm_2998114c.laz" "https://storage.googleapis.com/stratmap10_50cm_bexar/stratmap10-50cm_2998114d.laz" "https://storage.googleapis.com/stratmap10_50cm_bexar/stratmap10-50cm_2998123a.laz" "https://storage.googleapis.com/stratmap10_50cm_bexar/stratmap10-50cm_2998123b.laz" "https://storage.googleapis.com/stratmap10_50cm_bexar/stratmap10-50cm_2998123c.laz" "https://storage.googleapis.com/stratmap10_50cm_bexar/stratmap10-50cm_2998123d.laz" | |
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 / 14: https://storage.googleapis.com/stratmap10_50cm_bexar/stratmap10-50cm_2998104c.laz | |
2 / 14: https://storage.googleapis.com/stratmap10_50cm_bexar/stratmap10-50cm_2998104d.laz | |
3 / 14: https://storage.googleapis.com/stratmap10_50cm_bexar/stratmap10-50cm_2998113a.laz | |
4 / 14: https://storage.googleapis.com/stratmap10_50cm_bexar/stratmap10-50cm_2998113b.laz | |
5 / 14: https://storage.googleapis.com/stratmap10_50cm_bexar/stratmap10-50cm_2998113c.laz | |
6 / 14: https://storage.googleapis.com/stratmap10_50cm_bexar/stratmap10-50cm_2998113d.laz | |
7 / 14: https://storage.googleapis.com/stratmap10_50cm_bexar/stratmap10-50cm_2998114a.laz | |
8 / 14: https://storage.googleapis.com/stratmap10_50cm_bexar/stratmap10-50cm_2998114b.laz | |
9 / 14: https://storage.googleapis.com/stratmap10_50cm_bexar/stratmap10-50cm_2998114c.laz | |
10 / 14: https://storage.googleapis.com/stratmap10_50cm_bexar/stratmap10-50cm_2998114d.laz | |
11 / 14: https://storage.googleapis.com/stratmap10_50cm_bexar/stratmap10-50cm_2998123a.laz | |
12 / 14: https://storage.googleapis.com/stratmap10_50cm_bexar/stratmap10-50cm_2998123b.laz | |
13 / 14: https://storage.googleapis.com/stratmap10_50cm_bexar/stratmap10-50cm_2998123c.laz | |
14 / 14: https://storage.googleapis.com/stratmap10_50cm_bexar/stratmap10-50cm_2998123d.laz | |
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, -27.46), (542300.99, 3298088.9, 1490.76)] | |
Points: 1,081,212,772 | |
Scale: (0.01, 0.01, 0.01) | |
Offset: (530220, 3294600, 740) | |
real 0m2.213s | |
user 0m0.017s | |
sys 0m0.014s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment