Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kentaroy47/choka-analysis

釣りビジョンの釣果をスクレイピング→可視化
https://github.com/kentaroy47/choka-analysis

Last synced: about 14 hours ago
JSON representation

釣りビジョンの釣果をスクレイピング→可視化

Awesome Lists containing this project

README

        

# choka-analysis
under development.

right now: 釣りビジョンの釣果をスクレイピング→可視化

goal: 釣果期待値が高い日を天気、気温などから予測できるように(したい。)

domain: 本牧海釣り公園。他の海釣り公園へ拡張予定。

## To start off:
git cloneしrequirementsをインストールしてください。

```
git clone https://github.com/kentaroy47/choka-analysis.git
pip install -r requirements.txt
cd choka-analysis
```

## スクレイピング
based on the scraper in

https://github.com/ohbarye/choka-scraper

```
python scrape-top.py
```

## 解析・可視化
```
python analyze.py
# 可視化したい魚種をスクリプト中に記入。
```