Re: [gdal-dev] from georeferenced raster to georeferenced vector

2010-01-06 Thread Chaitanya kumar CH
Greg, Try the gdal_polygonize.py program from http://gdal.org/gdal_utilities.html You may have to do some post processing on the shapefile. On Thu, Jan 7, 2010 at 7:13 AM, Greg Coats wrote: > I have a simple .tif, created in Photoshop, that consists of a horizontal > line, a vertical line, and

[gdal-dev] from georeferenced raster to georeferenced vector

2010-01-06 Thread Greg Coats
I have a simple .tif, created in Photoshop, that consists of a horizontal line, a vertical line, and some text, and that (thanks to Frank) is now a georeferenced GeoTIFF. Is there a command line tool that will read in the georeferenced GeoTIFF and write out a georeferenced vector file, likely a

[gdal-dev] DigitalGlobe Image Not Displaying Correctly

2010-01-06 Thread Bob Bruce
undefined ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] DigitalGlobe Image Not Displaying Correctly

2010-01-06 Thread Bob Bruce
Hi: when we try and display a DigitalGlobe image in QGIS we only see a dark green land mass and a slightly lighter green water area. The JPG image that came with it showed a lot of variation in colour. Could someone please have a look at the GDALINFO listing of the image below and help me wi

Re: [gdal-dev] Setting metadata in newly created NITF image via create options

2010-01-06 Thread Even Rouault
Ozy, You can't set the RPC parameters this way as they are not contained in the main file header or imagery header, but they are derived from the RPC00A or RPC00B TRE. So you could set them by using the TRE=RPC00A=xx or TRE=RPC00B= creation options. You can get the xx value fr

Re: [gdal-dev] gdal_translate

2010-01-06 Thread Andrew Brooks
2010/1/6 Frank Warmerdam : > Greg Coats wrote: >> >> image_in1.tif is a .tif without georeferencing info. image_in2.tif is a >> .tif with georeferencing info. What do I add to the gdal_translate command >> below so that the output image_out3.tif, whose pixels will be identical to >> the pixels in i

[gdal-dev] Setting metadata in newly created NITF image via create options

2010-01-06 Thread Ozy Sjahputera
Folks, I need to create a new NITF image and set some RPC parameters I grabbed from another NITF file. According to the online documentation (http://www.gdal.org/frmt_nitf.html): "Most file header, imagery header metadata and security fields can be set with appropriate *creation options* (al

[gdal-dev] displaying data in browse mode

2010-01-06 Thread ahmet temiz
hello how can I get the data with ogrinfo in browse mode ? regards Ahmet Temiz ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] gdal_translate

2010-01-06 Thread Frank Warmerdam
Greg Coats wrote: image_in1.tif is a .tif without georeferencing info. image_in2.tif is a .tif with georeferencing info. What do I add to the gdal_translate command below so that the output image_out3.tif, whose pixels will be identical to the pixels in image_in1.tif, will include the georefer

Re: [gdal-dev] ogr vfk and write access - Updates on 1.7.0 release plan

2010-01-06 Thread Even Rouault
Martin, we are obviously late on the initial schedule... We aim at issuing 1.7.0-beta2 very soon, but as it is not issued yet, it still gives you the opportunity to commit the driver if you're confident enough it won't cause too much build problems. If so, please commit the code very soon. Ot

[gdal-dev] gdal_translate

2010-01-06 Thread Greg Coats
image_in1.tif is a .tif without georeferencing info. image_in2.tif is a .tif with georeferencing info. What do I add to the gdal_translate command below so that the output image_out3.tif, whose pixels will be identical to the pixels in image_in1.tif, will include the georeferencing info in image

Re: [gdal-dev] gdalwarp and tif rotation parameters

2010-01-06 Thread Frank Warmerdam
Simon Hewitt wrote: Hey, I was wondering if it was possible to use gdalwarp to convert a .tif file and .tfw file into a plain .tif file. I'm looking to use the rotation parameters in the .tfw file to rotate the image itself. I've managed to do this with a gif and gfw file into both gif and tif f

Re: [gdal-dev] ogr vfk and write access

2010-01-06 Thread Martin Landa
Hi all, 2009/12/26 Martin Landa : > 2009/12/26 Even Rouault : >> As 1.7.0 release should happen soon, the top priority is to be careful not >> to break GDAL building. You can have a look at the various slavebots at >> http://buildbot.osgeo.org:8500/waterfall to check that everything is OK. > > pro

Re: [gdal-dev] (article) social organization of the open source R project

2010-01-06 Thread Jan Hartmann
I would everyone advise to read Frederick P. Brooks: The Mythical Man-Month. Essays on Software Engineering Brooks was manager of IBM's OS/360, the classical mammoth operating system of the nineteen-sixties. He wrote this book in 1975 (it is still in print) about what can go wrong in designing

[gdal-dev] gdalwarp and tif rotation parameters

2010-01-06 Thread Simon Hewitt
Hey, I was wondering if it was possible to use gdalwarp to convert a .tif file and .tfw file into a plain .tif file. I'm looking to use the rotation parameters in the .tfw file to rotate the image itself. I've managed to do this with a gif and gfw file into both gif and tif formats, however it