Bookmark this page: Add grid reprojection algorithms to Yahoo MyWeb Add grid reprojection algorithms to Google Bookmarks Add grid reprojection algorithms to Windows Live Add grid reprojection algorithms to Del.icio.us Digg grid reprojection algorithms! Add grid reprojection algorithms to Netscape
  •  
  • Subject
  • Author
  • Date
If you were  Registered and logged in, you could reply and use other advanced thread options
Posted by Hans Olav on July 4, 2006, 6:41 am
Hi,

Can someone point me to a good algorithm for translating (resampling,
reprojecting) grid-data in one grid to another grid. For example
population numbers from a 0.01 degree latitude-longitude grid to a 100m
UTM grid.

/Hans Olav


Posted by Felix Hebeler on July 5, 2006, 9:01 am
Hans Olav wrote:
> Hi,
>
> Can someone point me to a good algorithm for translating (resampling,
> reprojecting) grid-data in one grid to another grid. For example
> population numbers from a 0.01 degree latitude-longitude grid to a 100m
> UTM grid.
>
> /Hans Olav
>
not an algorithm, but a tool that does it, free, no strings attached is
landserf by jo wood, a java based GIS.
find it at www.landserf.org
there's only a couple of projections available, but lat/lon and utm is
definately supported. and you can use scripting, if you've got lots of
grids to project.
cheers
felix

Posted by Mississippi Dan on July 8, 2006, 8:49 am
> Hi,
> Can someone point me to a good algorithm for translating
> (resampling,
> reprojecting) grid-data in one grid to another grid. For
> example
> population numbers from a 0.01 degree latitude-longitude
> grid to a 100m
> UTM grid.
> /Hans Olav

Try gdalwarp, part of the gdal maptools package. Open
source.
http://www.remotesensing.org/gdal/gdal_utilities.html

I also use Global Mapper. It can do projection translations
also.

Dan