-
Notifications
You must be signed in to change notification settings - Fork 18
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
Add warp_mem_limit and num_threads to rasterio reproject calls #285
base: master
Are you sure you want to change the base?
Add warp_mem_limit and num_threads to rasterio reproject calls #285
Conversation
9d14c0b
to
5003a83
Compare
5003a83
to
76f5a80
Compare
This commit aims to expose the two available parameters in rasterio reproject method, used to control its performance
76f5a80
to
b44f998
Compare
Codecov Report
@@ Coverage Diff @@
## master #285 +/- ##
=======================================
Coverage 90.64% 90.64%
=======================================
Files 37 37
Lines 5943 5943
=======================================
Hits 5387 5387
Misses 556 556
Continue to review full report at Codecov.
|
@eecarres this looks like a good way to go, although I recommend to introduce a more generic approach, something like, |
@arielze Whatever you find the most convenient. What I saw in the As I said, you decide =D |
I do agree with @arielze. These two parameters are too low level and we don't deal with them in the source code. So I think it worth to create a new **kwargs argument for |
This commit aims to expose the two available parameters in rasterio
reproject method, used to control its performance