Skip to content

Predicting solar energy based on coordinates and sun location

Notifications You must be signed in to change notification settings

alexey-pronkin/solar_energy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install environment

MacOS

conda env create -f environment_macos.yml

Linux

  • Create env:
conda create --name solar --file requirements.txt

If you using macos or windows, alternative install:

conda create --name solar python=3.10.9 -y
conda run -n solar python -m pip install -r requirements_docker.txt -y
  • activate env
conda activate solar

Run code

Run jupyter notebook

jupyter notebook

Docker

If you have nvidia videocard:

sudo docker build . -t solar:latest
sudo sudo docker run --gpus all --interactive --tty -v ${pwd}/docker_folder:/home/user/docker/ solar:latest

About

Predicting solar energy based on coordinates and sun location

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published