BlueGrey
calm
Elegant
Català-Valencià - Catalan
中文 - Chinese (Simplified)
中文 - Chinese (Traditional)
Česky - Czech
Dansk - Danish
Nederlands - Dutch
English - English
Suomi - Finnish
Français - French
Deutsch - German
עברית - Hebrew
हिंदी - Hindi
Magyar - Hungarian
Bahasa Indonesia - Indonesian
Italiano - Italian
日本語 - Japanese
한국어 - Korean
Македонски - Macedonian
मराठी - Marathi
Norsk - Norwegian
Polski - Polish
Português - Portuguese
Português - Portuguese (Brazil)
Русский - Russian
Slovenčina - Slovak
Slovenščina - Slovenian
Español - Spanish
Svenska - Swedish
Türkçe - Turkish
Українська - Ukrainian
Oëzbekcha - Uzbek
Subversion Repositories
public iLand
(root)
/
src
/
tools
/
mapgrid.h
- Rev 1222
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Clear current filter
Rev
Age
Author
Path
Log message
Diff
1222
2985d 00h
werner
/
public SVN
1221
2985d 00h
werner
/branches/
public SVN
1220
2985d 00h
werner
/branches/version1.0/
Version 1.0
1218
2985d 02h
werner
/
clean up repository - make 1.0 trunk again!
1217
2985d 02h
werner
/
clean up repository - make 1.0 trunk again!
1203
3015d 03h
werner
/branches/iland_regen/src/
added the missing "ActPlanting" functions for the "new" regeneration module.
1162
3201d 06h
werner
/branches/iland_regen/src/
removed the old "mSaplings" from resource unit/model.
Open Issues:
* ActPlanting [init/remove of saplings]
* MapGrid: retrieve list of saplings
* testing of standloader
1111
3264d 23h
werner
/branches/iland_regen/src/
first draft of the new "establishment"
added the "Saplings", the new container for establishment/sapling growth
some basic functionality is already there...
1104
3273d 06h
werner
/branches/iland_regen/
Branch dedicated to playing around with establishment/regeneration.
Goals are:
(i) speed up
(ii) introduction of new features for Yellowstone
932
3803d 01h
werner
/branches/port_qt5_64bit/src/
worked on multithreading enabling for ABE;
created a class MapGridRULock that should serialize access --- found some minor bugs in the rest of the code, but finally I think that this locking-code is not strictly necessary since the treelists are *not* changed by management (i.e. a remove does not change the physical layout of the treelist and therefore does not invalidate any pointers to it). The unit-based approach for multithreading does reduce the chance of issues; there is a small chance of lost updates when updating the biomass pools of snags (i.e. if two trees (on two units) of the same resource unit die at the same time).
914
3895d 21h
werner
/branches/port_qt5_64bit/src/
finish of the stand split thing
many other tweaks in ABE land.
911
3900d 10h
werner
/branches/port_qt5_64bit/src/
scheduling, update in planting
903
3912d 00h
werner
/branches/port_qt5_64bit/src/
working on AMIE - calculation of mean annual increment.
885
3950d 23h
werner
/branches/port_qt5_64bit/src/
.... continuing.... ABE
884
3951d 20h
werner
/branches/port_qt5_64bit/src/
working on the AMIE/ABE, whatever...
863
4050d 01h
werner
/branches/port_qt5_64bit/
renaming of the FOME to AMIE.
unfortunately, some partial merge of changes in Qt4-branch.
848
4084d 00h
werner
/branches/port_qt5_64bit/src/
advanced management functions for FUNDIV project
* create shapes (defined by mathematical functions) in stand grids
* filter not only based on boolean, but on continuous functions (0..1, values are seen as probabilities)
797
4126d 22h
werner
/branches/port_qt5_64bit/src/
added a function to MapGrid that extracts neighborhood relationships between polygons of the grid.
779
4257d 01h
werner
/branches/port_qt5_64bit/
732
4703d 02h
werner
/trunk/src/
initialization of trees with given tree heights. The tree height data (e.g. Lidar data) is loaded from a GIS grid file.
some additional changes with painting different grids.
added also an option to use mapgrids without the 'spatial index' (e.g. for float grids on height grid resolution).
671
4840d 02h
werner
/trunk/src/
Necessary changes for GPL licence (i.e. headers in all source files)
639
5001d 00h
werner
/
move current content to the "trunk"
578
5100d 22h
werner
/src/tools/
new 'area' function in MapGrid-Javascript class; load only living trees in loadMapGrid
575
5101d 04h
werner
/src/
* renamed toString() from IException to message() (several occurences).
* added a "name" property to the MapGridWrapper
565
5111d 20h
werner
/src/
additional functionality to the management module:
added a way to extract per id within a MapGrid also the area shares per resource unit; this together with a new (not finished) scriptable management function allows for influencing soil carbon pools with means of management (used for HJA fire simulations).
564
5111d 23h
werner
/src/
Improvements of the Management API and functionality.
new functionality:
* killSaplings() -> use a "MapGrid" and remove small trees specifically
* properties defining biomass remove fractions during management
Now the tree list of the management object is cleaned up after a management, i.e. successive managements without reloading the tree list are possible.
549
5121d 06h
werner
/src/
initialization based on stand grids.
added new functionality for that in StandLoader plus minor changes in Model or MapGrid.
544
5145d 05h
werner
/src/
MapGrid rocks! It is quite easy now to write - for instance - a management based on polygon defined by a grid; (see the "test" for this case).
543
5145d 21h
werner
/src/
implementing the "MapGrid", i.e. a class that holds a map from the project area (i.e. a GIS-grid) and an internal spatial index allowing for fast search operations (e.g. find a list of all trees that are in a given polygon)