Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seotaro/radioactivity-map
放射線量測定マップ
https://github.com/seotaro/radioactivity-map
radioactivity
Last synced: about 2 months ago
JSON representation
放射線量測定マップ
- Host: GitHub
- URL: https://github.com/seotaro/radioactivity-map
- Owner: seotaro
- License: mit
- Created: 2023-12-31T09:45:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-08T07:48:31.000Z (11 months ago)
- Last Synced: 2024-02-08T10:42:06.108Z (11 months ago)
- Topics: radioactivity
- Language: JavaScript
- Homepage: https://radioactivity-123456.web.app/#8/36.039/139.712
- Size: 406 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 放射線量測定マップ
[ライブデモ](https://radioactivity-123456.web.app/#8/36.039/139.712)
### Diagram
![diagram drawio](https://github.com/seotaro/radioactivity-map/assets/46148606/a616735f-ef78-4677-a6f5-e5f514726c83)
- 時系列データベース「InfluxDB」を使いたかった
- データベースのインスタンスを立てるのにGoogle Cloud PlatformよりさくらのVPSの方が安かった。
- 計測値(countingRate or airDoseRate)とrangeFlg(下限未達='under', 範囲内='normal', 上限超過='over', 値なし='missing') → InfluxDBのfield。
- ステーションの情報(ステーション名称、座標、高さ、装置種別、お知らせ、...)→ PostgreSQL
- ガイガー=ミュラー計数管(GM管)で計測しているステーションはmeasEquipSpecEn(=測定装置仕様)がnullだが'Count'という文字列を入れた。### Install
```bash
yarn
```### Run
```bash
yarn start
```