QSDM – Species Distribution Modelling for the QGIS
Добавлено: 15 май 2014, 21:28
наткнулась на информацию по модулю для QGIS с кучей волшебных (и непонятных мне) слов
http://conservationecology.wordpress.co ... ipts/qsdm/
может кому пригодитсяI began coding it some time ago in order to run MAXENT models within QGIS and without calling any external program or script. This eases up at least for me a lot of work. The biggest problem with the MAXENT software is that it requires equal extents and shapes of all input environmental vectors. So you have to unify your environmental predictors before running the tool. I am currently in the process of writing my own much faster version of a raster unification script, but until then the excellent scripting solution from Yury aka ssrebelious works just fine. So you can just load in your layers and QSDM will reproject them to latitude-longitude (WGS-84) if necessary, unify them to a common extent if necessary and finally saves them as ESRI .asc file.
http://conservationecology.wordpress.co ... ipts/qsdm/