Skip to content

traj-explorer/stindex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: liebingyu@gmail.com, 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.