File: ogr.py

package info (click to toggle)
gdal 1.6.3-4
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 45,860 kB
  • ctags: 49,151
  • sloc: cpp: 436,634; ansic: 168,346; sh: 19,318; python: 9,903; cs: 9,720; perl: 2,861; java: 530; makefile: 391; xml: 274; sql: 112; php: 24
file content (5 lines) | stat: -rw-r--r-- 125 bytes parent folder | download | duplicates (6)
1
2
3
4
5
# import osgeo.ogr as a convenience
from osgeo.gdal import deprecation_warn
deprecation_warn('ogr')

from osgeo.ogr import *