adaussy / permadeler

Logiciel de modélisation de système de culture utilisant les percept d'agroforesterie, permaculture etc...
Eclipse Public License 2.0
2 stars 2 forks source link

Connexion base de donnée des Alvéoles #14

Open adaussy opened 1 year ago

adaussy commented 1 year ago

Connexion a la BDD Alveoles

Retrouver les caractéristiques d'une plante

URL: TODO

{
    "name" : "String",
    "genus" : "String",
    "species" : "String",
    "familly" : "String",
    "strate" : "CANOPY|UNDERSTORY|SHRUB|HERB|ROOT|GROUND_COVER|VINE|OTHER",
    "lifecyle" : "UNKWOW|ANNUAL|BIENNAL|PERENNIAL|UNKNOWN",
    "height-min" : "int{0+}",
    "height-max" : "int{0+}",
    "width-max" : "int{0+}",
    "width-min" : "int{0+}",
    "foilage-type" : "EVERGREEN|DECIDUOUS|SEMI-EVERGREEN",
    "foilage-shade" : "DENSE|MEDIUM|LIGHT|UNKWOWN",
    "root-type" : "TAP|FLAT|HEART|MIXT|UNKNOWN",
    "lightning-condition-optimum" : "[FULLSUN|SEMI|FULLSHADE|UNKNOWN]", 
    "lightning-condition-tolarated" : "[FULLSUN|SEMI|FULLSHADE|UNKNOWN]",
    "drought-tolerance" : "UNKWOWN|VERY-HIGHT|HIGHT|MEDIUM|LOW",
    "wind-tolerance" : "TOLERATE-STRONG|TOLERATE-MEDIUM|TOLERATE-LOW|NO-TOLERATE",
    "species-uses" : "NITROGEN-FIXER|SCENTED-PLANT|CARBON-FARMING|ATTRACTS-WILDLIFE|WINDBREAKER|GROUND_COVER|HONEY_PLANT",
    "min-temperature" : "int{0+}",
    "flowering" : "[int{1-12}]",
    "crops" : "[int{1-12}]",
    "multiplication" : "[UNKNOWN|BOUTAGE|SEMI|DIVISION|GREFFE]",
    "info-multiplication" : "String",
    "prunning" : "[OTHER|FRUIT|REGENERATIVE]",
    "eatable" : "[EATABLE-FRUIT|....]"
}

Recherche par nom commun

URL: TODO

Rechercher par nom latin

URL: TODO