@ca-plant-list/ca-plant-list 0.4.42 → 0.4.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/data/exceptions.json +20 -2
- package/data/glossary/hypanthium.md +1 -0
- package/data/inatobsphotos.csv +299 -131
- package/data/inattaxonphotos.csv +412 -265
- package/data/synonyms.csv +53 -29
- package/data/taxa.csv +94 -46
- package/data/text/Athyrium-filix-femina-var-cyclosorum.md +1 -0
- package/data/text/Boechera-retrofracta.md +1 -0
- package/data/text/Collinsia-parviflora.md +1 -1
- package/data/text/Collinsia-torreyi.md +1 -1
- package/data/text/Linanthus-pungens-subsp-pulchriflorus.md +1 -1
- package/data/text/Lupinus-arbustus.md +1 -0
- package/data/text/Prunus-ilicifolia-subsp-ilicifolia.md +1 -0
- package/data/text/Prunus-virginiana-var-demissa.md +1 -0
- package/data/text/Rosa-gymnocarpa.md +1 -1
- package/data/text/Rosa-spithamea.md +1 -0
- package/data/text/Stachys-rigida.md +1 -0
- package/data/text/Triglochin-concinna-var-concinna.md +1 -0
- package/data/text/Triglochin-maritima.md +1 -0
- package/ebook/css/main.css +17 -17
- package/lib/genera.js +2 -4
- package/lib/taxonomy/families.js +1 -1
- package/lib/taxonomy/taxon.js +2 -4
- package/lib/taxonomy/taxonomy.js +5 -5
- package/lib/tools/cch2.js +4 -0
- package/lib/tools/fna.js +29 -12
- package/lib/tools/inat.js +19 -7
- package/lib/tools/jepsoneflora.js +32 -21
- package/lib/tools/syncsv.js +7 -0
- package/lib/tools/synonyms.js +44 -0
- package/lib/utils/browser.js +47 -0
- package/package.json +11 -9
- package/scripts/cpl-photos.js +5 -4
- package/scripts/cpl-tools.js +12 -0
- package/scripts/dev/publish.sh +0 -3
package/data/exceptions.json
CHANGED
|
@@ -1,4 +1,13 @@
|
|
|
1
1
|
{
|
|
2
|
+
"Aconitum columbianum": {
|
|
3
|
+
"calflora": { "notintaxondata": true }
|
|
4
|
+
},
|
|
5
|
+
"Blitum californicum": {
|
|
6
|
+
"calflora": { "notintaxondata": true }
|
|
7
|
+
},
|
|
8
|
+
"Blitum nuttallianum": {
|
|
9
|
+
"calflora": { "notintaxondata": true }
|
|
10
|
+
},
|
|
2
11
|
"Castilleja ambigua subsp. ambigua": {
|
|
3
12
|
"rpi": {
|
|
4
13
|
"translation-to-rpi": "Castilleja ambigua var. ambigua"
|
|
@@ -55,6 +64,7 @@
|
|
|
55
64
|
},
|
|
56
65
|
"Malacothamnus hallii": {
|
|
57
66
|
"comment": "in CNPS Rare Plant Inventory",
|
|
67
|
+
"inat": { "notintaxondata": true },
|
|
58
68
|
"jepson": {
|
|
59
69
|
"notineflora": true
|
|
60
70
|
},
|
|
@@ -88,7 +98,13 @@
|
|
|
88
98
|
"notineflora": true
|
|
89
99
|
}
|
|
90
100
|
},
|
|
91
|
-
"
|
|
101
|
+
"Piperia michaelii": { "rpi": { "translation": "Platanthera michaelii" } },
|
|
102
|
+
"Platanthera michaelii": {
|
|
103
|
+
"comment": "in CNPS Rare Plant Inventory as Piperia michaelii",
|
|
104
|
+
"rpi": {
|
|
105
|
+
"translation-to-rpi": "Piperia michaelii"
|
|
106
|
+
}
|
|
107
|
+
},
|
|
92
108
|
"Ranunculus sceleratus var. sceleratus": {
|
|
93
109
|
"calflora": { "native": false }
|
|
94
110
|
},
|
|
@@ -100,7 +116,9 @@
|
|
|
100
116
|
},
|
|
101
117
|
"jepson": {
|
|
102
118
|
"notineflora": true
|
|
103
|
-
}
|
|
119
|
+
},
|
|
120
|
+
"inat": { "notintaxondata": true }
|
|
104
121
|
},
|
|
122
|
+
"Symphyotrichum occidentale": { "calflora": { "notintaxondata": true } },
|
|
105
123
|
"Veronica catenata": { "calflora": { "native": true } }
|
|
106
124
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
A tube or bowl shaped structure formed by the fused lower parts of the petals, sepals, and [stamens](./stamen.html).
|