Skip to content

Commit 0809775

Browse files
authored
Update README.md
1 parent 3afa309 commit 0809775

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ E57 is a compact, non-proprietary point cloud format that's defined by the ASTM
99
This python library wraps the [rust e57 library](https://github.com/cry-inc/e57) to provide file reading
1010

1111
- [x] Proof of concept xml reading
12-
- [x] Read e57 to numpy array - see `read_points` method.
12+
- [x] Read e57 point coordinates to numpy array - see `read_points` method.
13+
- [ ] Read intensity and other fields to numpy array.
1314
- [ ] Write to e57 (format ?)
1415

1516
## Getting Started

0 commit comments

Comments
 (0)