laptop and a wrench

Erro

When using Quantile classification, each class is supposed to have the same number of pixels. However, with user's data, one class has a much larger number of pixels (~800,000) than other classes (~150,000).

Última Publicação: August 25, 2014 ArcGIS for Desktop
Número de ID do Erro NIM081368
EnviadoJune 1, 2012
Última ModificaçãoJune 5, 2024
Aplica-se àArcGIS for Desktop
Versão encontrada10.0
StatusKnown Limit

Informações Adicionais

This input is highly skewed. The majority of the values are grouped into the first bin.

Solução Provisória

1) Run Slice with equal area. Slice will calculate the appropriate areas based on the number of classes. Please note you may not end up with the exact number of classes specified due to the skewed data, however the class areas will be consistent as possible.2) Multiply by a large factor and convert to integer. Then run the reclassification on the resultant integer raster. This will provide an output that has very similar count values.from <a href="http://arcpy.sa" target="_blank">arcpy.sa</a> import *intRaster = Int(Raster("summer.berners.final.RSF.tif") * 1000000000)arcpy.BuildRasterAttributeTable_management(intRaster)run reclassify using raster input

Etapas para Reproduzir

ID do Erro: NIM081368

Software:

  • ArcGIS for Desktop

Seja notificado quando o status de um erro mudar

Baixe o Aplicativo de Suporte da Esri

Descubra mais sobre este tema

Obtenha ajuda de especialistas do ArcGIS

Entre em contato com Suporte Técnico

Baixe o Aplicativo de Suporte da Esri

Ir para as opções de download