-
Notifications
You must be signed in to change notification settings - Fork 92
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
Convert FieldImageR from R to Python #34
Comments
Hi, Have you progressed further with this conversion? I'm interested in it as well. |
Hello, I tried to do the conversion from R to python for computing the vegetation indexes. I extracted the individual color channels (Red, Green, and Blue) from an image array using their corresponding index (0, 1, or 2). Then I implemented the equations of the vegetation indices. However, when I plot the resulting array/matrix, the visualizations I get do not correspond with the ones I generated in R using the fieldImageR library. Any help with implementing the vegetation indexes in python? Thanks for your time and response. |
Hello Small-Samori, you can using cmap of matplotlib for visualize |
Might want to look here: |
Hello everyone, I'm want to convert FieldImageR from R to python, you can help me?
Thanks
The text was updated successfully, but these errors were encountered: