-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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 Method to Convert QgsRasterLayer to NumPy Array #58247
Conversation
The QGIS project highly values your contribution and would love to see this work merged! Unfortunately this PR has not had any activity in the last 14 days and is being automatically marked as "stale". If you think this pull request should be merged, please check
|
@merydian can you update this branch based on the raster block work? |
babcda0
to
996a2b2
Compare
@merydian can you rebase against master? There's a merge conflict here now |
996a2b2
to
746348a
Compare
Perfect, thank you! |
This pull request has been tagged for the changelog.
You can edit the description. Format available for credits
Thank you! |
Description
This pull request, as part of qgis/QGIS-Enhancement-Proposals#227, introduces a new method to PyQGIS that enables conversion of
QgsRasterLayer
into a NumPy array. This addition allows users to efficiently handle and analyze raster data using NumPy. This enhancement improves integration with NumPy while keeping it an optional dependency.