Michael  wrote:<br><div class="gmail_quote"><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
> Which way does it get flipped? <br>
><br>
> Most NetCDF files will import via r.in.gdal correctly, but they<br>
> are displayed as (from L->R) as 0->180E/180W->0. This is the way<br>
> that most climate model files are created and then stored.<br>
<br></div></blockquote><div><br><br>It's not a climate model, but that's exactly the way it gets flipped.<br><br><br>Hamish wrote:<br> </div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div class="im">
</div>note I've had some data in the past which either had bad meta-<br>
data embedded in it or GDAL was reading wrong. GRASS itself should<br>
deal with 0-360 longitudes just fine for raster maps. But if the<br>
import goes wrong for whatever reason it is easy to fix by<br>
resetting the bounds with r.region.<br></blockquote></div><br><br>Thanks a lot, that solved it. Believe it or not I never used r.region,<br>so it didn't come into my mind: Simply doing:<br><br>r.region map=mymap e=180 w=-180<br>
<br>did the trick. Thanks again.<br><br>Best regards,<br>Marcello.<br>