python 2.7 - Create a shapefile of circles in python2.7 without arcpy -
i have offsite amazon ec2 node generates shapefiles , emails them me. ec2 node doesn't have arcgis arcpy out (i using this python library make point shapefiles however). need create shapefiles contain circles of varying radii. there way shapefile without creating individual polygons contain bunch of points make circle? point buffer around i'm looking don't know how generate python. appreciated
you use ogr gdal library. @ gis collective website's resources page there few links tutorials showing how use library- http://giscollective.org/resources/
i loop through , create point geometries, buffer geometries. here example script of how perform buffer using ogr- https://github.com/csterling/ogrtools/blob/master/buffer.py
you'll need modify should started in right direction
Comments
Post a Comment