[gdal-dev] Re: calling gdalinfo from python

2010-10-01 Thread keith
Thanks Even! -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/calling-gdalinfo-from-python-tp5592721p5592796.html Sent from the GDAL - Dev mailing list archive at Nabble.com. ___ gdal-dev mailing list gdal-dev@lists.osgeo.org ht

Re: [gdal-dev] calling gdalinfo from python

2010-10-01 Thread Even Rouault
Le vendredi 01 octobre 2010 22:07:26, keith a écrit : > I'm just learning python and have imported gdalinfo.py, but I'm not sure > how to call it. > Is it gdalinfo.main('myimage.img') > It's just giving me back the usage. The image file exists in the current > working directory. > > Thanks for any

[gdal-dev] calling gdalinfo from python

2010-10-01 Thread keith
I'm just learning python and have imported gdalinfo.py, but I'm not sure how to call it. Is it gdalinfo.main('myimage.img') It's just giving me back the usage. The image file exists in the current working directory. Thanks for any help! Using Python 2.6. -- View this message in context: http:/

[gdal-dev] Re: gdal-dev Digest, Vol 77, Issue 2

2010-10-01 Thread jim hopper
ere will make this > requirement difficult to realize at all. > > > Best regards, > > Tamas > -- next part -- > An HTML attachment was scrubbed... > URL: > http://lists.osgeo.org/pipermail/gdal-dev/attachments/20101001/5c597f0b/attach > me

Re: [gdal-dev] OGR SQL for insert/update/delete operations

2010-10-01 Thread Tamas Szekeres
2010/10/1 Frank Warmerdam > I have no plans to do so. I'm not sure how valuable such operations > would be though I suppose it would be nice to easily express update or > delete operations that apply according to some WHERE clause. > > Frank, Do we have an alternative way to modify the attribut

Re: [gdal-dev] Re: gdal_rasterize -tr and -te

2010-10-01 Thread Doug_Newcomb
I probably do it the hard way. The USDA flies summer color imagery in North Carolina every couple of years for crop verification. They will put draft versions of the imagery up in single image per county mosaics in MrSid format for download about 6-8 months before they make the final quarter

Re: [gdal-dev] OGR SQL for insert/update/delete operations

2010-10-01 Thread Frank Warmerdam
Tamas Szekeres wrote: Hi All, Do we have any plan to extend OGR SQL for insert/update/delete operations? Would this idea be reasonable to implement? I would think something about mapping those commands to the corresponding CreateFeature/SetFeature/DeleteFeature methods of the OGR layers. Ta

[gdal-dev] OGR SQL for insert/update/delete operations

2010-10-01 Thread Tamas Szekeres
Hi All, Do we have any plan to extend OGR SQL for insert/update/delete operations? Would this idea be reasonable to implement? I would think something about mapping those commands to the corresponding CreateFeature/SetFeature/DeleteFeature methods of the OGR layers. Best regards, Tamas

[gdal-dev] Re: gdal_rasterize -tr and -te

2010-10-01 Thread Hermann Peifer
On 01/10/2010 07:03, Jukka Rahkonen wrote: Hermann Peifer gmx.eu> writes: At work, we are taking this "standard grid" issue pretty serious, but indeed, we might be the only ones worldwide with such a business rule. You are not alone, we are reprojecting our rasters to standard grid because