TrajectoryVisualizer is a web application made for clustering certain data from Movebank database of animal tracking data (https://www.movebank.org/) and then visualizing those clusters on a map.
Installation instructions:
- Install Oracle Database 11g (https://www.oracle.com/technetwork/database/enterprise-edition/downloads/112010-win64soft-094461.html).
- Install Hermes@Oracle MOD (http://infolab.cs.unipi.gr/?page_id=1973).
- Create database tables RAW_STUDIES and TRACLUS_STUDIES (their models are displayed in thesis).
- Import this project into your IDE and build the application.
- Start the SpringBootOracleApplication.java class.
- Open your localhost in any browser, by default it is: http://localhost:8080.
- TrajectoryVisualizer application should be running. You can use the application now!