@ca-plant-list/ca-plant-list 0.4.17 → 0.4.19
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/inattaxonphotos.csv +4 -0
- 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/Polypodium-calirhiza.md +1 -0
- package/data/text/Polypodium-scouleri.md +1 -0
- package/data/text/Rumex-acetosella.md +1 -0
- package/lib/basepagerenderer.js +3 -3
- package/lib/csv.js +2 -1
- package/lib/ebook/images.js +5 -5
- package/lib/ebook/pages/page_list_species.js +1 -1
- package/lib/ebook/pages/taxonpage.js +2 -2
- package/lib/ebook/plantbook.js +1 -1
- package/lib/exceptions.js +3 -0
- package/lib/families.js +13 -13
- package/lib/genera.js +1 -1
- package/lib/htmltaxon.js +16 -7
- package/lib/index.d.ts +24 -0
- package/lib/pagerenderer.js +223 -220
- package/lib/photo.js +61 -31
- package/lib/taxa.js +2 -2
- package/lib/taxon.js +12 -3
- package/lib/tools/jepsoneflora.js +117 -152
- package/lib/tools/rpi.js +3 -4
- package/lib/tools/syncsv.js +41 -0
- package/lib/web/pagetaxon.js +4 -6
- package/package.json +6 -3
- package/scripts/cpl-tools.js +2 -11
- package/types/classes.d.ts +1 -28
- package/lib/inat_photo.js +0 -43
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": {
|
package/data/inattaxonphotos.csv
CHANGED
@@ -4044,6 +4044,10 @@ Oxalis pes-caprae,6503168,jpeg,cc-by-nc,James Bailey
|
|
4044
4044
|
Oxalis pilosa,8865145,jpg,cc-by-nc,Carol Blaney
|
4045
4045
|
Oxalis pilosa,8865151,jpg,cc-by-nc,Carol Blaney
|
4046
4046
|
Oxalis pilosa,8865149,jpg,cc-by-nc,Carol Blaney
|
4047
|
+
Oxalis smalliana,218331103,jpeg,cc-by-nc,Sadie Hickey
|
4048
|
+
Oxalis smalliana,353081201,jpg,cc-by-nc,ardouglas
|
4049
|
+
Oxalis smalliana,218331090,jpeg,cc-by-nc,Sadie Hickey
|
4050
|
+
Oxalis smalliana,294594629,jpeg,cc-by,Ed Alverson
|
4047
4051
|
Packera breweri,37358638,jpg,cc-by-nc,Stacie Wolny
|
4048
4052
|
Packera breweri,16970444,jpg,cc-by-nc,Stacie Wolny
|
4049
4053
|
Packera breweri,37358664,jpg,cc-by-nc,Stacie Wolny
|