Resolve "Improve documentation"
1 unresolved thread
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
GeoSpatialTools
great_circle.py +5 -4
kdtree.py +2 -2
utils.py +1 -1
notebooks
kdtree.ipynb +315 -46
octtree.ipynb +550 -167
test
test_kdtree.py +1 -1
test_neighbours.py +2 -2
test_octtree.py +4 -4
test_quadtree.py +4 -4
.codespellrc +6 -0
.gitignore +2 -1
.gitlab-ci.yml +52 -0
.pre-commit-config.yaml +16 -0
CHANGES.md +1 -0
CONTRIBUTING.md +99 -0
LICENSE +0 -2
README.md +8 -8
pyproject.toml +11 -9
uv.lock +1605 -0
- Joseph Siddons authored
+ 5
- 4
+ 2
- 2
+ 1
- 1
+ 315
- 46
+ 550
- 167
Files with large changes are collapsed by default.
+ 1
- 1
+ 2
- 2
+ 4
- 4
+ 4
- 4
+ 6
- 0
+ 2
- 1
+ 52
- 0
+ 16
- 0
+ 1
- 0
+ 99
- 0
+ 0
- 2
+ 8
- 8
+ 11
- 9
+ 1605
- 0