Skip to content

Commit

Permalink
update log and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alavenant committed Nov 27, 2024
1 parent 35c4862 commit c356eb5
Show file tree
Hide file tree
Showing 2 changed files with 5 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
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ 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. Attributes values are given by default, but could be forced using the 'dimensions' option.

# Dev / Build

## Contribute
Expand Down

0 comments on commit c356eb5

Please sign in to comment.