Skip to content

Latest commit

 

History

History
49 lines (41 loc) · 1.3 KB

readme.md

File metadata and controls

49 lines (41 loc) · 1.3 KB

STIndex is a Java package that provides out-of-the-box supports for indexing spatial-temporal data.

Installation

Maven

Add the following dependency to the pom.xml.

<dependency>
    <groupId>com.github.tm</groupId>
    <artifactId>stindex</artifactId>
    <version>0.1.0</version>
</dependency>

From source

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>

Getting Started

Updating...

Communication

  • Email: [email protected], spatial-temporal big data related business cooperation
  • GitHub issues: bug reports, feature requests, install issues, RFCs, thoughts, etc.

Contribution

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.

License

STIndex is released under Apache License 2.0, as found in the LICENSE file.