-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Write rasters to disc #22
Comments
NB reading rasters from disc makes the plot method very slow, in particular getting the population size. Using |
Agreed there could be more use of parallelism in the plotting bit |
The other part of the issue I guess isn't the writing to disk per se, but being able to save, export and read-in results later, which isn't easily managed from temp files. |
Can you please expand upon this bit: |
I guess it's OK if the rasters are in memory, you can export and read in again later. If the rasters are large and written to a temp file somewhere then it's not possible to simply export the results object to read in elsewhere because the temp files will be missing. |
Would be totes fab to be able to specify a filepath/pattern and write output rasters to disc rather than forcibly hold them in memory when running
simulation
.Especially for long runs and large habitat suitability inputs this would help memory management much more betterer.
The text was updated successfully, but these errors were encountered: