| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Astk allows to calculate sky luminance and sky sources to be used with FSPM light models from weather data.
mamba create -n astk -c openalea3 -c conda-forge openalea.astk openalea.plantgl matplotlib-basegit clone 'https://github.com/openalea/astk.git'
cd astk
# this will create a fresh astk_dev env for you
mamba env create -f ./conda/environment.yml
# As an alternative, if you want to work in an existing environment:
mamba install --only-deps -c openalea3 -c conda-forge openalea.astk
pip install -e .[doc,test,plot]from openalea.astk.sky_irradiance import sky_irradiance
from openalea.astk.sky_sources import sky_sources
irradiance = sky_irradiance()
sources = sky_sources('all_weather', irradiance)See other example in the documentation
The package was mainly developed by Christian Fournier @christian34, researcher at INRAE.
All contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome.
A detailed overview on how to contribute can be found in the contributing guide
Thanks to all that ontribute making this package what it is !
| Back | FazBrowse Home | New Git URL |