Locked History Actions

Diff for "Formats"

Differences between revisions 2 and 3
Revision 2 as of 2008-12-01 23:18:21
Size: 686
Comment:
Revision 3 as of 2008-12-02 05:38:51
Size: 960
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
Currently, the following data formats for earthquake catalogs are supported by QPCatalog: [[BR]]
Line 5: Line 5:
||<style="background-color: #E6EDFF;"> '''Format'''||<style="background-color: #E6EDFF;"> '''Read'''||<style="background-color: #E6EDFF;"> '''Write'''||
||[http://quakeml.org QuakeML]||yes||yes||
||[http://www.earthquake.ethz.ch/software/zmap ZMAP]||yes||yes||
||[http://www.globalcmt.org/ Global CMT] (ndk)||yes||yes||
||[http://www.data.scec.org/STP/STPdocumentation.html STP] Phase||yes||no||
||[http://www.ncedc.org/anss/ ANSS] "reduced" unified||yes||no||
||PDE compressed||yes||no||
||JMA "Deck"||yes||no||
||GSE2.0 Bulletin||yes||no||
||OGS HPL||yes||no||
Currently, the following data formats for earthquake catalogs are supported by '''QPCatalog''':

||<style="background-color: #E6EDFF;"> '''Format'''||<style="background-color: #E6EDFF;"> '''Read'''||<style="background-color: #E6EDFF;"> '''Write'''||<style="background-color: #E6EDFF;"> '''QPCatalog''' method||
||[http://quakeml.org QuakeML]||yes||yes||readXML(), writeXML()||
||[http://www.earthquake.ethz.ch/software/zmap ZMAP]||yes||yes||importZMAP(), exportZMAP()||
||[http://www.globalcmt.org/ Global CMT] (ndk)||yes||yes||importCMT(), exportCMT()||
||[http://www.data.scec.org/STP/STPdocumentation.html STP] Phase||yes||no||importSTPPhase()||
||[http://www.ncedc.org/anss/ ANSS] "reduced" unified||yes||no||importANSSUnified()||
||PDE compressed||yes||no||importPDECompressed()||
||JMA "Deck"||yes||no||importJMADeck()||
||GSE2.0 Bulletin||yes||no||importGSE2_0Bulletin()||
||OGS HPL||yes||no||importOGS_HPL()||

Data Formats

BR

Currently, the following data formats for earthquake catalogs are supported by QPCatalog:

Format

Read

Write

QPCatalog method

[http://quakeml.org QuakeML]

yes

yes

readXML(), writeXML()

[http://www.earthquake.ethz.ch/software/zmap ZMAP]

yes

yes

importZMAP(), exportZMAP()

[http://www.globalcmt.org/ Global CMT] (ndk)

yes

yes

importCMT(), exportCMT()

[http://www.data.scec.org/STP/STPdocumentation.html STP] Phase

yes

no

importSTPPhase()

[http://www.ncedc.org/anss/ ANSS] "reduced" unified

yes

no

importANSSUnified()

PDE compressed

yes

no

importPDECompressed()

JMA "Deck"

yes

no

importJMADeck()

GSE2.0 Bulletin

yes

no

importGSE2_0Bulletin()

OGS HPL

yes

no

importOGS_HPL()