@ca-plant-list/ca-plant-list 0.4.17 → 0.4.18
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 +5 -3
- package/data/synonyms.csv +127 -122
- package/data/taxa.csv +22 -21
- package/data/text/Brassica-nigra.md +1 -0
- package/data/text/Brassica-rapa.md +1 -0
- package/data/text/Oxalis-oregana.footer.md +3 -0
- package/data/text/Oxalis-smalliana.footer.md +3 -0
- package/data/text/Rumex-acetosella.md +1 -0
- package/lib/csv.js +2 -1
- package/lib/exceptions.js +3 -0
- package/lib/index.d.ts +9 -0
- package/lib/taxon.js +6 -0
- package/lib/tools/jepsoneflora.js +117 -152
- package/lib/tools/syncsv.js +41 -0
- package/package.json +2 -2
- package/scripts/cpl-tools.js +2 -11
package/data/exceptions.json
CHANGED
@@ -28,11 +28,12 @@
|
|
28
28
|
}
|
29
29
|
},
|
30
30
|
"Erysimum capitatum var. angustatum": {
|
31
|
+
"comment": "in CNPS Rare Plant Inventory",
|
31
32
|
"calflora": {
|
32
33
|
"badjepsonid": true
|
33
34
|
},
|
34
35
|
"jepson": {
|
35
|
-
"
|
36
|
+
"notineflora": true
|
36
37
|
}
|
37
38
|
},
|
38
39
|
"Heterotheca oregona var. rudis": {
|
@@ -56,7 +57,7 @@
|
|
56
57
|
"notintaxondata": true
|
57
58
|
},
|
58
59
|
"jepson": {
|
59
|
-
"
|
60
|
+
"notineflora": true
|
60
61
|
},
|
61
62
|
"rpi": {
|
62
63
|
"translation": "Malacothamnus arcuatus var. elmeri"
|
@@ -95,11 +96,12 @@
|
|
95
96
|
"Sagina procumbens": { "calflora": { "native": false } },
|
96
97
|
"Salvia apiana": { "calflora": { "notintaxondata": true } },
|
97
98
|
"Streptanthus albidus subsp. peramoenus": {
|
99
|
+
"comment": "in CNPS Rare Plant Inventory",
|
98
100
|
"calflora": {
|
99
101
|
"notintaxondata": true
|
100
102
|
},
|
101
103
|
"jepson": {
|
102
|
-
"
|
104
|
+
"notineflora": true
|
103
105
|
}
|
104
106
|
},
|
105
107
|
"Typha angustifolia": {
|