openModeller Desktop Changelog

What's new in openModeller Desktop 1.0.7

Jan 15, 2009
  • openModeller Library :
  • Support changes and new features in openModeller 0.5.3
  • Options:
  • Added user option to allow / disallow use of threading in experiment.
  • Layer Set Manager:
  • Let the layer count label show an appropriate value when a new layerset is created.
  • Don't let the user apply a new layerset before the name field is populated.
  • Algorithm Manager:
  • Use spinbox for float and real number inputs.
  • Show parameter descriptions as text labels as well as tooltips.
  • Raster output:
  • Fixes for pseudo renderer with QGIS api changes.
  • Use QGIS lib to draw pseudocolor preview image.
  • Scale pseudocolor to min / max based on image format min / max ranges and not to the range of values containe in the raster itself. Now all model outputs are scaled to the same value range and are more comparable.
  • Use GDAL to write ascii grids rather than my hand carved code to do thisshould prevent issues with running out of memory and subsequent crashing.
  • Data fetcher:
  • Better error handling for when a data fetcher plugin cant be initialised (no more crash).
  • Removed the legacy GBIF pluginonly GBIF Rest plugin will be used now.
  • Fixed a bug where plugins were not working in windows in debug build.
  • Reports:
  • Fix to remove artifacts from thumbnails.
  • Fixed logic error where AUC and other stats were being set in model projection instead of model reation.
  • Show cutoff threshold used for model stats.
  • Experiment designer, locality options:
  • Added options for spatially and environmentally unique occurrence filtering to model class.
  • Running experiments:
  • Delete log file before running an experiment.
  • Fix crash when trying to view model previews while experiment is running (dont delete raster in omggdal because its managed by registry).
  • Prevent a crash with zero length string for rawimage filename.
  • Crash fix and cosmetics improvementwhen clicking a not yet run model, show a message rather than trying to load its map even though the raster does not yet exist.
  • Installer:
  • Win: Install aquamaps database and reinstated option to download aquamaps data layers with the new url.
  • Win: Changed so that each version of omd will by default install to its own dir under program files rather than just trying to overwrite any previous version.
  • Linux: Use rpath to locate libs (where supported by host OS). This means you can easily install more than one copy of openModeller Desktop on e.g. Linux without running into issues where the wrong library gets used.