.shp file to GML to SVG using Python



First this is the first time I post a question and I hope that I will get some help.


well I have to make a Python script that allows me to convert a GML file that contains .shp file data


ex :



<ogr:geometryProperty><gml:Point srsName="EPSG:2154"><gml:coordinates>636760.63,6189648.0</gml:coordinates></gml:Point></ogr:geometryProperty>


in my script I have to take the coordinates from the GML file(like XML) and transform them into SVG file (Graphic)


I REALLY NEED SOME REAL HELP because it's the first time I use PYTHON


thanks


No comments:

Post a Comment