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

  • 相关阅读:
    Python if __name__ == "__main__" 的含义
    自己用
    phpstorm && pycharm
    API Design for C++ 一本书值得一看
    std::set 使用
    Using Windows Web Services
    SOA 好好了解下
    NI Measurement Studio Enterprise 8.6
    那天看看
    内存映射 那天自己改改
  • 原文地址:https://www.cnblogs.com/gisoracle/p/9804080.html
Copyright © 2011-2022 走看看