, "r-sig-mac@r-project.org"
Subject: Re: [R-SIG-Mac] HDF4 Support for GDAL
Have you attempted installing and using
https://cran.r-project.org/web/packages/gdalUtils/gdalUtils.pdf
I don't have any experience with it but it says it can extract sub_datasets
from HDF4
--
Davi
Have you attempted installing and using
https://cran.r-project.org/web/packages/gdalUtils/gdalUtils.pdf
I don't have any experience with it but it says it can extract
sub_datasets from HDF4
--
David.
On 6/24/20 7:00 AM, Matt Strimas-Mackey wrote:
> Hi all,
>
> The MODIS package uses gdalwar
Hi all,
The MODIS package uses gdalwarp to process MODIS data. Previously it called
gdalwarp via system(), however, it recently switched to using the function
sf::gdal_utils() to access gdalwarp, which is more portable and avoids users
having to install GDAL on their system. The catch is that H