<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I just used r.in.gdal to import a .adf. The files came from the global aridity and pet database hosted by CGIAR CSI<div><br></div><div><a href="http://www.cgiar-csi.org/data/global-aridity-and-pet-database">http://www.cgiar-csi.org/data/global-aridity-and-pet-database</a></div><div><div><br></div><div>Originally I was getting the warning:</div><div><div>WARNING: G_set_window(): Illegal latitude for North</div></div><div><br></div><div>so I used the -l option. The file appears to have imported</div><div><br></div><div><div>GRASS 6.4.3 (globe_30s):~ > r.in.gdal -l in=~/projects/global_aridity/AI_annual/ai_yr/w001001.adf out=ai</div><div>WARNING: Map bounds have been constrained to geographic coordinates. You</div><div>         will almost certainly want to check map bounds and resolution with</div><div>         r.info and reset them with r.region before going any further.</div><div>Projection of input dataset and current location appear to match</div><div> 100%</div><div>r.in.gdal complete. Raster map <ai> created.</div></div><div><br></div></div><div>I am trying to check the layer with r.info and I see that the resolution looks odd (N looks correct, should be 30 second, but E looks weird):</div><div><br></div><div><div>GRASS 6.4.3 (globe_30s):~ > r.info ai</div><div> +----------------------------------------------------------------------------+</div><div> | Layer:    ai                             Date: Tue Sep 24 11:06:02 2013    |</div><div> | Mapset:   global_aridity_pet             Login of Creator: kirkw           |</div><div> | Location: globe_30s                                                        |</div><div> | DataBase: /Volumes/disk1/home1/kirkw/grassdata                             |</div><div> | Title:     ( ai )                                                          |</div><div> | Timestamp: none                                                            |</div><div> |----------------------------------------------------------------------------|</div><div> |                                                                            |</div><div> |   Type of Map:  raster               Number of Categories: 733928          |</div><div> |   Data Type:    CELL                                                       |</div><div> |   Rows:         18000                                                      |</div><div> |   Columns:      43200                                                      |</div><div> |   Total Cells:  777600000                                                  |</div><div> |        Projection: Latitude-Longitude                                      |</div><div> |            N:        90N    S:        60S   Res: 0:00:30                   |</div><div> |            E: 179:59:59.932408W    W:       180W   Res: 0:00:00.000002     |</div><div> |   Range of data:    min = 0  max = 733928                                  |</div><div> |                                                                            |</div><div> |   Data Description:                                                        |</div><div> |    generated by r.in.gdal                                                  |</div><div> |                                                                            |</div><div> |   Comments:                                                                |</div><div> |    r.in.gdal -l input="/Volumes/disk1/home1/kirkw/projects/global_aridi\   |</div><div> |    ty/AI_annual/ai_yr/w001001.adf" output="ai"                             |</div><div> |                                                                            |</div><div> +----------------------------------------------------------------------------+</div><div><br></div><div>I'm not sure what to do with this? Any suggestions would be most appreciated!</div><div><br></div><div><br></div><div><br></div></div></body></html>