Hey Bob,
You are correct, the region isn't used anywhere directly. However, the
actual benefit values rely heavily on the region that you exported from
the original iTree data.
As for "question 3":
> 3)And for extra bonus points! - in the External Data wiki page there is the comment, 'OpenTreeMap requires cost values for 10 benefits trees bring to the urban landscape. Defaults for each region can be found in iTree's data files, however you may be able to locate more accurate data for your specific city or area. Enter the following values in the "treemap_benefitvalues" table. (etc.)'
>
> The fields in the treemap_benefitvalues tables as I see them are
> uniformly 0.01 - like electricity 0.01 dollar per kWh. Does doing the
> itree_import somehow automatically override those numbers with the
> treemap_resource data, or are the appropriate numbers to be found
> elsewhere in other iTree data files? If it is necessary to update
> treemap_benefitvalues, does one do it directly with pgadmin3 or psql
> or is there a form that I've missed?
iTree import will *not* override values in this particular
table. Benefit values should be set in the admin (or directly via
psql). The values in the table are used to convert from benefit units
(kwh) to dollars (or whatever currency). In this case, OTM requires that
the deployer put in appropriate values.
Good luck- let me know if you need any more help.
-Adam
> >> On Fri, Apr 26, 2013 at 6:08 AM, Adam Hinz <
ah...@azavea.com<javascript:>
> >> > wrote:
> >>
> >>> Hi,
> >>>
> >>> Each value on a given resource unit line represents the eco benefit at a
> >>> given diameter. For example, a DBH of 3.8 represents a hydro interception
> >>> (HI) of 0.025 and a DBH of 38.1 represents a HI of 3.101. For values that
> >>> aren't a specific DBH we do a simple linear interpolation.
> >>>
> >>> If your DBH is d and it falls between DBH classes d1 and d2 (and
> >>> corresponding resources r1 and r2) (in your case d=19.1, d1=11.4, d2=22.9,
> >>> r1=0.390, r2=1.380) we can, essentially, determine the percentage d is
> >>> between d1 and d2 and apply the same percentage to r1 and r2:
> >>>
> >>> p = (d - d1) / (d2 - d1) <==> p = (19.1 - 11.4) / (22.9 - 11.4)
> >>> = 0.66957
> >>> r = (r2 - r1)*p + r1 <==> r = (1.380 - 0.390)*0.66957 +
> >>> 0.390 = 1.0529
> >>>
> >>> I'm not sure why the value you got (1.201) is so much higher. Perhaps
> >>> you have the wrong resource row?
> >>>
> >>> -Adam
> >>>
> >>> On Apr 25, 2013, at 7:09 PM, Stelios <
stelios.k...@gmail.com<javascript:>>
> >>> wrote:
> >>>
> >>> Hello, I have a question.
> >>> I understand that each tree will take a value, according to its DBH and
> >>> the i-tree code assignment.
> >>> For example,talking about hydro_interception, I can see in the
> >>> Resource_unit.xls, in the sheet"hydro_interception",for BDL other
> >>> BDL OTHER 0,025 0,390 *1,380* 3,101 5,218
> >>> 7,666 10,268 10,268 10,268
> >>>
> >>> San Francisco DBH classes 3,8 11,4 22,9 38,1 53,3 68,6 83,82 99,06 114,3
> >>> So, if i insert a tree, with tree diameter 19.10 inches I get water
> >>> intercepted 1201.17 gallons.
> >>> How is this generated? I thought it would multiply 19.1 inches with *
> >>> 1,380*, but this isn't right.
> >>>
> >>> Can you help me understand how I get this result?
> >>>
> >>>
> >>>
opentreemap-us...@googlegroups.com <javascript:>.