Skip to content

Commit ba71260

Browse files
authored
Merge pull request #14 from dancergraham/chore/update-e57
refactor: use simple point reader from e57 library
2 parents d62133b + e6750eb commit ba71260

4 files changed

Lines changed: 93 additions & 98 deletions

File tree

Cargo.lock

Lines changed: 72 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "e57-python"
3-
version = "0.1.0-a2"
3+
version = "0.1.0-a4"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -9,7 +9,7 @@ name = "e57"
99
crate-type = ["cdylib"]
1010

1111
[dependencies]
12-
pyo3 = "0.19.1"
13-
e57 = "0.5.1"
14-
numpy = "0.19.0"
12+
pyo3 = "0.20.0"
13+
e57 = "0.10.2"
14+
numpy = "0.20.0"
1515
ndarray = "0.15.6"

README.md

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

77
- [x] Proof of concept xml reading
8-
- [ ] Read e57 to python dict
9-
- [ ] Read e57 to numpy array - work in progress - see `read_points` method.
8+
- [x] Read e57 to numpy array - see `read_points` method.
109
- [ ] Write to e57 (format ?)
1110

1211
## Getting Started

0 commit comments

Comments
 (0)