Import GRD

Instructions for use

Imports an Arc/Info ASCII Grid (*.grd) file.

Parameter description

Parameter Name Default Value Parameter Interpretation Parameter Type
Select File   The file path to import. String
Character Set ANSI The character set type of the import file. Charset
Data Source   Specifies the data source where the result dataset is stored. Datasource
Dataset   The specified resulting dataset name. String
Group   Supports importing data into a specified group. Default is empty; if no group is selected, data will be imported directly under the data source. String
Encode Type NONE Specifies the encoding type of the result dataset. EncodeType
Import Mode NONE Specifies the import mode. Three modes are provided:
  • None: If there is a name conflict between the data to be imported and an existing dataset, the imported data will be automatically renamed and imported.
  • Append: If there is a name conflict between the data to be imported and an existing dataset, the imported data will be appended to the existing dataset with the same name, provided the two datasets have identical types and structures.
  • Overwrite: If there is a name conflict between the data to be imported and an existing dataset, the imported data will overwrite the existing dataset with the same name.
  • ImportMode
    Create an Image Pyramid false Whether to automatically build an image pyramid. True indicates automatically building an image pyramid; false indicates not automatically building an image pyramid. Boolean

    Output Result

    Parameter Name Parameter Interpretation Parameter Type
    Result Dataset The result dataset. Dataset