-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
22 lines (16 loc) · 813 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Earthquake Message Format Utilities
Jeremy Fee <[email protected]>
2012-06-13
This java library is built using an ANT build script (build.xml).
To build this project, you need:
- JDK 1.6
- Ant
Eclipse project files are included, but any editor may be used.
You will need to run an ant task to generate jaxb classes after first opening in eclipse.
Files:
- All non-generated source code is in the "src/" directory.
- All generated source code is created in a "gensrc/" directory, by the ANT target "gensrc".
- Schemas and sample files are in the "etc/" directory.
Interesting Classes:
- gov.usgs.earthquake.event.Converter has methods for converting most formats.
- gov.usgs.earthquake.quakeml.FileToQuakemlConverter is an interface for parsers to create Quakeml from other formats.