Opened 17 years ago

Closed 17 years ago

#1874 closed defect (fixed)

create ng bindings python namespace

Reported by: hobu Owned by: hobu
Priority: normal Milestone: 1.5.0
Component: PythonBindings Version: unspecified
Severity: normal Keywords:
Cc:

Description

from osgeo import gdal
from osgeo import osr
from osgeo import ogr
from osgeo import gdal_array
from osgeo import gdalconst

The following still work, but will report a DeprecationWarning:

import gdal
import osr
import ogr
import gdalconst

Change History (1)

comment:1 by hobu, 17 years ago

Resolution: fixed
Status: newclosed

RFC: http://trac.osgeo.org/gdal/wiki/rfc17_python_namespaces

Most updates were done on 9/28/2007 during the FOSS4G sprint and are around r12276:r12278

Note: See TracTickets for help on using tickets.