Cythonize Mosaic submodule ? #481
Unanswered
vincentsarago
asked this question in
Q&A
Replies: 1 comment 1 reply
-
The module doesn't iterate over pixels, though, does it? It iterates over each array, filling any nodata areas of the result array? I'd need to look back at the code again, but assuming we're using vectorized numpy functions I doubt we'd see much of a performance gain. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The mosaic module iterate over numpy arrays and might be prone to some optimization if it was re-written in using Cython 🤷♂️
any though @kylebarron @geospatial-jeff
Beta Was this translation helpful? Give feedback.
All reactions