[gdal-dev] I have moved to Indyarocks

2009-06-05 Thread Gokul Kartha
Hi,I have moved to Indyarocks. Now you can check out my photos, videos and blogs all at one place :-)Click on the link below to view my latest profile and picsLink: http://www.indyarocks.com/register_step1.php?invitor=MzExOTQ4Ng==&emailencryp=Z2RhbC1kZXZAbGlzdHMub3NnZW8ub3JnThanksGokul KarthaWhy di

Re: [gdal-dev] Python Scripts

2009-06-05 Thread Kyle Shannon
That did the trick, downloaded the current trunk and rebuilt, thanks. kss ~~~ Kyle Shannon Physical Science Technician RMRS Fire Sciences Lab Fire, Fuels & Smoke - RWU 4405 5775 Highway 10 W. Missoula, MT 59808 (406)829-6954 kshan...@fs.fed.us ksshan...@gmail.com ~~

Re: [gdal-dev] Incorrect use of MEM driver?

2009-06-05 Thread Even Rouault
Instead of sprintf("%p"), use CPLPrintPointer() that will add then necessary "0x" prefix in the case of the MSVC runtime library. Le Friday 05 June 2009 21:51:20 Gregory, Matthew, vous avez écrit : > My pointer address is something like 0x00126324.  When formatted into > the filename string, it b

[gdal-dev] Incorrect use of MEM driver?

2009-06-05 Thread Gregory, Matthew
Hi all, I'm a newbie to the MEM driver using Windows and trying to get it to work using a very simple test: /// int main() { GDALAllRegister(); // Create space and populate with pattern GInt32 buf[1]; for (int i=0; i<1; i++) *(

Re: [gdal-dev] Python Scripts

2009-06-05 Thread Bryan Keith
kss, That's in the gdal-dev branch (I don't really know my way around the doe repository). I use both Windows and Linux, and as I recall, it was easier for me to get it running in Windows using the OSGeo4W installer then to rebuild on Linux. I know that's not much info, but maybe it's helpful.

[gdal-dev] Python Scripts

2009-06-05 Thread Kyle Shannon
Hello all, I am using some srtm data for some modeling and I need to get rid of the no data values. I checked the trac and found gdal_fillnodata.py. Seems like a good fit, but that script wasn't installed when I built 1.6.1. Is this script out of date, replaced or available in another form, or d

Re: [gdal-dev] gdalwarp on large files

2009-06-05 Thread Laura Toma
Even, I have the setup configured so that it does not disconnect on its own. There was something about gdalwarm handling large files. After some delay installing the latest release of gdal (gdalbuildvrt is not available in the earlier versions), I got it to work. Both gdalbuildvr

RE: [gdal-dev] Thread safety of GDAL projection machinery?

2009-06-05 Thread Karney, Charles
OK. I'll try and put something together. I might not get to it for a couple of week, because I've a wedding to go to in UK next week. -- Charles Karney Sarnoff Corporation, Princeton, NJ 08543-5300 Tel: +1 609 734 2312 Fax: +1 609 734 2662 From: Even Rou