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

2012-11-16 Thread Tom Roche
masters student and far from spatially adept. And feel free to forward me to some channel more suited for this request. Your assistance is appreciated, Tom Roche ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

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

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

2012-11-13 Thread Tom Roche
proach is necessary for this application (though it may be a sufficient or the best-available approach). This may be due to my statistical ignorance, however. your assistance is appreciated, Tom Roche ___ gdal-dev mailing list gdal-dev@lists.osgeo.org

Re: [gdal-dev] installing debian GDAL version >= 1.9

2012-07-13 Thread Tom Roche
Tom Roche Thu, Jul 12, 2012 at 9:41 AM >> how to fix the /usr/local/lib/python2.x/dist-packages/osgeo fails? Kludging a makefile (see https://alioth.debian.org/tracker/index.php?func=detail&aid=313720&group_id=30241&atid=410558 ) "fixes" that problem ... but

Re: [gdal-dev] installing debian GDAL version >= 1.9

2012-07-12 Thread Tom Roche
Tom Roche Thu Jul 12 06:41:04 PDT 2012 >> me@it:/tmp/gdal$ dget --build >> http://ftp.de.debian.org/debian/pool/main/g/gdal/gdal_1.9.0-3.dsc >> ... much, much later ... >> > error: could not create '/usr/local/lib/python2.6/dist-packages/osgeo': >> &

Re: [gdal-dev] installing debian GDAL version >= 1.9

2012-07-12 Thread Tom Roche
tatus 2 noting that `sudo` is no fix (more below)? details: Tom Roche Tue, Jul 10, 2012 7:13 PM >>> me@it:~$ aptitude search ~Dlibfontconfig1 | grep -e '^i' | less >>> appears to show many important dependencies (e.g., emacs, xulrunner, >>> cinnamon, gnome-sh

[gdal-dev] installing debian GDAL version >= 1.9

2012-07-10 Thread Tom Roche
ng R from testing. However, me@it:~$ aptitude search ~Dlibfontconfig1 | grep -e '^i' | wc -l > 230 seems scary, since me@it:~$ aptitude search ~Dlibfontconfig1 | grep -e '^i' | less appears to show many important dependencies (e.g., emacs, xulrunner, cin

[gdal-dev] [newbie] regridding netCDF

2012-07-09 Thread Tom Roche
(probably by spatial averaging) to one or more gridcells in the 12-km LCC target dataset (the extents of which are a subset of the global source dataset). How to do programmatically (driven by bash, python, R) on linux? Your coding recommendations are appreciated, as would be pointers to helpful res