Changes between Initial Version and Version 1 of Ticket #5725, comment 16


Ignore:
Timestamp:
Nov 5, 2015, 10:07:39 AM (8 years ago)
Author:
beamerblvd

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5725, comment 16

    initial v1  
    1515
    1616{{{
     17from osgeo import ogr
     18from osgeo import gdalconst
     19
    1720    driver = ogr.GetDriverByName('ESRI Shapefile')
    1821    shapefile = driver.Open('/path/to/file', gdalconst.GA_ReadOnly)