010132: Argument <value> is not a coverage, shapefile or point file name.

Description

The specified input is not a coverage, a shapefile, or an ASCII point file. It must be one of these types. Depending on the particular function, the ASCII point file can be in one of two formats, free form or generate. The free form format lists the points as:

    x1, y1
    x2, y2
    ..., ...
    xn, yn
The generate format is:
    id1, x1, y1
    id2, x2, y2
    ..., ..., ...
    idn, xn, yn
    END

Solution

Ensure that the argument is a valid coverage, shapefile, or point file. If using a point text file, check the documentation of the function being used to ensure it is the correct format.