Re: [gdal-dev] Changing pixel values of GDAL VRT

2015-12-15 Thread Even Rouault
Le mardi 15 décembre 2015 17:23:44, cl a écrit : > Is it possible to manipulate the pixel values of a GDAL VRT and, if so, > how? The original data must remain unchanged. > > I have a dataset which might be a bit rotated so that there are no data > values on the edges. I use region growing to find

[gdal-dev] Changing pixel values of GDAL VRT

2015-12-15 Thread cl
Is it possible to manipulate the pixel values of a GDAL VRT and, if so, how? The original data must remain unchanged. I have a dataset which might be a bit rotated so that there are no data values on the edges. I use region growing to find that parts on the edge to not touch no data values in the

Re: [gdal-dev] generate raster "GeoTIFF" for given lat long bounds at particular zoom using GDAL

2015-12-15 Thread nicolas.cadi...@archeotec.ca
Hi, If you want a standard x and y, you will need to reproject using a projected coordinate systems like (WGS84/UTM Zone 18). Then, you will get a square pixel resolution that is in meters. If you use WGS84 Long-Lat, grids or pixels are almost square at the equator but become more and more

[gdal-dev] generate raster "GeoTIFF" for given lat long bounds at particular zoom using GDAL

2015-12-15 Thread Gane R
How to convert Lat Long bounds to geotransform values for a particular zoom in EPSG:4326 I can generated a raster with width, height and the geotransform values. But for an Lat Long bounds at a particular zoom say highest 22, will the xres and yres vary with location ? Gane

Re: [gdal-dev] GeoPDF content inverted as GeoTIF

2015-12-15 Thread Gane R
Thanks for your timely response. Well the PDF was generated at the source by different form such that I didn't face this problem, that new version of the file worked for me. On Mon, Dec 14, 2015 at 7:20 PM, Even Rouault wrote: > Le lundi 14 décembre 2015 13:25:13, Rahkonen Jukka (MML) a écrit :

Re: [gdal-dev] How can I found gcp error in gdalwarp?

2015-12-15 Thread Even Rouault
Le mardi 15 décembre 2015 11:16:41, OHTSUKA Ko-hei a écrit : > Hello, > > I use gdalwarp for georeferencing. > > I run gdalwarp with many gcps, then warning says: > "There is a problem to invert the interpolation matrix" > > I think some errors may exist in gcps, but I don't know how to find whe

Re: [gdal-dev] Are there any way to add bulk gcps?

2015-12-15 Thread Brad Hards
On Tue, 15 Dec 2015 07:19:09 PM OHTSUKA Ko-hei wrote: > I use gdalwarp, gdal_translate with too many gcps. > Then command says: > "Argument list too long" > > Is thare any way to add too many gcps as bulk? http://www.gdal.org/gdal_utilities.html describes the --optfile argument, which is ideal fo

[gdal-dev] Are there any way to add bulk gcps?

2015-12-15 Thread OHTSUKA Ko-hei
Hello, I use gdalwarp, gdal_translate with too many gcps. Then command says: "Argument list too long" Is thare any way to add too many gcps as bulk? ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] How can I found gcp error in gdalwarp?

2015-12-15 Thread OHTSUKA Ko-hei
Hello, I use gdalwarp for georeferencing. I run gdalwarp with many gcps, then warning says: "There is a problem to invert the interpolation matrix" I think some errors may exist in gcps, but I don't know how to find where it is. Are there any simple way to find errors in gcps? Ko-hei _