Skip to content

Commit

Permalink
update log and readme (#73)
Browse files Browse the repository at this point in the history
* update log and readme

* update readme

* Update README.md

---------

Co-authored-by: leavauchier <[email protected]>
  • Loading branch information
alavenant and leavauchier authored Nov 27, 2024
1 parent 35c4862 commit 1e679d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# 1.7.5
- Add tools to get tile origin from various point cloud data types (las file, numpy array, min/max values)
- Raise more explicit error when looking a tile origin when the data width is smaller than the buffer size
- Add method to add points from vector files (ex : shp, geojson, ...) inside las

# 1.7.4
- Color: fix images bbox to prevent in edge cases where points were at the edge of the last pixel
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ By default, `xcoord` and `ycoord` are given in kilometers and the shape of the t
`readers.las: Global encoding WKT flag not set for point format 6 - 10.` which is due to TerraSolid
malformed LAS output for LAS1.4 files with point format 6 to 10.

## Add points in Las

[add_points_in_las.py](pdaltools/add_points_in_las.py): add points from some vector files (ex: shp, geojson, ...) inside Las. New points will have X,Y and Z coordinates. Other attributes values given by the initial las file are null (ex: classification at 0). These others attributes could be forced by using the '--dimensions/-d' option in the command line (ex : 'add_points_in_las.py -i myLas.las -g myPoints.json -d classification=64' - points will have their classification set to 64). The dimension should be present in the initial las ; this is not allowed to add new dimension.


# Dev / Build

## Contribute
Expand Down

0 comments on commit 1e679d1

Please sign in to comment.