Skip to content

Commit

Permalink
0.1.6 更新
Browse files Browse the repository at this point in the history
  • Loading branch information
ingen084 committed Jul 5, 2019
1 parent 822757a commit e581e49
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
強震モニタを使用したソフトを開発する際に毎回クラスや処理をコピーするのが面倒なので作成しました。

# 更新情報
## 0.1.6
### 変更
- `KyoshinMonitorLib.Images` で色から震度に変換する際に7.0以上の色を追加しました。

## 0.1.5
### 変更
- `Nullable` パース問題のためJsonシリアライザを `Utf8Json` から `Newtonsoft.Json` に変更しました。
Expand Down Expand Up @@ -135,6 +139,12 @@ Webで見ることができる強震モニタのAPIを使用してEEWなどの

他にもありますが割愛させていただきます。

#### 画像から震度を解析するにあたってのメモ

震度7以上観測された場合、必ず7.0が帰ってくるようです。
`7.0+` のような表記を採用してあげるとユーザーに優しいかもしれません。
尚、AppApiで取得した値は7.0以上でも正確に表示されます。

## AppApiクラス
スマートフォンアプリケーションのAPIを使用してリアルタイム震度などのデータを取得します。
### メソッド
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net47;net46</TargetFrameworks>
<Version>0.1.5</Version>
<Version>0.1.6</Version>
<Copyright>Copyright © ingenWorkS 2018</Copyright>
<Company>ingenWorkS</Company>
<Authors>ingen084</Authors>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net47;net46</TargetFrameworks>
<Version>0.1.5</Version>
<Version>0.1.6</Version>
<Copyright>Copyright © ingenWorkS 2018</Copyright>
<Company>ingenWorkS</Company>
<Authors>ingen084</Authors>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net47;net46</TargetFrameworks>
<Version>0.1.5</Version>
<Version>0.1.6</Version>
<Copyright>Copyright © ingenWorkS 2018</Copyright>
<Company>ingenWorkS</Company>
<Authors>ingen084</Authors>
Expand Down
2 changes: 1 addition & 1 deletion src/KyoshinMonitorLib/KyoshinMonitorLib.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net47;net46</TargetFrameworks>
<Version>0.1.5</Version>
<Version>0.1.6</Version>
<Copyright>Copyright © ingenWorkS 2018</Copyright>
<Company>ingenWorkS</Company>
<Authors>ingen084</Authors>
Expand Down

0 comments on commit e581e49

Please sign in to comment.