allometric / models

A repository of allometric model files and parameters.
https://allometric.org
6 stars 1 forks source link

`models.taxa.family` has an array of values but should have a single value #72

Open brycefrank opened 1 month ago

brycefrank commented 1 month ago

For example:

            "taxa": [
                {
                    "family": [
                        "Pinaceae"
                    ],
                    "genus": [
                        "Abies"
                    ],
                    "species": [
                        "concolor"
                    ]

Instead, taxa should be a list of objects, with values that are not arrays, because each element of taxa is a taxon, which can only have one value for each part of the hierarchy