Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

プロトコル詳細を詰める必要がある #1

Open
yanorei32 opened this issue Apr 20, 2024 · 3 comments
Open

プロトコル詳細を詰める必要がある #1

yanorei32 opened this issue Apr 20, 2024 · 3 comments
Assignees

Comments

@yanorei32
Copy link
Member

yanorei32 commented Apr 20, 2024

通称: v1

発生時間 UNIX TIME (s) : u64
レンダリング解像度 (width/px): u32
マグニチュード (x10): u32
lat (x10): i32
lon (x10): i32
場所コードのindex: u32

{
  unix_time: u64,

  rendering_resolution: u32,

  magnitude_x10: u32,

  epicenter: (lat_x10, lon_x10),

  one: Vec<場所コード>,
  two: Vec<場所コード>,
  three: Vec<場所コード>,
  four: Vec<場所コード>,
  five_minus: Vec<場所コード>,
  five_plus: Vec<場所コード>,
  six_minus: Vec<場所コード>,
  six_plus: Vec<場所コード>,
  seven: Vec<場所コード>,
}
@yanorei32 yanorei32 changed the title 発生時間や描画解像度がほしい。 発生時間や描画解像度、Magnitudeがほしい。 Apr 21, 2024
@yanorei32 yanorei32 changed the title 発生時間や描画解像度、Magnitudeがほしい。 プロトコル詳細を詰める必要がある Apr 21, 2024
@yanorei32
Copy link
Member Author

base65536使いたいよね~

@igameta igameta self-assigned this Jul 14, 2024
@sjcl
Copy link
Member

sjcl commented Oct 1, 2024

地震情報/細分区域であれば、コード若い順で先頭から詰めていけば良い説がある

@sjcl
Copy link
Member

sjcl commented Oct 1, 2024

ちなみに市町村等(地震津波関係) は1894件🤔
市区町村の再編によって件数が変わることもありそう

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants