Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
Merge pull request #21 from jpatton-USGS/remove-props
Browse files Browse the repository at this point in the history
removed prop file, added cmd line, added example
  • Loading branch information
mguy-usgs authored Apr 2, 2019
2 parents ad545c1 + c002f2e commit 635448a
Show file tree
Hide file tree
Showing 7 changed files with 523 additions and 45 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,19 @@ Using
Once you are able to build the neic-locator jar, simply include the jar
file in your application, or call using the LocMain class.

A set of model files used by the locator is stored in the models/ directory.
The locator also requires traveltime model files. These files are copied into
build/models/ as part of the gradle build.

An example legacy input file (LocOutput1000010563_23.txt) is provided in the
examples directory.

To run this example, run the command `java -jar neic-locator-0.1.0.jar --modelPath=./models/ --eventFile=./`

This example assumes that a sub-directory containing the locator and traveltime
model files, as well as the example input file are located in the same directory
as the locator jar file.

Further Information and Documentation
------
For further information and documentation please check out the [neic-locator Documentation Site](https://usgs.github.io/neic-locator/).
Expand Down
Loading

0 comments on commit 635448a

Please sign in to comment.