Skip to content
This repository has been archived by the owner on Aug 18, 2022. It is now read-only.

Commit

Permalink
🍰
Browse files Browse the repository at this point in the history
  • Loading branch information
tmontaigu committed Jul 18, 2018
1 parent 82856dd commit 410a5b1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,8 @@ your code.
>>> las = pylas.read('pylastests/simple.las')
>>> las.X.dtype
dtype('int32')
>>> las.X
array([63701224, 63689633, 63678474, ..., 63750167, 63743327, 63734285])
>>> las.x.dtype
dtype('float64')
>>> las.x
array([637012.24, 636896.33, 636784.74, ..., 637501.67, 637433.27,
637342.85])


* Point Format 0
Expand Down

0 comments on commit 410a5b1

Please sign in to comment.