[gdal-dev] Gdal - read starting left-bottom

2012-11-14 Thread netcadturgay
my program reads a tif file starting left-top point. But I want to read starting left-bottom(LowerLeft). How can I solve this problem? Example: band.ReadRaster(0, 0, 500, 500, pixels, 500, 500, 0, 0); -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Gdal-read-starting-left

Re: [gdal-dev] Problem with gdalsrsinfo on some NOAA bsb/kap files

2012-11-14 Thread Chris Barker
On Wed, Nov 14, 2012 at 3:15 PM, Chris Barker wrote: > On Wed, Nov 14, 2012 at 4:53 AM, Jaak Laineste (Nutiteq) > wrote: > >> Have you found workaround for this? > > nope. > >> I just created index bounding boxes for >> all the NOAA BSB charts using GDAL > > Exacltly how did you use GDAL for thi

Re: [gdal-dev] "reboxing," or 3D regridding

2012-11-14 Thread Chris Barker
Tom, I'd look for re-gridding code designed for modeling -- in particular ESMF has a bunch of good stuff, designed specifically for this sort of thing: http://www.earthsystemmodeling.org/ They even have python bindings to at lest some of the re-gridding code. -Chris On Tue, Nov 13, 2012 at 9

Re: [gdal-dev] gdalinfo on PostGIS rasters (GDAL 1.9)

2012-11-14 Thread Mathieu Basille
Dear Even, This works now perfectly! I didn't have time to install GDAL trunk until now. The installation went almost smoothly (see below if it is any useful). If I run the exact same gdalinfo command as before , I now have relevant information: $ gdalinfo "PG:dbname=mydb host=localhost user

Re: [gdal-dev] "reboxing," or 3D regridding

2012-11-14 Thread Newcomb, Doug
Tom, I would suggest starting with the grass-user list http://lists.osgeo.org/mailman/listinfo/grass-user Doug On Wed, Nov 14, 2012 at 11:03 AM, Tom Roche wrote: > > What would be the appropriate list, forum, or other channel to ask > detailed questions about GRASS::raster3D? Why I ask: > > Tom

Re: [gdal-dev] "reboxing," or 3D regridding

2012-11-14 Thread Tom Roche
What would be the appropriate list, forum, or other channel to ask detailed questions about GRASS::raster3D? Why I ask: Tom Roche Wed, Nov 14, 2012 at 12:11 AM >> I'd appreciate advice regarding tools and methods for >> transforming values from an unprojected global 3D spatial grid to a >> projec

Re: [gdal-dev] Problem with gdalsrsinfo on some NOAA bsb/kap files

2012-11-14 Thread Jaak Laineste (Nutiteq)
Hello, Have you found workaround for this? I just created index bounding boxes for all the NOAA BSB charts using GDAL for my Android solution, see http://imgur.com/MpADB - as you can see there are quite many wrong locations, Xmin-coordinate is 0. In the same time, Y and Xmax seems to be correct, w

Re: [gdal-dev] "reboxing," or 3D regridding

2012-11-14 Thread Newcomb, Doug
Tom, Would the GRASS 3D Raster (Voxel) functions meet your needs? http://grass.osgeo.org/grass64/manuals/html64_user/raster3D.html Doug On Wed, Nov 14, 2012 at 12:11 AM, Tom Roche wrote: > > summary: I'd appreciate advice regarding tools and methods for > transforming values from an unprojecte