Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boydjohnson/space_time
space and space-time filling curves
https://github.com/boydjohnson/space_time
Last synced: 11 days ago
JSON representation
space and space-time filling curves
- Host: GitHub
- URL: https://github.com/boydjohnson/space_time
- Owner: boydjohnson
- License: apache-2.0
- Created: 2020-04-04T01:48:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-11T15:07:27.000Z (3 months ago)
- Last Synced: 2024-10-11T19:08:44.571Z (about 1 month ago)
- Language: Rust
- Homepage:
- Size: 62.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## Space-time filling curves Rust library
This is a partial port of the geomesa-z3 package from [geomesa](https://github.com/locationtech/geomesa).
It is also a partial port of [sfcurve](https://github.com/locationtech/sfcurve/).
This library has 2D and 3D z-order curves that index points as well as 2D and 3D
extended z-order curves for indexing objects by bounding box.