Hello,

Does anyone knows how to work with the sentinel-2 .jp2 files in R?

The earthexplorer has .jp2 files for sentinel-2 and I'm having some trouble in simply open it in R (I'm using R Studio in Windows)

Thank you!

---- Answer Update ----

What I was looking for was this:

"

Masita D. M. Manessa Added an answer

I'm use follows steps (https://stackoverflow.com/questions/40044403/gdal-jp2-driver-missing-in-python)

require(rgdal)

require(gdalUtils)

gdal_chooseInstallation('JP2OpenJPEG') its works"

Thank you Manessa! =)

More Jonathan Richetti's questions See All
Similar questions and discussions