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

Large file support #59

Closed
Nowosad opened this issue Aug 15, 2017 · 2 comments
Closed

Large file support #59

Nowosad opened this issue Aug 15, 2017 · 2 comments

Comments

@Nowosad
Copy link
Contributor

Nowosad commented Aug 15, 2017

The mapshaper library supports large files (https://github.com/mbloch/mapshaper) by changing the memory limit. Is it possible in rmapshaper?

@ateucher
Copy link
Owner

This is something I would really like to enable, but that is a feature of Node.js, not mapshaper specifically. rmapshaper uses the V8 R package to run the mapshaper javascript library in R. Node is built on V8.

I opened an issue about this, but it doesn't look like it's easy (certainly beyond my C++ abilities). I think it's further complicated by the fact that the V8 R package necessarily relies on an older version of libv8. Not to mention that rmapshaper seems to be the only use case (at least so far) that runs into these limits.

@Nowosad
Copy link
Contributor Author

Nowosad commented Aug 16, 2017

Thanks for the explanation and your great work @ateucher!

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

2 participants