An open API service indexing awesome lists of open source software.

https://github.com/gabrielczar/semantic-trajectory

App for add semantic in trajectories
https://github.com/gabrielczar/semantic-trajectory

api-rest hibernate5 interest-points map-matching postgis spring-boot spring-boot-2 spring-gis

Last synced: about 2 months ago
JSON representation

App for add semantic in trajectories

Awesome Lists containing this project

README

          

# Semantic Trajectory

### Branches
- Add semantic in trajectories based in historical data
- Add semantic in trajectories in continuous data streams (In Development)

### Execute
- Add Permissions

```bash
chmod +x docker_build.sh
```

- Start Database

```bash
bash docker_build.sh
```

- Start Application

```bash
./mvnw spring-boot:run
```