[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.
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev


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 have
permissions to modify that folder. Try to save the file in some other place.

On Fri, Mar 30, 2012 at 6:54 PM, proto83 prot...@hol.gr wrote:

 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.
 ___
 gdal-dev mailing list
 gdal-dev@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/gdal-dev




-- 
Best regards,
Chaitanya kumar CH.

+91-9494447584
17.2416N 80.1426E
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

[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 mailing list archive at Nabble.com.
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev


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

2012-03-29 Thread proto83
can you explain me more if it's not problem for you? :)

--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/Error-in-creating-gml-file-tp4669016p4669107.html
Sent from the GDAL - Dev mailing list archive at Nabble.com.
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev


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

2012-03-29 Thread Salvatore Larosa
Il giorno gio, 29/03/2012 alle 13.31 -0700, proto83 ha scritto:
 can you explain me more if it's not problem for you? :)


I assume you are on Linux!

What returns this command: 

$ ls -l | grep yourFolder  

?

youFolder is the folder where you save your files!




___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev


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

2012-03-29 Thread proto83
no i am in windows.but i still cannot understand what i must do to fix the
problem.

--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/Error-in-creating-gml-file-tp4669016p4669179.html
Sent from the GDAL - Dev mailing list archive at Nabble.com.
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev


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

2012-03-29 Thread Salvatore Larosa
Il giorno gio, 29/03/2012 alle 14.00 -0700, proto83 ha scritto:
 no i am in windows.but i still cannot understand what i must do to fix the
 problem.
 
 --

well, will be hard reach a solution! ;-)

try ogrinfo command:

ogrinfo oikismoi_irakliou.shp



___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev


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

2012-03-29 Thread proto83
ok i did it and i the output was this.
INFO:Open of 'c:\shapefiles\oikismoi_irakliou.shp'
using driver 'ESRI Shapefile' successful
1:oikismoi_irakliou Point


--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/Error-in-creating-gml-file-tp4669016p4669302.html
Sent from the GDAL - Dev mailing list archive at Nabble.com.
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev


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

2012-03-29 Thread Salvatore Larosa
Il giorno gio, 29/03/2012 alle 14.47 -0700, proto83 ha scritto:
 ok i did it and i the output was this.
 INFO:Open of 'c:\shapefiles\oikismoi_irakliou.shp'
 using driver 'ESRI Shapefile' successful
 1:oikismoi_irakliou Point

Can you try ogr2ogr command in a different folder?

For example in the Desktop folder.




___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev