<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">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)
</pre></body></html>