Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anonymousForPeer authored Mar 25, 2024
1 parent cbae5bc commit 139df65
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,25 @@ The orchestrateSpecies.sh is starting various R scripts for
* modelling (modelling.r)
* predicting (prediction.r)
* evaluating for Natura 2000 areas (compare.r)
*


## Spatial blocking
* uncomment blockSeparation.r in orchestrateSpecies.sh
* run ```bash orchestrateSpecies.sh``` in terminal

## Modelling
* Change model accroding to the one you want to run in orchestrateSpecies.sh
* uncomment modelling.r
* run ```bash orchestrateSpecies.sh``` in terminal

## Prediction
* uncomment prediction.r in orchestrateSpecies.sh
* run ```bash orchestrateSpecies.sh``` in terminal

## Evaluating species dstribution changes for Natura 2000 sites
* uncomment compare.r in orchestrateSpecies.sh
* keep "ABC" or change to either or if you want to evaluate for only Birds (A) or Habitats Directive (B) or both (C) areas
* run ```bash orchestrateSpecies.sh``` in terminal


In all codes the paths are changed. So please chnage paths in all files according to your preferences.

0 comments on commit 139df65

Please sign in to comment.