STIndex is a Java package that provides out-of-the-box supports for indexing spatial-temporal data.
Add the following dependency to the pom.xml.
<dependency>
<groupId>com.github.tm</groupId>
<artifactId>stindex</artifactId>
<version>0.1.0</version>
</dependency>
First, compile the source with maven.
git clone /~https://github.com/traj-explorer/stindex.git
cd stindex
mvn clean install -DskipTests
Then add the following dependency to the pom.xml.
<dependency>
<groupId>com.github.tm</groupId>
<artifactId>stindex</artifactId>
<version>0.1.0</version>
</dependency>
Updating...
- Email: liebingyu@gmail.com, spatial-temporal big data related business cooperation
- GitHub issues: bug reports, feature requests, install issues, RFCs, thoughts, etc.
We appreciate all contributions. If you are planning to contribute back bug-fixes, please directly send a PR.
If you plan to contribute new features, utility functions or extensions to the core, please first open an issue and discuss the feature with us.
STIndex is released under Apache License 2.0, as found in the LICENSE file.