Hi,
I have one raster and would like to transform all values between -0,9 - 0 like 1 value, and 0 - 0,9 like NoData.
How can I to this in python?
Thank´s
KenBuja - excellent call. I agree with you.
I would suggest using the Con tool instead
I have spatial analyst!
this code below no work properly:
arcpy.gp.Reclassify_sa(negativo_tif, "Value", "-0,900000 0 1;0 0,900000 NODATA", reclass_negavt_tif, "DATA")
SoratoMarques,
This is a standard function that has an arcpy sample as part of the help about this function.
Do you have the spatial analyst or 3D analyst extension? One of these is necessary for access to the tool.
If none of this helps you solve this issue, what is the error or problem with the methodology?
Regards, - Jim
Membros conectados podem postar, seguir atualizações e mais. Novo aqui? Registre uma conta gratuita.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.