Subversion Repositories public iLand

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
90 5424d 00h Werner /src/ changed TreeSpecies -> Species.
added class SpeciesSet.
 
83 5425d 22h Werner /src/ new structure  
80 5425d 22h Werner / change master structure  
61 5467d 20h Werner /fonstudio/ * modified bin-sizes in StampContainer
* cleaned Tree-class (dropped some old code and refs from other places)
 
58 5468d 18h Werner /fonstudio/ working version of light alogorithnm:
* steps during read:
own_xy = 1 - writer_xy * la_factor / h_dom
value_xy = grid_xy / own_xy
lightvalue = sum( value_xy * reader_xy) [ sum(reader) = 1 ]

additional correction for overstorey:
if h > h_dom:
lightvalue = 1 - (1 - lightvalue) * h/h_dom

other issues:
* added buffer around sim. area
* cleaned xml-file and code to interpret
* fixed Viewport (handling of negative coordinates - see buffer)
* fixed StampContainer, added finalizeSetup() - (filling up of the lookup map)
 
53 5469d 18h Werner /fonstudio/ additive mode, relate impact sum to Z*-crown height.  
48 5472d 17h Werner /fonstudio/ grid: bugfix
mainwindow: added different visualizations
tree: adopted to new scheme: dominance height split in "above Z*" and "below Z*"
 
45 5472d 21h Werner /fonstudio/ apply stamps at domiance grid  
40 5473d 16h Werner /fonstudio/ reading out of stamp values.
lots of additional small changes.
 
39 5474d 16h Werner /fonstudio/ implementing the application of gridded binary stamps.  
38 5474d 17h Werner /fonstudio/ LightRoom: use sum instead of average
Use of Lightroom in mainwindow: cut parts of lightroom result based on values and save as binary stamp file.
create class TreeSpecies, start to impl. use of stamps in Tree.
 
30 5479d 22h Werner /fonstudio/ change "stamp" to "imagestamp", added a new "stamp" which should be more like the real, efficient stamp used in iLand.
started impl. of lightroom - batch modus.
 
16 5482d 22h Werner /fonstudio/  
15 5482d 22h Werner /fonstudio/  
13 5483d 23h Werner /fonstudio/  
12 5483d 23h Werner /fonstudio/  
6 5614d 20h Werner /fonstudio/ further work on basic stamp/retrieve.  
3 5620d 21h Werner /fonstudio/ initial import - start of the project.