From 9239c6b6a807f95a537afade96a35ef53ea546b5 Mon Sep 17 00:00:00 2001 From: Adam Kariv Date: Sun, 26 Nov 2023 21:26:17 +0200 Subject: [PATCH] Add attributes-canopy-diameter to ExtractNumbersFromText --- taxonomies/trees/process.py | 1 + 1 file changed, 1 insertion(+) diff --git a/taxonomies/trees/process.py b/taxonomies/trees/process.py index 9199c5c..60d7fde 100644 --- a/taxonomies/trees/process.py +++ b/taxonomies/trees/process.py @@ -44,6 +44,7 @@ class ExtractNumbersFromText(BaseEnricher): FIELDS = [ 'attributes-age', 'attributes-canopy-area', + 'attributes-canopy-diameter', 'attributes-height', 'attributes-bark-diameter', 'attributes-bark-circumference',