https://github.com/carlos-alberto-silva/lpy
An open source python version of the Lindenmayer Systems.
Science Score: 10.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
10 of 22 committers (45.5%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (17.9%) to scientific vocabulary
Keywords from Contributors
arabidopsis-thaliana
hydraulic-modeling
openalea
root
root-system
Last synced: 10 months ago
·
JSON representation
Repository
An open source python version of the Lindenmayer Systems.
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Fork of fredboudon/lpy
Created over 4 years ago
· Last pushed almost 5 years ago
Metadata Files
Readme
Changelog
License
README.rst
.. image:: https://img.shields.io/badge/License-GPL-blue.svg
:target: https://opensource.org/licenses/GPL-3.0
.. image:: https://travis-ci.org/fredboudon/lpy.svg?branch=master
:target: https://travis-ci.org/fredboudon/lpy
:alt: Travis Continuous Integration Status
.. image:: https://ci.appveyor.com/api/projects/status/8bd8xhc9wy0bee0k/branch/master?svg=true
:target: https://ci.appveyor.com/project/fredboudon/lpy
:alt: AppVeyor Continuous Integration Status
.. image:: https://readthedocs.org/projects/lpy/badge/?version=latest
:target: https://lpy.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
=======
L-Py
=======
L-systems were conceived as a mathematical framework for modeling growth of plants.
L-Py is a simulation software that mixes L-systems construction with the Python high-level modeling language.
In addition to this software module, an integrated visual development environment has been developed that facilitates the creation of plant models.
In particular, easy to use optimization tools have been integrated.
Thanks to Python and its modular approach, this framework makes it possible to integrate a variety of tools defined in different modeling context, in particular tools from the OpenAlea platform. Additionally, it can be integrated as a simple growth simulation module
into more complex computational pipelines.
**L-Py** is released under a **CeCILL** license, which is compatible to the **GNU GPL**.
.. image:: doc/_images/screenshot2-3d.png
:scale: 50%
=============
Installation
=============
``L-Py`` distribution is based on the ``conda`` software environment management system.
To install conda, you may refer to its installation page: https://docs.conda.io/projects/conda/en/latest/user-guide/install/
To install L-Py, you need to create an environment (named for instance lpy) :
.. code-block:: bash
>>> conda create -n lpy openalea.lpy -c fredboudon -c conda-forge
The package ``openalea.lpy`` is retrieved from the ``fredboudon`` channel (developement) and its dependencies will be taken from ``conda-forge`` channel.
Then, you need to activate the L-Py environment
.. code-block:: bash
>>> conda activate lpy
And then run L-Py
.. code-block:: bash
>>> lpy
=============
Documentation
=============
Documentation is available at ` `_
A previous version of the documentation was also available on `OpenAlea website `_
Help and Support
----------------
Please open an **Issue** if you need support or you run into any error (Installation, Runtime, etc.).
We'll try to resolve it as soon as possible.
=============
Authors
=============
L-Py was mainly developped by Frédéric Boudon with different contributions from Christophe Godin, Christophe Pradal et al.
==============
Citation
==============
If you find our work useful in your research, please consider citing:
- F. Boudon, T. Cokelaer, C. Pradal, P. Prusinkiewicz and C. Godin, L-Py: an L-system simulation framework for modeling plant architecture development based on a dynamic language, Frontiers in Plant Science, 30 May 2012.
Owner
- Name: Carlos Alberto Silva
- Login: carlos-alberto-silva
- Kind: user
- Company: University of Florida
- Website: https://carlos-alberto-silva.github.io/silvalab/home.html
- Twitter: Web_LiDAR
- Repositories: 100
- Profile: https://github.com/carlos-alberto-silva
GitHub Events
Total
Last Year
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Frederic Boudon | f****n@c****r | 482 |
| Ethan Margaillan | e****n@g****m | 44 |
| Christophe Pradal | c****l@i****r | 37 |
| Anthony SCRIVEN | s****y@g****m | 28 |
| Frederic Boudon | f****n | 20 |
| Jonathan LEVY | 2****y | 18 |
| Thomas Cokelaer | c****r@g****m | 15 |
| benoit_g | j****t@e****u | 10 |
| cauvin_m | c****m@e****u | 8 |
| Julien Coste | j****e@i****r | 6 |
| Julien Wintz | j****z@i****r | 5 |
| jvail | 6****l | 5 |
| Christophe Godin | c****n@i****r | 4 |
| Etienne Farcot | e****t@i****r | 3 |
| Mik Cieslak | m****k@i****r | 3 |
| Romain Fernandez | r****6@g****m | 2 |
| Camille Chambon | c****n@g****r | 2 |
| Julien Wintz | J****z@i****r | 2 |
| Eric Moscardi | e****i@g****m | 2 |
| Daniel Barbeau | d****u@s****r | 1 |
| Guillaume Baty | g****y@i****r | 1 |
| David Da Silva | d****a@u****u | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: over 2 years ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
.github/workflows/conda-package-build.yml
actions
- actions/checkout v2 composite
setup.py
pypi