On Aug 6, 2008, at 2:01 PM, <[EMAIL PROTECTED]> wrote:

Date: Wed, 6 Aug 2008 18:01:27 -0300
From: "Paulo Marcondes" <[EMAIL PROTECTED]>
Subject: Re: [GRASS-user] Copy raster from xy location to latlong
To: "William Hudspeth" <[EMAIL PROTECTED]>
Cc: [email protected]
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=UTF-8

2008/8/6 William Hudspeth <[EMAIL PROTECTED]>:
Thanks for responding.

I think I was a little unclear in my original description. My
xy-location raster is stored as pixel values (720 rows and 1440
columns, with the origin  (0, 0) at the bottom left corner),
such that an individual pixel might have a coordinate of 125, 256.
I need to somehow "project" this xy location raster into a lat long location where

well, r.in.gdal might do the trick.
it can even create a new location with the parameters specified in the
HDF header.

try gdalinfo to see if there's any projection info, then r.in.gdal
in=HDF_file out=rastername location=HDF_location


--
Paulo Marcondes = PU1/PU2PIX
-22.915 -42.224 = GG86jc


This is what the georectifier is for.

Michael
_______________________________________________
grass-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to