zoukankan      html  css  js  c++  java
  • The Topo to Raster tool returns errors 010235 and 010067转

    Problem: The Topo to Raster tool returns errors 010235 and 010067

    Description

    The Topo to Raster geoprocessing tool is used to interpolate hydrologically-correct digital elevation models (DEMs) from feature data. In some instances, running the tool results in ArcMap crashing and returning the following errors:

    010235: Returned error from <value>.
    010067: Error in executing grid expression.

    Cause

    There are several possible causes for this issue:

      A. A very small cell size is set for the output raster.

      B. An input feature class that is large in size is used.

      C. More than two feature classes are used as Input feature data.

    Solution or Workaround

    The options below address each of the causes mentioned above. Depending on the cause, use one of the options below to resolve the error.
     

    Option A:
    The Topo to Raster Tool has a limitation of generating an output of 5500 x 5500 cells. When a very small cell size is set for the output raster, this limitation can be reached. Increase the output cell size in the Topo to Raster window to avoid error.
    [O-Image]

    Option B:
    If the large size of an input feature class seems to be causing issues, split the data to create smaller processing extents and then run the Topo to Raster tool separately on each of the extents. The separate outputs can be assembled in a mosaic dataset to create a single data source.

    Option C:
    When using more than two feature classes as Input feature data, create a triangulated irregular network (TIN) or a terrain dataset using the feature classes, and convert the output to a raster dataset.

    Related Information

  • 相关阅读:
    JAVA课程设计——飞机大战(团队)
    面向对象设计大作业
    OO之接口-DAO模式代码阅读及应用
    有理数类设计
    图总结
    树、二叉树、查找算法总结
    二叉排序树
    数据结构小结
    C语言文件
    小程序云开发:联表查询去重及排序的不严谨笨办法
  • 原文地址:https://www.cnblogs.com/gisoracle/p/9804080.html
Copyright © 2011-2022 走看看