Skip to content

Commit 09d0c94

Browse files
author
Max Freudenberg
committed
update readme and ci
1 parent 5fac187 commit 09d0c94

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
push:
44
branches:
55
- main
6+
path-ignore:
7+
- "**/README.md"
68
tags: ['*']
79
pull_request:
810
workflow_dispatch:

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@ query_result = query(tree, Extent(X=(0, 100.5), Y=(0, 1.5)))
1616
query_result = query(tree, query_geometry)
1717
```
1818

19+
The query result is a `Vector{Int}` that you can use to index into the collection of geometries from which the tree was created, under the assumption that it has not changed since then.
20+
1921
Contributions are welcome! :)

0 commit comments

Comments
 (0)