Skip to content

Sun position predictor, Linear regression. Historical data

License

Notifications You must be signed in to change notification settings

HauseMasterZ/sun-tracking-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sun Tracking Model

This project is a simple model for predicting the position of the sun (altitude and azimuth) based on date and time.

Project Description

The project uses a Linear Regression model trained on a dataset generated by calculating the sun's position for each minute of each day of the previous 10 years. The model takes a date and time as input and predicts the sun's altitude and azimuth.

Installation and Usage

  1. Clone the repository: git clone https://github.com/yourusername/sun-position-predictor.git
  2. Navigate to the project directory: cd sun-tracking-model
  3. Install the required packages: pip install -r requirements.txt
  4. Open the Jupyter notebook: jupyter notebook train_model.ipynb

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

Sun position predictor, Linear regression. Historical data

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published