antadde / N-SDM

Nested-Species Distribution Modelling
MIT License
26 stars 1 forks source link

Is it possible to work with only one species or only one scale? #10

Open GencerYaprak opened 1 year ago

GencerYaprak commented 1 year ago

I am wondering that Is it possible to work with only one species and only one scale (only global or only regional)?

antadde commented 1 year ago

Hi @GencerYaprak, yes it's possible to run NSDM with only one species and at one single scale. To do so you need to edit the settings.csv file and turn the "n_levels" parameter to a value of 1 (1=GLO; 2=GLO+REG). By default the single scale will be the "global" one (put your data in the corresponding "glo" folders; no need to care about the "reg" ones). Hope it helps!

GencerYaprak commented 1 year ago

Thank you!