GeoEco.DataManagement.ArcGISRasters.ArcGISRaster.Exists

classmethod ArcGISRaster.Exists(path)

Tests that a specified path exists and is recognized by ArcGIS as a raster.

Parameters:

path (str) – Path to test. Minimum length꞉ 1.

Returns:

A two-item tuple, where the first item is True if the specified path exists, and the second is True if the specified path exists and is recognized by ArcGIS as a raster.

Return type:

tuple of bool