predict suitable crops analyzing soil type and weather of Nepal
We created a station_list.csv
file mocking the weather station of Department Of Hydrology and Meteorology of Nepal from this network data and filter some.
Data Source: Darksky API
-
hourly - hourly weather of every districts and places
-
daily - daily weather of every districts and places in daily order
-
weekly - weekly weather of every districts and places
-
Install Python
-
Create Virtualenv:
windows:
pip install virtualenv
linux: `pip install
- Install Python pip:
sudo apt install python3-pip
- Install virtualenv:
pip3 install virtualenv
- Create virutalenv:
virtualenv venv
- Activate virutalenv:
source venv/bin/activate
- Install requirements.txt
pip install -r requirements.txt
python async_weather_collector.py
cd api
python -m flask run