top of page

Forum

Public·2 members

Originally posted by: ecohen


Rich, I am trying to run a query on cruises which have an actual quality calls on a cruise. The challenge is all stands have a grade weather we measured in field or not. How could I go about doing this only to isolate the stand which had an actual field call on logs. Let me know if you have time to discuss or respond to my email. Hope all is well. Thanks Eric

11 Views
Guest
Mar 31

Originally posted by: Rich Howard


Sounds like you are trying to find all the cruises with field called logs as opposed to cruises with only total heights called. The Logs table should have everything you need since it stores all the field called logs and grades. If there is a record in the Logs table, then there was a log called in the field.

Run a query like the following:

SELECT Stand

FROM Logs

WHERE NOT Grade IS NULL

GROUP BY Stand

Rich

Originally posted by: pfund


Good Morning, As I work my way through ASSISI I keep coming up with questions about the compile procedure and the subsequent results. 1) I get an error message that Organon needs a DF,GF,WH to compile a stand. This stand was a pure hardwood type. When I added a DF in to the plots and re-compiled it ran without an error. If the need for a DF, or GF, or WH is a Organon requirement is there any way to get around it? Or do I have to add a DF to each hardwood stand? 2) I have compiled several hardwood stands or stands with a hardwood component and find that I get cubic foot volume but I never get board foot volume. I checked the calibrations/species under Red Alder, Big leaf maple, actually all hardwoods and found …

6 Views
Guest
Mar 31

Originally posted by: david.hann


1) The only version of ORGANON that allows pure hardwood stands is the red alder plantation version (RAP-ORGANON) because this is the only hardwood species with site index and dominant height equations and the only species that had data sets from pure hardwood stands. The remaining hardwood species in ORGANON came mostly from stands that were predominately conifer in composition.

2) The ORGANON board foot volume estimates are calculated using taper equations and when the model was developed there were no taper equations available for hardwood species. Therefore, there are no ORGANON board foot equations for hardwood species. Perhaps there are other equations that could be incorporated into the ASSISI software.

Originally posted by: ryan.stewart


Rich I would like to filter out certain stand components from the summaries. For instance, I have separated our trees into two subplots, one is trees 3 to 10" DBH and the other is 10" and above. If I wanted to generate a stand summary for one or the other subplot (timber vs regen/ biomass) how would I go about it? Thanks, Ryan

6 Views
Guest
Mar 31

Originally posted by: Rich Howard


Hey Ryan,

You can exclude any trees on Regen type sub plots by setting “Compile Regen Sub Plots to Summaries?” to false. This will exclude TPA, BA etc from the summary tables from which reports are made. Note that if you view the individual trees in the Inventory Editor you will still see processed regen trees. They just won’t be included on the “rollup” type summaries (by species, by stand, by DBH class, etc) from which the reports are made.

The Compile Regen... option is set on the Volume view in Calibration Editor.

Rich

Originally posted by: ryan.stewart


Hey Rich- Adding a field for number of plots per stand in the stand viewer would be great. Maybe on the next setup..

6 Views
Guest
Mar 31

Originally posted by: Rich Howard


Added a Plots table view to Cruise. This shows all the plots and their data when you click on a cruise.Rich

bottom of page