Skip to content

Commit

Permalink
update readme and ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Freudenberg committed Jan 4, 2024
1 parent 5fac187 commit 09d0c94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches:
- main
path-ignore:
- "**/README.md"
tags: ['*']
pull_request:
workflow_dispatch:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ query_result = query(tree, Extent(X=(0, 100.5), Y=(0, 1.5)))
query_result = query(tree, query_geometry)
```

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.

Contributions are welcome! :)

0 comments on commit 09d0c94

Please sign in to comment.