Run AppMain.java
to run the program. All options, except the dataset selection, are implemented in menus.
To change datasets:
- Edit
AppMain.java
and uncommet the dataset to use (both keywords and locations) - Edit
spatialindex/parameters/Parameters.java
to uncomment the correct paramenter for the selected dataset.
To save the query results to disk, set writeDebugQueryResults = true
in AppMain.java
. Results and statistics are save inside resources
.
This project is licensed under the LGPL 2.1 License - see the LICENSE.md file for details.