| Número de ID del error |
BUG-000127132 |
| Enviado | December 4, 2019 |
| Última modificación | June 5, 2024 |
| Relacionado con | ArcGIS for Desktop |
| Versión encontrada | 10.7 |
| Sistema operativo | Windows OS |
| Versión de sistema operativo | 10.0 64 Bit |
| Estado | Non-Reproducible
Este problema no se pudo reproducir cuando lo probó el equipo de desarrollo. Los problemas pueden recibir este estado cuando no se pueden reproducir o ya no son relevantes en una versión de desarrollo del software, pero no se ha instalado una solución específica para solucionar el problema. La sección Información adicional del problema puede contener más explicaciones.
|
Información adicional
The reported problem scenario could not be reproduced with several different tests datasets, including ones with similar properties (many NoData cells, value range of float values between 0 and 1).
The problem could only be reproduced with the original dataset exactly as-provided. There may be a problem of some sort with that data.
It was found that if the original data was first used as input to the Float tool, and the resulting raster (which retains the same cell values as the original input) is then used as input to the Aggregate tool, the output is as-expected for both settings of the "Ignore NoData in calculations" parameter. The reported problem was not observed.
When the original data was tested in ArcGIS Pro version 2.5, the output was as-expected for both settings.
Workarounds:
- Use ArcGIS Pro 2.5 or later
- For ArcMap, first run the Float tool on the input data, and use that result as input to the Aggregate tool.
Solución alternativa
- Multiply the cell values by a larger number.
- Run the Aggregate geoprocessing tool.
- Divide the cell values by the same factor to get the true values.
OR
Run the Spatial Analyst math tool 'Float' on it to create a new version of the data before running Aggregate.
Pasos para reproducir