@@ -2,5 +2,12 @@ Welcome to the Python Agrivoltaic Simulation Environment wiki !
**PASE** is designed to simulate an agrivoltaic system, calculating both photovoltaic and agricultural outputs. It leverages the HDKR model to compute the global tilted irradiance on the PV panels and uses a ray casting algorithm to estimate the light reaching crops beneath the panels. These irradiance data are then used with crop models to simulate crop growth and yield.
- user documentation
- developer documentation
\ No newline at end of file
Here is an overview of the various sections of the wiki:
-[Documentation](documentation): (work in progress)
-[Installation](installation): steps to configure your development environment (virtual environment, Python packages, etc.)
-[Tutorial](tutorial): short guide to run your first simulation
-[Dev guide](dev-guide): **mandatory guidelines** to contribute to the code base