I have done a little exploration and this script as follows. The issue I found is you are requesting ESRI float files but it would be better to use the NetCDF files (but I could not see them in that FTP site).
from here you can either continue to try to use the ESRI files or find the nc files and rewrite to download the nc file and read that using the R package ncdf4
I have done a little exploration and this script as follows. The issue I found is you are requesting ESRI float files but it would be better to use the NetCDF files (but I could not see them in that FTP site). from here you can either continue to try to use the ESRI files or find the nc files and rewrite to download the nc file and read that using the R package ncdf4
this shows that we have downloaded flt (ESRI Float) data but it would be much better to access the nc (NetCDF).
#