describe_data
Inspect any GIS dataset before geoprocessing to confirm it exists and check its projection. Returns coordinate system, geometry type, extent, and data type.
Instructions
Describe a dataset — returns coordinate system, geometry type, extent, and data type. Use this to verify a file exists and check its projection before geoprocessing.
Args: path: Full path to the dataset (shapefile, raster, feature class, GDB, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |