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

Commit

Permalink
Merge branch 'davidcaron-docs-typo'
Browse files Browse the repository at this point in the history
  • Loading branch information
tmontaigu committed Jan 8, 2021
2 parents 99eca68 + c940f2c commit 7cf17de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ We use the classification field to filter points, but this can work with the oth
las = pylas.read('pylastests/simple.las')
new_file = pylas.create(point_format_id=las.header.point_format_id, file_version=las.header.version)
new_file = pylas.create(point_format=las.header.point_format_id, file_version=las.header.version)
new_file.points = las.points[las.classification == 1]
new_file.write('extracted_points.las')
Expand Down

0 comments on commit 7cf17de

Please sign in to comment.