⚠️ Our 0.1 release refactored several early-development functions for long-term stability, to update your code see here. ⚠️
Future changes will come with deprecation warnings! 🙂

geoutils.Raster.__array_function__

geoutils.Raster.__array_function__#

Raster.__array_function__(func, types, args, kwargs)[source]#

Method to cast NumPy array function directly on a Raster object by applying it to the masked array. A limited number of function is supported, listed in raster.handled_array_funcs.

Return type:

Any