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

Convert FieldImageR from R to Python #34

Open
baoduydinh1710 opened this issue Mar 29, 2022 · 4 comments
Open

Convert FieldImageR from R to Python #34

baoduydinh1710 opened this issue Mar 29, 2022 · 4 comments

Comments

@baoduydinh1710
Copy link

Hello everyone, I'm want to convert FieldImageR from R to python, you can help me?
Thanks

@baoduydinh1710 baoduydinh1710 changed the title Convert R to Python Convert FieldImageR from R to Python Mar 29, 2022
@sumodnandanwar
Copy link

Hi, Have you progressed further with this conversion? I'm interested in it as well.

@Small-Samori
Copy link

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.

@mismart-ai
Copy link

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

@dzar-aker
Copy link

Might want to look here: https://appsilon.com/use-r-and-python-together/

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

5 participants