8000 GitHub - 1chooo/thermal-calculator: 🌾 NCU-AP3021-2023-Fall-Numerical Analysis Project: The Application with the Agricultural meteorology
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

🌾 NCU-AP3021-2023-Fall-Numerical Analysis Project: The Application with the Agricultural meteorology

License

Notifications You must be signed in to change notification settings

1chooo/thermal-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thermal Calculator

project badge Made with Python License

Topic: Find Root

Numerical Method: The Newton-Raphson Method

Member

Name Student Number Divide and Conquer
林群賀 109601003 GUI and Data Scratch
洪晨哲 109601002 Numerical Method
孫維辰 109601517 Data pre-solving

Motivation

農作物種植是我們國家重要的糧食與經濟來源,其中又以稻米為重中之重, 若能增快種植到收成的時間,更是重要的一件事。而我們就好奇在台灣, 有沒有方法能更加精確的找到實際成熟日期,而非單純利用經驗來得知能夠收成的日子呢?

最終我們找到了積溫,一種屬於農作物本身,只要每日有效溫度累積滿就會熟成的數值, 故我們以此為發想,做出可以計算收成時間的積溫計算機。

Python Environment

$ pip3 install virtualenv
$ virtualenv venv --python=python3.10.1
$ source venv/bin/activate
$ pip install -r requirements.txt
$ deactivate
$ rm -rf venv     # remove the venv

How to use this? (clone with ssh)

$ git clone git@github.com:1chooo/Tkinter-gui.git
$ cd Tkinter-gui
$ python3 main.py

Demo

The login page

plot

The Dashboard page

plot

The Guide page

plot

The Background page

plot

The Calculator page

plot

The About us page

plot

Reference

LICENSE

MIT License

About

🌾 NCU-AP3021-2023-Fall-Numerical Analysis Project: The Application with the Agricultural meteorology

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0