Skip to content
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

passing large data between marxan and r is slow #9

Open
jeffreyhanson opened this issue Jan 30, 2015 · 0 comments
Open

passing large data between marxan and r is slow #9

jeffreyhanson opened this issue Jan 30, 2015 · 0 comments

Comments

@jeffreyhanson
Copy link
Owner

have r preallocate arrays, and then have marxan populate them with results, this avoid issues with sending large amounts of data to and from marxan, and also we can avoid using Rcpp data structure or Rcpp data structures and stick with C. this will facilitate the marxan interoperating with other non-R systems, eg. idrisi, qmarxan, arcgis, qgis, cluz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant