File tree 13 files changed +99
-16
lines changed
13 files changed +99
-16
lines changed Original file line number Diff line number Diff line change
1
+ # -*- python -*-
2
+ #
3
+ # Copyright 2016-2025 Inria - CIRAD - INRAe
4
+ #
5
+ # Distributed under the Cecill-C License.
6
+ # See accompanying file LICENSE.txt or copy at
7
+ # http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html
8
+ #
9
+ # WebSite : https://github.com/openalea/astk
10
+ #
11
+ # File author(s): Christian Fournier <christian.fournier@inrae.fr>
12
+ #
13
+ # ==============================================================================
1
14
"""
2
15
Provides utilities for scheduling models in simulation
3
16
"""
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
+ # -*- python -*-
3
+ #
4
+ # Copyright 2016-2025 Inria - CIRAD - INRAe
5
+ #
6
+ # Distributed under the Cecill-C License.
7
+ # See accompanying file LICENSE.txt or copy at
8
+ # http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html
9
+ #
10
+ # WebSite : https://github.com/openalea/astk
11
+ #
12
+ # File author(s): Christian Fournier <christian.fournier@inrae.fr>
13
+ #
14
+ # ==============================================================================
2
15
"""
3
16
Created on Wed Apr 24 14:29:15 2013
4
17
Original file line number Diff line number Diff line change 1
1
# -*- python -*-
2
2
#
3
- # Copyright 2015 INRIA - CIRAD - INRA
3
+ # Copyright 2016-2025 Inria - CIRAD - INRAe
4
4
#
5
5
# Distributed under the Cecill-C License.
6
6
# See accompanying file LICENSE.txt or copy at
7
7
# http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html
8
8
#
9
- # WebSite : https://github.com/openalea-incubator/caribu
9
+ # WebSite : https://github.com/openalea/astk
10
+ #
11
+ # File author(s): Christian Fournier <christian.fournier@inrae.fr>
10
12
#
11
13
# ==============================================================================
12
14
""" A colormap class
Original file line number Diff line number Diff line change
1
+ # -*- python -*-
2
+ #
3
+ # Copyright 2016-2025 Inria - CIRAD - INRAe
4
+ #
5
+ # Distributed under the Cecill-C License.
6
+ # See accompanying file LICENSE.txt or copy at
7
+ # http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html
8
+ #
9
+ # WebSite : https://github.com/openalea/astk
10
+ #
11
+ # File author(s): Christian Fournier <christian.fournier@inrae.fr>
12
+ #
13
+ # ==============================================================================
1
14
# {# pkglts, data
2
15
""" Set of function to work with resources that are located inside
3
16
this package data
Original file line number Diff line number Diff line change 1
1
# -*- python -*-
2
2
#
3
- # Copyright 2016 INRIA - CIRAD - INRA
3
+ # Copyright 2016-2025 Inria - CIRAD - INRAe
4
4
#
5
5
# Distributed under the Cecill-C License.
6
6
# See accompanying file LICENSE.txt or copy at
7
7
# http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html
8
8
#
9
9
# WebSite : https://github.com/openalea-incubator/astk
10
10
#
11
- # File author(s): Christian Fournier <Christian.Fournier@supagro.inra .fr>
11
+ # File author(s): Christian Fournier <christian.fournier@inrae .fr>
12
12
#
13
13
# Credits:
14
14
# Starting point for developing this module the C code found here:
Original file line number Diff line number Diff line change 1
1
# -*- python -*-
2
2
#
3
- # Copyright 2016 INRIA - CIRAD - INRA
3
+ # Copyright 2016-2025 Inria - CIRAD - INRAe
4
4
#
5
5
# Distributed under the Cecill-C License.
6
6
# See accompanying file LICENSE.txt or copy at
7
7
# http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html
8
8
#
9
- # WebSite : https://github.com/openalea-incubator /astk
9
+ # WebSite : https://github.com/openalea/astk
10
10
#
11
- # File author(s): Christian Fournier <Christian.Fournier@supagro.inra .fr>
11
+ # File author(s): Christian Fournier <christian.fournier@inrae .fr>
12
12
#
13
13
# ==============================================================================
14
14
Original file line number Diff line number Diff line change 1
1
# -*- python -*-
2
2
#
3
- # Copyright 2016 INRIA - CIRAD - INRA
3
+ # Copyright 2016-2025 Inria - CIRAD - INRAe
4
4
#
5
5
# Distributed under the Cecill-C License.
6
6
# See accompanying file LICENSE.txt or copy at
7
7
# http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html
8
8
#
9
- # WebSite : https://github.com/openalea-incubator /astk
9
+ # WebSite : https://github.com/openalea/astk
10
10
#
11
- # File author(s): Christian Fournier <Christian.Fournier@supagro.inra .fr>
11
+ # File author(s): Christian Fournier <christian.fournier@inrae .fr>
12
12
#
13
13
# ==============================================================================
14
14
""" A collection of equation for modelling distribution of sky luminance
Original file line number Diff line number Diff line change 1
1
# -*- python -*-
2
2
#
3
- # Copyright 2016 INRIA - CIRAD - INRA
3
+ # Copyright 2016-2025 Inria - CIRAD - INRAe
4
4
#
5
5
# Distributed under the Cecill-C License.
6
6
# See accompanying file LICENSE.txt or copy at
Original file line number Diff line number Diff line change
1
+ # -*- python -*-
2
+ #
3
+ # Copyright 2016-2025 Inria - CIRAD - INRAe
4
+ #
5
+ # Distributed under the Cecill-C License.
6
+ # See accompanying file LICENSE.txt or copy at
7
+ # http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html
8
+ #
9
+ # WebSite : https://github.com/openalea/astk
10
+ #
11
+ # File author(s): Christian Fournier <christian.fournier@inrae.fr>
12
+ #
13
+ # ==============================================================================
1
14
""" Astronomical equation for determining sun position
2
15
"""
3
16
Original file line number Diff line number Diff line change
1
+ # -*- python -*-
2
+ #
3
+ # Copyright 2016-2025 Inria - CIRAD - INRAe
4
+ #
5
+ # Distributed under the Cecill-C License.
6
+ # See accompanying file LICENSE.txt or copy at
7
+ # http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html
8
+ #
9
+ # WebSite : https://github.com/openalea/astk
10
+ #
11
+ # File author(s): Christian Fournier <christian.fournier@inrae.fr>
12
+ #
13
+ # ==============================================================================
14
+
1
15
def new_canopy (plant_model , age = 0 ):
2
16
g = plant_model .setup_canopy (age )
3
17
return g , plant_model
Original file line number Diff line number Diff line change
1
+ # -*- python -*-
2
+ #
3
+ # Copyright 2016-2025 Inria - CIRAD - INRAe
4
+ #
5
+ # Distributed under the Cecill-C License.
6
+ # See accompanying file LICENSE.txt or copy at
7
+ # http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html
8
+ #
9
+ # WebSite : https://github.com/openalea/astk
10
+ #
11
+ # File author(s): Christian Fournier <christian.fournier@inrae.fr>
12
+ #
13
+ # ==============================================================================
14
+
1
15
from __future__ import division
2
16
from openalea .plantgl import all as pgl
3
17
#from six.moves import range
Original file line number Diff line number Diff line change 1
1
# -*- python -*-
2
2
#
3
- # Copyright 2016 INRIA - CIRAD - INRA
3
+ # Copyright 2016-2025 Inria - CIRAD - INRAe
4
4
#
5
5
# Distributed under the Cecill-C License.
6
6
# See accompanying file LICENSE.txt or copy at
7
7
# http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html
8
8
#
9
- # WebSite : https://github.com/openalea-incubator /astk
9
+ # WebSite : https://github.com/openalea/astk
10
10
#
11
- # File author(s): Christian Fournier <Christian.Fournier@supagro.inra .fr>
11
+ # File author(s): Christian Fournier <christian.fournier@inrae .fr>
12
12
#
13
13
# ==============================================================================
14
+
14
15
"""Creation and plotting of sky maps
15
16
"""
16
17
import numpy
Original file line number Diff line number Diff line change 1
1
# -*- python -*-
2
2
#
3
- # Copyright 2016 INRIA - CIRAD - INRA
3
+ # Copyright 2016-2025 Inria - CIRAD - INRAe
4
4
#
5
5
# Distributed under the Cecill-C License.
6
6
# See accompanying file LICENSE.txt or copy at
7
7
# http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html
8
8
#
9
9
# WebSite : https://github.com/openalea-incubator/astk
10
10
#
11
- # File author(s): Christian Fournier <Christian.Fournier@supagro.inra .fr>
11
+ # File author(s): Christian Fournier <christian.fournier@inrae .fr>
12
12
#
13
13
# ==============================================================================
14
14
""" A collection of equation for modelling sun position, sun irradiance and sky
You can’t perform that action at this time.
0 commit comments