<div dir="ltr">Hello all,<br><br>When I import a global elevation dataset with extents 180w 90n 180e 90s using r.in.gdal, the GRASS raster shows up with w-e extents both showing 180E. While this doesn't seem to be affecting raster calculations, afaik, it's causing issues with QGIS. It displays it with it's origin at 180E and extends to 540E. Has anyone run into this problem?<br>
<br><b>gdalinfo:</b><br><br>Driver: GTiff/GeoTIFF<br>Files: 2_00-res/out-2_00-nozero-res.tif<br>Size is 43200, 21600<br>Coordinate System is:<br>GEOGCS["WGS 84",<br> DATUM["WGS_1984",<br> SPHEROID["WGS 84",6378137,298.2572235630016,<br>
AUTHORITY["EPSG","7030"]],<br> AUTHORITY["EPSG","6326"]],<br> PRIMEM["Greenwich",0],<br> UNIT["degree",0.0174532925199433],<br> AUTHORITY["EPSG","4326"]]<br>
Origin = (-180.000000000124970,90.000000000000000)<br>Pixel Size = (0.008333333333333,-0.008333333333333)<br>Metadata:<br> AREA_OR_POINT=Area<br>Image Structure Metadata:<br> INTERLEAVE=BAND<br>Corner Coordinates:<br>Upper Left (-180.0000000, 90.0000000) (180d 0'0.00"W, 90d 0'0.00"N)<br>
Lower Left (-180.0000000, -90.0000000) (180d 0'0.00"W, 90d 0'0.00"S)<br>Upper Right ( 180.0000000, 90.0000000) (180d 0'0.00"E, 90d 0'0.00"N)<br>Lower Right ( 180.0000000, -90.0000000) (180d 0'0.00"E, 90d 0'0.00"S)<br>
Center ( -0.0000000, 0.0000000) ( 0d 0'0.00"W, 0d 0'0.00"N)<br>Band 1 Block=43200x1 Type=Float32, ColorInterp=Gray<br> NoData Value=10<br><b><br><a href="http://r.info">r.info</a>:</b><br><br>
+----------------------------------------------------------------------------+<br> | Layer: 2_00_res Date: Fri Oct 10 17:45:37 2008 <br> | Mapset: PERMANENT Login of Creator: jamie <br>
| Location: Bathy <br> | DataBase: /work/grass <br> | Title: ( 2_00_res ) <br>
| Timestamp: none <br> |----------------------------------------------------------------------------<br> | <br>
| Type of Map: raster Number of Categories: 255 <br> | Data Type: FCELL <br> | Rows: 21600 <br>
| Columns: 43200 <br> | Total Cells: 933120000 <br> | Projection: Latitude-Longitude <br>
| N: 90N S: 90S Res: 0:00:30 <br> | E: 180E W: 180E Res: 0:00:30 <br> | Range of data: min = -10814.000000 max = -0.010000 <br>
| <br> | Data Description: <br> | generated by r.in.gdal <br>
| <br> | Comments: <br> | r.in.gdal input="out-2_00-nozero-res.tif" output="2_00_res" <br>
| <br> +----------------------------------------------------------------------------+<br><br><br></div>