You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If target_dtype and target_nodata are provided to raster_map, it tries to confirm that the nodata value fits into the dtype using numpy.can_cast. This does not work as I expected:
If
target_dtype
andtarget_nodata
are provided toraster_map
, it tries to confirm that the nodata value fits into the dtype usingnumpy.can_cast
. This does not work as I expected:It's usually not necessary to set the
target_dtype
andtarget_nodata
, but this bug prevents us from doing so in some cases.The text was updated successfully, but these errors were encountered: