mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-22 17:44:20 -08:00
address nit
This commit is contained in:
parent
310e54ccdb
commit
344af48b7b
1 changed files with 2 additions and 3 deletions
|
@ -7,11 +7,10 @@ logger = get_module_logger(__name__)
|
||||||
|
|
||||||
|
|
||||||
class TreeEquityScoreETL(ExtractTransformLoad):
|
class TreeEquityScoreETL(ExtractTransformLoad):
|
||||||
"""
|
"""Tree equity score methodology: https://www.treeequityscore.org/methodology/
|
||||||
Tree equity score methodology: https://www.treeequityscore.org/methodology/
|
|
||||||
A lower Tree Equity Score indicates a greater priority for closing the tree canopy gap
|
A lower Tree Equity Score indicates a greater priority for closing the tree canopy gap
|
||||||
In order to estimate a general number of trees associated with an increase in tree
|
In order to estimate a general number of trees associated with an increase in tree
|
||||||
canopy, we utilize a basic multiplier of 600 sq-ft (55.74 sq-m) of canopy area
|
canopy, the authors utilize a basic multiplier of 600 sq-ft (55.74 sq-m) of canopy area
|
||||||
per urban tree assuming a medium-size urban tree crown width of 25-30 ft.
|
per urban tree assuming a medium-size urban tree crown width of 25-30 ft.
|
||||||
Sources:
|
Sources:
|
||||||
1. Tree canopy cover. High resolution tree canopy where available.
|
1. Tree canopy cover. High resolution tree canopy where available.
|
||||||
|
|
Loading…
Add table
Reference in a new issue