Skip to content

Releases: p2pquake/jmaxml-seis-parser-go

v0.3.2

27 Jul 11:59

Choose a tag to compare

変更点

Changelog

v0.3.1

14 Oct 13:45
2672795

Choose a tag to compare

変更点

  • convert コマンド: p2pquake/epsp-specifications#27 の変更にあわせて、津波の到達予想時刻・予想される津波の高さを出力するようにしました (#9)

Changelog

  • 2672795 Add estimated arrival time and height to EPSP JSON (#9)

v0.3.0

11 Aug 12:13

Choose a tag to compare

変更点

  • VXSE43 緊急地震速報(警報)に対応しました (#5)
  • parse コマンドで日時が出力されない不具合を修正しました (#4)

Changelog

  • 41ad971 Add kindCode into EEW areas
  • 1e010b3 Merge pull request #7 from p2pquake/feature/support-vxse43-eew
  • c8288cc Update README and help
  • 48124cf Add tests
  • c20901a Ignore another format parsing
  • 13b8dc5 Include issue information when cancelling EEW
  • 73faad8 Fix to ignore test message when parsing hypocenter
  • a461aaa Implement EEW (VXSE43) -> EPSP converter
  • f0b2f23 Rename converter.Vxse2Epsp -> Vxse2EpspQuake
  • d2ed271 Add EEW structure for EPSP
  • ca38662 Add VXSE43 structure
  • d85fca1 Add VXSE43 (EEW) examples
  • 4069a8c Fix DateTime is not output in parsing result
  • bdfb76c Update golang 1.16 -> 1.19

v0.2.1

29 May 03:13

Choose a tag to compare

変更点

  • convert コマンド: 遠地地震において、海外の津波有無に関する固定付加文が設定されていない場合の validation warning を削除しました (#1)

Changelog

  • 99bc8db Fix foreignTsunami validation

v0.2.0

09 Apr 08:03

Choose a tag to compare

変更点

  • 訓練・試験データを validation warning としました(無視する場合は -w または --ignore-warning

Changelog

d3c2d3b v0.2.0
025b1d2 Add CGO_ENABLED=0 for static build
c56cde4 Add training and exam validation warnings
bdbf804 Add dmdata-jp-api-v2-websocket-client link

v0.1.0

28 Feb 17:10

Choose a tag to compare

Changelog

c9f9702 v0.1.0
70ac626 Specify golang version
c0d2b06 Add release binary info
d48136f Use GoReleaser
7c98f9d Move example xmls (JMA / CC BY 4.0)
25acb68 Implement parse command
0dddf4b Rename
2adda4f Add XML files (JMA / CC BY 4.0)
2e82dfe Support Tsunami Forecast (VTSE41)
1bf72e8 Implement convert command
33cd825 Remove pairs that failed to analyze in the old version
6624f27 Fix Earthquake.Time (use ArrivalTime)
733d05a Add comparison tests
d7dca78 Add XML files (JMA / CC BY 4.0)
829dc36 Add GitHub Actions for testing
bac558b Fix convert errors
8bf5d41 Add smoke tests
92595dc Add XML files (JMA / CC BY 4.0)
518b19f Implement VXSE to EPSP converter
ade7d5a Add EPSP JMAQuake struct
12553ad Parse time
b475a87 Add comments
75d4a5e Add "body" struct for VXSE51, VXSE52, and VXSE53
4a83dfa Add "control" and "head" structs
47fd071 Add XML files (JMA / CC BY 4.0)
353df99 Update README
edacdb7 Initial commit