[gdal-dev] RE: Using GDAL16.DLL within a C++ application

2010-12-02 Thread Harsh Govind
Download binaries from either GDAL homepage download links or you can use binaries posted by Tamas at : http://vbkto.dyndns.org/sdk/ For how to use GDAL in ur app: http://www.gdal.org/gdal_tutorial.html -- This is where I started. Very helpful. Regards, Govind F

Re: [gdal-dev] Running gdalwarp over ECMWF's NetCDF

2010-12-02 Thread antonio . rocha
an the first one has not. But the good news is that you can use gdal16, gdal17 and even gdal18dev in OSGEO4W ! Thanks __ Information from ESET NOD32 Antivirus, version of virus signature database 5667 (20101202) __ The message was checked by ESET NOD32 Antivirus.

[gdal-dev] Extra Pixels using gdal_merge or gdalwarp

2010-12-02 Thread Dash
Hey folks, I'm gaining some extra pixels around the edges of my image when I use gdal_merge or gdalwarp. It seems like the first image is fine, but any appended image contains artifacts around the edges. Does anyone have a recommendation to resolve this issue? Thanks. http://osgeo-org.1803224.

Re: [gdal-dev] Running gdalwarp over ECMWF's NetCDF

2010-12-02 Thread Even Rouault
l17 and even gdal18dev in OSGEO4W ! > > Thanks > > > > __ Information from ESET NOD32 Antivirus, version of virus > signature database 5667 (20101202) __ > > The message was checked by ESET NOD32 Antivirus. > > http://www.eset.com > > > ___

Re: [gdal-dev] raster lat lon value

2010-12-02 Thread Paolo Corti
> We have a raster one band let's say a geotiff in an x type of geo reference, > how we can find what's the raster's value for a specific lat lon (wgs84) gdallocationinfo [1] will make the trick Best regards P [1] http://www.gdal.org/gdallocationinfo.html

[gdal-dev] Re: Running gdalwarp over ECMWF's NetCDF

2010-12-02 Thread António Rocha
his a limitation of GDAL1.5.4? Thanks __ Information from ESET NOD32 Antivirus, version of virus signature database 5667 (20101202) __ The message was checked by ESET NOD32 Antivirus. http://www.eset.com 2009.nc Description: Binary

[gdal-dev] raster lat lon value

2010-12-02 Thread Nikolaos Hatzopoulos
Hi, We have a raster one band let's say a geotiff in an x type of geo reference, how we can find what's the raster's value for a specific lat lon (wgs84) --Nikos Hatzopoulos ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailm

[gdal-dev] Running gdalwarp over ECMWF's NetCDF

2010-12-02 Thread António Rocha
NOD32 Antivirus, version of virus signature database 5667 (20101202) __ The message was checked by ESET NOD32 Antivirus. http://www.eset.com ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] Projection aeqd and geotransform

2010-12-02 Thread Paco Regodón
Hello all, i'm trying to create an VRT file for a raster in azimutal equidistant projection. I am almost sure the projection i should use is +proj=aeqd +lat_0=Y +lon_0=X +x_0=0 +y_0=0 +units=m X and Y being the raster's center coordinates. I know the pixel width is 1000 meter

Re: [gdal-dev] [driver geoconcept] how to manage polyline with thousand of coordinates

2010-12-02 Thread nicolas david
> Could you file a ticket in the bug tracker, for me to follow this issue ? > > done I hope I've correctly fill the tickets. Nicolas DAVID DAVID Nicolas - Laboratoire MATIS - IGN 2/4, avenue Pasteur - 94165 Saint Mandé Cedex ___ gdal-dev mailing list gd

[gdal-dev] several No data value

2010-12-02 Thread Ludovic Mercier
Hi, i work with a type of data wich can have : no data value and other information like "low and hight instrument saturation". For many algorithm this value (instrument saturation ) is like "no data value". But in gdal doc only one data value is managed. Have you a solution for this case ? A

Re: [gdal-dev] [driver geoconcept] how to manage polyline with thousand of coordinates

2010-12-02 Thread Richard Didier
Le jeudi 2 décembre 2010 14:35:25, nicolas david a écrit : > hi list > > I've encountered some issue with a *.gxt file and ogr2ogr. > This file contains only one geometry with more than 5000 intermediate > coordinates. It's goemtry type is polyline (format 2). The size of this > polyline is too bi

[gdal-dev] [driver geoconcept] how to manage polyline with thousand of coordinates

2010-12-02 Thread nicolas david
hi list I've encountered some issue with a *.gxt file and ogr2ogr. This file contains only one geometry with more than 5000 intermediate coordinates. It's goemtry type is polyline (format 2). The size of this polyline is too big for the char buffer of the geoconcept driver. So I've got a "Too many

[gdal-dev] Using GDAL16.DLL within a C++ application

2010-12-02 Thread Helm, P.W. (Pim) van den
Hi All, I want to use GDAL within my project. I only need the geospatial transformation to change coordinates between geospatial systems. So using the FWTools will put me up with an enormous amount of extra DLL's needed within the project that will never be refered. So looking at GDAL was my s

Re: [gdal-dev] Gdal driver not working in windows 7

2010-12-02 Thread Ram prasad
As rightly pointed out, the problem was in compiler settings. I had compiled my driver in /MT instead of /MD Now it is working perfectly. But I faced a problems. I had to compile all the related libraries using /MD too. Luckily I could. But what if I have I cannot get a MD version of a lib? does

[gdal-dev] Convert from GeoTiff to JP2

2010-12-02 Thread Livneh Yehiyam
Hi I ran into a problem converting a GeoTiff to a Jpeg200 image, using gdal_translate and the JP2ECW driver. My geotiff has GCP's as the georeference. Here is the output from gdalinfo: Driver: GTiff/GeoTIFF Files: 01122010-1509.tif Size is 1680, 916 Coordinate System is `' GCP Projection = GEOGC