Large scale forecasting the potential distribution of Heracleum Sosnowskyi on the territory of Russia under climate change.
Source code for paper PDF
We propose a machine learning approach based on the Random Forest model for forecasting the potential distribution of Heracleum Sosnowskyi. This research aims to establish the possible habitat suitability of HS in current and future climate conditions across the territory of European part of Russia.
Clone this repository
git clone https://github.com/Disha0903/herscleum_sosnowskyi.git
Install R packages
- biomod
- spThin
Climatic variables were collected from the Worldclim database
Soil data were downloaded from the SoilGrids database
Diana Koldasbayeva – Diana.Koldasbayeva@skoltech.ru
Distributed under the MIT license. See LICENSE
for more information.
- Weather loader from ERA5 and worldclim
- Remove лл.R file or rename
- Function to save optimal irrigation dates and volumes to txt file
- Fork it (https://github.com/EDSEL-skoltech/multi_objective_irrigation/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request