2 votos

Error en GDAL para la biblioteca MODIS en R

Se ha dado una respuesta a esto pregunta anteriormente, sin embargo no resolvió la cuestión.

Estoy analizando los datos de MODIS, y me gustaría descargar y procesar los datos. Esto es lo que he hecho hasta ahora:

library(MODIS)

MODISoptions(localArcPath = "C:\\Users\\rameshv\\Downloads\\MODISDownloads\\",
         outDirPath = "C:\\Users\\rameshv\\Downloads\\MODISOutputs\\")

'outDirPath' does not exist and will be created in 
'C:/Users/rameshv/Downloads/MODISOutputs/'
 'MRT_HOME' not set/found! MRT is NOT enabled! See: 
 'https://lpdaac.usgs.gov/tools/modis_reprojection_tool'

 STORAGE:
  _______________
  localArcPath : C:/Users/rameshv/Downloads/MODISDownloads/ 
  outDirPath   : C:/Users/rameshv/Downloads/MODISOutputs/ 

 DOWNLOAD:
 _______________
 MODISserverOrder : LAADS, LPDAAC 
 dlmethod         : auto 
 stubbornness     : high 

 PROCESSING:
 _______________
 GDAL           : Not available. Use 'MODIS:::checkTools('GDAL')' for more information! 
 MRT            : Not available. Use 'MODIS:::checkTools('MRT')' for more information! 
 pixelSize      : asIn 
 outProj        : asIn 
 resamplingType : NN 
 dataFormat     : GTiff

Como se observa arriba, sugiere que no hay GDAL. Sin embargo, he instalado rgdal así como:

> MODIS:::checkTools('GDAL')
 Checking availability of 'FWTools/OSGeo4W' (GDAL with HDF4 support for Windows):
  OK, 'gdalinfo' is not recognized as an internal or external command, operable program or batch file. found!

¿Alguna sugerencia?

2voto

Enreeco Puntos 1255

Siguió las instrucciones proporcionadas aquí e instalé GDAL de nuevo en la máquina local, seguido de:

> MODISoptions(localArcPath = 
"C:\\Users\\rameshv\\Downloads\\MODISDownloads\\",
+              outDirPath = "C:\\Users\\rameshv\\Downloads\\MODISOutputs\\")
'outDirPath' does not exist and will be created in ' 
'C:/Users/rameshv/Downloads/MODISOutputs/'
  'MRT_HOME' not set/found! MRT is NOT enabled! See: 
'https://lpdaac.usgs.gov/tools/modis_reprojection_tool'
 Detecting available write drivers!
 Found: 71 candidate drivers, detecting file extensions...
 45 usable drivers detected!

 STORAGE:
 _______________
 localArcPath : C:/Users/rameshv/Downloads/MODISDownloads/ 
 outDirPath   : C:/Users/rameshv/Downloads/MODISOutputs/ 

 DOWNLOAD:
 _______________
 MODISserverOrder : LAADS, LPDAAC 
 dlmethod         : auto 
 stubbornness     : high 

 PROCESSING:
 _______________
 GDAL           : GDAL 2.1.3, released 2017/20/01 
 MRT            : Not available. Use 'MODIS:::checkTools('MRT')' for more 
 information! 
 pixelSize      : asIn 
 outProj        : asIn 
 resamplingType : NN 
 dataFormat     : GTiff

Otro recurso útil : https://www.ral.ucar.edu/sites/default/files/public/projects/wrf_hydro/v3_0/rwrfhydro/vignettes/modisProcessing.html

i-Ciencias.com

I-Ciencias es una comunidad de estudiantes y amantes de la ciencia en la que puedes resolver tus problemas y dudas.
Puedes consultar las preguntas de otros usuarios, hacer tus propias preguntas o resolver las de los demás.

Powered by:

X