Possible Duplicate:
How can I convert an excel file with x, y columns to a shapefile?
Probably this could be an easy question for most of the people. But I would like to know the way to generate a shapefile, if I have an input as Excel or CSV file format.
asked Jan 16, 2012 at 14:36
-
Does your source Excel/CSV have coordinates or addresses in them?Mapperz– Mapperz ♦2012年01月16日 15:08:50 +00:00Commented Jan 16, 2012 at 15:08
-
Yeah, it contains latlon too. Input can be any normal csv/excel file which should contain latlon(in my case polygon or multilinestring) and I need to get the shape file as the output. I was looking through JGrass(jgrasstechtips.blogspot.com/2008/05/…) and trying to figure out how it works. Thankspanalbish– panalbish2012年01月16日 16:16:55 +00:00Commented Jan 16, 2012 at 16:16