Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
GDAL / gdalnumeric.py
Size: Mime:
from numpy import *
from osgeo.gdal_array import *

from warnings import warn

warn('instead of `import gdalnumeric`, please consider `import numpy` and/or `from osgeo import gdal_array`',
     DeprecationWarning)