Re: [gdal-dev] Question about raster interleaving

2010-10-08 Thread Frank Warmerdam
Jorge Arévalo wrote: Hi everybody, If I'm implementing a driver for a given raster structure, that always has BSQ format, has sense to implement the IRasterIO for Dataset and/or Rasterband derived classes? Jorge, If the data is band interleaved there is little value in implementing the GDALDa

Re: [gdal-dev] Unicode filenames

2010-10-08 Thread Frank Warmerdam
Ari Jolma wrote: Frank, Is RFC 30 supposed to mean that using GDALOpen can be used with utf8 filenames? Are the changes made in trunk already? Ari, Yes, and Yes. I'm testing on Windows and I observe that opening a file using utf8 filename does not succeed due to OpenInfo creation failing (

[gdal-dev] Unicode filenames

2010-10-08 Thread Ari Jolma
Frank, Is RFC 30 supposed to mean that using GDALOpen can be used with utf8 filenames? Are the changes made in trunk already? I'm testing on Windows and I observe that opening a file using utf8 filename does not succeed due to OpenInfo creation failing (the filename is still in utf8 at that

[gdal-dev] minizip "zip" support, and the kmlsuperoverlay driver

2010-10-08 Thread Frank Warmerdam
Folks, In recent days I have brought the "create a zip file" side of minizip into gdal/port. We already used minizip code for unzipping them - for instance in the /vsizip/ virtual file system handler. I have not yet incorporated support for creating zip files via the /vsizip/ virtual file syste

[gdal-dev] gdal python bindings for 1.7 - where to find

2010-10-08 Thread Hannes Reuter
Dear GDALer (probably mostly Howard) I saw that the old python bindings are gone(http://trac.osgeo.org/gdal/ticket/3286), however I'm wondering if there are still python bindings for 1.7. in egg or msi installer format prepared? At http://pypi.python.org/pypi/GDAL/ only source is provided, whil

Re: [gdal-dev] overlaying a map on another

2010-10-08 Thread Frank Warmerdam
ahmet temiz wrote: hello how can I overlay one map on another ? Ahmet, If you want a meaningful response you really need to make a more serious effort in asking the question. Are you wanting to overlap raster on raster? Vector on vector? In a particular application? If raster, do you want

[gdal-dev] OSR Projection Error 6

2010-10-08 Thread Jay L.
Morning all, I am struggling to get a coordinate transformation to work in a python script. Below is the code snippet that is causing the following error: "ERROR 6: No translation for 'Azimuthal_Equidistant' to PROJ.4 format is known." I am pulling the input spatial reference from the input sha

[gdal-dev] Question about raster interleaving

2010-10-08 Thread Jorge Arévalo
Hi everybody, If I'm implementing a driver for a given raster structure, that always has BSQ format, has sense to implement the IRasterIO for Dataset and/or Rasterband derived classes? Thanks in advance. Best regards, -- Jorge Arévalo Internet & Mobilty Division, DEIMOS jorge.arev...@deimos-sp

[gdal-dev] Re: Modification to the ogr2ogr.java

2010-10-08 Thread sagar_sahay
Hi Chaitanya, Thanks for that, would you happen to know what is the work being done by the function TranslateLayer in the code referenced in my previous message. I ask this because after execution of this function my program displays the error and then exists the system. To stop this from happen

[gdal-dev] overlaying a map on another

2010-10-08 Thread ahmet temiz
hello how can I overlay one map on another ? regards ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Modification to the ogr2ogr.java

2010-10-08 Thread Chaitanya kumar CH
Sagar, You can specify the directory containing the shapefiles as the source datasource. If you want to select .shp files specifically, mention them without the extension at the end of the command. You don't have to specify the source SRS if the file name of the .prj file is the same as the .shp

[gdal-dev] Modification to the ogr2ogr.java

2010-10-08 Thread sagar_sahay
Hi, I am trying to modify the ogr2ogr.java found at the link http://trac.osgeo.org/gdal/browser/trunk/gdal/swig/java/apps/ogr2ogr.java , to cater to multiple ".shp" files. The problem which I am facing is that there are too many System.exit(1) statements which makes it a little difficult to unde