[gdal-dev] Problem with .asc files

2014-07-30 Thread 00darki
Hi everyone ! I've a problem with gdal, it doesn't recognise my files with .asc extensions. *>gdalinfo N42W00.asc ERROR 4: 'N42W00.asc' not recognised as a supported file format. gdalinfo failed - unable to open 'N42W00.asc'.* However, the gdal driver is presnt : *>gdalinfo --formats | find "AS

[gdal-dev] white line between tiles when using gdal_translate on a vrt file

2014-09-16 Thread 00darki
Hello, I've a problem when I use gdal_translate on a vrt, some lines appear on the generated image. These lines correspond to the border of each small image referenced in the vrt. These images have been reprojected to mercator projection. Lines appears randomly at some zoom levels. I thought the

Re: [gdal-dev] white line between tiles when using gdal_translate on a vrt file

2014-09-17 Thread 00darki
Yes, I warped each file individually and the .vrt is the index containing all warped files. I added -tr and -tap option and apparently the problem is solved ! Thanks a lot !! :) -- View this message in context: http://osgeo-org.1560.x6.nabble.com/gdal-dev-white-line-between-tiles-when-using-g

[gdal-dev] gdal 1.11 unable to read netcdf files

2014-06-27 Thread 00darki
Hi, I'm new on the mailing list, and to begin i want to apologize for my bad english skill. I hope you could help me, i've a problem with gdal to read netcdf (.nc) files. In gdal_formats.txt , i found the line : "netCDF (rw+s): Network Common Data Format" But if i run *gdalinfo.exe --formats* , n

Re: [gdal-dev] gdal 1.11 unable to read netcdf files

2014-06-27 Thread 00darki
..I found a solution, simply copy .dll files in a subdirectory called /gdalplugins in the /apps directory .. it seems to works fine (with an error on gdal_GEOR.dll) *d:\GDAL\gdal-1-11\bin\gdal\apps>gdalinfo.exe D:/GDAL/MapServer/mnt0.nc ERROR 1: Can't load requested DLL: d:\GDAL\gdal-1-11\bin\

Re: [gdal-dev] gdal 1.11 unable to read netcdf files

2014-06-27 Thread 00darki
To install gdal, I use release available on : http://www.gisinternals.com/sdk/ (release-1600-x64-gdal-1-11-0-mapserver-6-4-1) I try different release, same resultat. GDAL and OGR work fine for any other file format, i've used gdalcontour, shp2img, buildvrt abd other command without problem on my

[gdal-dev] gdal_translate 1.11 netcdf output is a flipped Y image

2014-07-01 Thread 00darki
Hi, I'm trying to convert netcdf files to geotiff image, i'm using gdal_translate.exe, and the result of the command is a Y flipped image (north is south and south is north ..). I've learned many topics on this issue but I havn't found any solution .. *gdal_translate.exe D://mnt0.nc

Re: [gdal-dev] gdal_translate 1.11 netcdf output is a flipped Y image

2014-07-01 Thread 00darki
*gdal_translate.exe -a_ullr "-180" "90" "180" "-90" -a_srs "EPSG:3408" D:/GDAL/MapServer/mnt0.nc D:/GDAL/MapServer/mnt00_geotif00.tif Warning 1: No UNIDATA NC_GLOBAL:Conventions attribute Input file size is 4321, 2161 0...10...20...30...40...50...60...70...80...90...100 - done.* Same result,

Re: [gdal-dev] gdal_translate 1.11 netcdf output is a flipped Y image

2014-07-02 Thread 00darki
Ho yes it makes me happy, it works !!! :-) Thanks a lot Even and other who try to help me ! Problem solved -- View this message in context: http://osgeo-org.1560.x6.nabble.com/gdal-dev-gdal-translate-1-11-netcdf-output-is-a-flipped-Y-image-tp5148957p5149174.html Sent from the GDAL - Dev mailing