Skip to content

Commit 664b087

Browse files
committed
🇬🇸 Bump to v0.1.2
1 parent 6683a17 commit 664b087

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "FastPointQuery"
22
uuid = "b325ad68-3eea-4afa-b43e-4b8e378fd76d"
33
authors = ["Zenan Huo <zenan.huo@outlook.com>"]
4-
version = "0.1.1"
4+
version = "0.1.2"
55

66
[deps]
77
CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ***FastPointQuery***
22

33
[![CI](https://github.com/LandslideSIM/FastPointQuery.jl/actions/workflows/ci.yml/badge.svg)](https://github.com/LandslideSIM/FastPointQuery.jl/actions/workflows/ci.yml)
4-
[![Version](https://img.shields.io/badge/version-v0.1.1-pink)]()
4+
[![Version](https://img.shields.io/badge/version-v0.1.2-pink)]()
55

66
> This is a dependency package for [MaterialPointGenerator.jl](https://github.com/LandslideSIM/MaterialPointGenerator.jl), for easier Python ENV management.
77
@@ -18,15 +18,25 @@ Documentation:
1818

1919
```julia
2020
help?>pip_query
21+
2122
help?>get_polygon
23+
help?>write_polygon
24+
help?>read_polygon
25+
2226
help?>readSTL2D
2327
help?>readSTL3D
28+
help?>readasc
29+
help?>readtiff
30+
help?>readply
31+
help?>saveply
2432
```
2533

2634
## Features ✨
2735

2836
- [x] point(s)-in-polygon
2937
- [x] point(s)-in-polyhedron
38+
- [x] read files (`.stl`, `.geojson`, `.ply`, `.tiff`, `.asc`)
39+
- [x] write files (`.geojson`, `.ply`)
3040

3141
In addition, we have exposed the interfaces of `numpy`, `shapely`, `open3d`, `trimesh`, `scipy`, and `rasterio` through [PythonCall.jl](https://github.com/JuliaPy/PythonCall.jl) for convenient use in [MaterialPointGenerator.jl](https://github.com/LandslideSIM/MaterialPointGenerator.jl).
3242

0 commit comments

Comments
 (0)