geopandas / scipy2018-geospatial-data

BSD 3-Clause "New" or "Revised" License
334 stars 193 forks source link

conversion of xml to shape file #25

Open sabyasachi1992 opened 5 years ago

sabyasachi1992 commented 5 years ago

I want to convert xml file to shape file making the attribute unchanged. I already tried in Qgis, but after converting into shape file, attribute which was present in the xml file is not visible in the attribute table of the shape file. kindly give some suggestions to convert xml to shape file maintaining the attribute unchanged.

jorisvandenbossche commented 5 years ago

I would recommend asking such questions on StackOverflow (https://stackoverflow.com/). Also, it is best to give an actual example of the data you have, that will make it easier to provide answers.