microproduct/atmosphericDelay/ISCEApp/site-packages/osgeo/gdalnumeric.py

8 lines
214 B
Python
Raw Normal View History

2023-08-28 10:17:29 +00:00
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)