Skip to content

Estimates the sunlight available at a location, taking into account the surrounding orography.

License

Notifications You must be signed in to change notification settings

BorisKonstantinov/RealisticDaylight

Repository files navigation

RealisticDaylight

Estimates the sunlight available at a location, taking into account the surrounding orography.

│ ├── .github/ │ │ │ └── workflows/ │ └── python-app.yml │ │ ├── RealisticDaylight/ │ │ │ ├── api/ │ │ ├── init.py │ │ └── routes.py │ │ │ ├── src/ │ │ │ │ │ ├── pycache/ │ │ │ └── daylight_calculator.cpython-312.pyc │ │ │ │ │ ├── init.py │ │ ├── daylight_calculator.py │ │ ├── main.py │ │ └── orography_handler.py │ │ │ └── init.py │ ├── data/ │ └── sample_data.csv │ ├── tests/ │ ├── mytests.ipynb │ ├── test_daylight_calculator.py │ └── test_orography_handler.py │ ├── .gitignore ├── .pre-commit-config.yaml ├── LICENSE ├── README.md └── requirements.txt

About

Estimates the sunlight available at a location, taking into account the surrounding orography.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages