[GRASS-user] r.in.gdal and MODIS in grass7

Hi everyone,

I am trying to import some MODIS NDVI images in grass 7 but I've got the following error in the command line:

r.in.gdal -e --verbose input=HDF4_EOS:EOS_GRID:"/home/gustavo/Documentos/img/MYD13Q1.A2012361.h13v12.005.2013012015516.hdf":MODIS_Grid_16DAY_250m_500m_VI:250m output=prueba
ADVERTENCIA: El datum <Not_specified_based_on_custom_spheroid> no es
reconocido por GRASS y no se han encontrado parámetros.
Las proyecciones del conjunto de datos de entrada y de la localización
actual parecen coincidir
Procediendo con la importación...
ERROR: El valor de la coordenada Este debe ser mayor que el valor de la
coordenada Oeste.
Violación de segmento

I've also tried through the GUI but it does not show the available layers of the hdf4 file. It shows only one layer named as the filename.
Can you help me?
Thanks

--
Gustavo Martínez
Skype: gmpuljak
Linkedin: http://ar.linkedin.com/in/gustavomartínezpuljak

“Que la tierra se vaya haciendo camino ante tus pasos,
que el viento sople siempre a tus espaldas,
que el sol brille cálido sobre tu cara,
que la lluvia caiga suavemente sobre tus campos y,
hasta tanto volvamos a encontrarnos,
que Dios te lleve en la palma de su mano.”

2013/11/23 Gustavo Martínez <gmpuljak@yahoo.com.ar>:

Hi everyone,

I am trying to import some MODIS NDVI images in grass 7 but I've got the
following error in the command line:

r.in.gdal -e --verbose
input=HDF4_EOS:EOS_GRID:"/home/gustavo/Documentos/img/MYD13Q1.A2012361.h13v12.005.2013012015516.hdf":MODIS_Grid_16DAY_250m_500m_VI:250m
output=prueba
ADVERTENCIA: El datum <Not_specified_based_on_custom_spheroid> no es
reconocido por GRASS y no se han encontrado parámetros.

How did you define the location's projection? The maps come in
sinusoidal projection.

BTW:
For our MODIS data processing, we use pyMODIS which used itself the
MODIS Reprojection Tool. See
http://pymodis.fem-environment.eu/

Markus