[gdal-dev] UTF-8 problem with MSSQLSpatial and ogr2ogr

2012-03-30 Thread philippe.suray
Hello, I am trying to load a shape file encoded in UTF-8 in SQLServer2008. I use this command from ogr2ogr to load the data's: ogr2ogr --debug on -f MSSQLSpatial MSSQL:server=localhost;database=ogr2ogrTest;Trusted_Connection=True; myShapeFile.shp -t_srs EPSG:4326 -dsco ENCODING=UTF-8 -lco

Re: [gdal-dev] UTF-8 problem with MSSQLSpatial and ogr2ogr

2012-03-30 Thread Chaitanya kumar CH
Phillippe, You can start with http://trac.osgeo.org/gdal/wiki/BuildHints if you want to do this yourselves. You can file a ticket at http://trac.osgeo.org/osgeo/newticket and attach your patch there. Also, provide a link to the MSSQL documentation regarding this. Thank you. On Fri, Mar 30,

[gdal-dev] Re: Error in creating gml file

2012-03-30 Thread proto83
Can you give me an example,how will i do it? Sorry,but i am a little bit confused. -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Error-in-creating-gml-file-tp4669016p4671308.html Sent from the GDAL - Dev mailing list archive at Nabble.com.

Re: [gdal-dev] Re: Error in creating gml file

2012-03-30 Thread Chaitanya kumar CH
Spiros, Your command was correct. The error you got was caused because the ogr2ogr utility could not create a file in the place you specified. See if you can create a folder or a file in the folder you are trying to save the file oikismoi_irakliou_gml.gml. If you can't, it means that you don't

Re: [gdal-dev] Ogr2OGR for GeoJSON fails on windows 7

2012-03-30 Thread Vivek Dey
Hello Thank you all for helping me out. The error was because of the write permission in the directory. I changed the directory and it works well. Thanks Chaitanya and everybody else. Vivek On Fri, Mar 30, 2012 at 3:18 AM, Mateusz Loskot mate...@loskot.net wrote: On 30 March 2012 01:35, Eli

[gdal-dev] Re: Error in creating gml file

2012-03-30 Thread proto83
ok i understood and i solved the problem.i did this on another hard disk that i have without any problem. So,everything is ok.thank you for your help. -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Error-in-creating-gml-file-tp4669016p4671470.html Sent from the GDAL - Dev

[gdal-dev] ARG (Azavea Raster Grid) driver

2012-03-30 Thread David Zwarg
Hello, I've written an implementation for the Azavea Raster Grid format (ARG spechttps://github.com/azavea/geotrellis/wiki/ARG-Specification) that we use in GeoTrellis https://github.com/azavea/geotrellis. I created a ticked for this feature: http://trac.osgeo.org/gdal/ticket/4591 This is the