describe_data
Retrieve dataset metadata including type, spatial reference, extent, fields, and row count from any ArcGIS dataset supported by arcpy.Describe.
Instructions
Describe a dataset: type, spatial reference, extent, fields, row count.
Works on feature classes, shapefiles, rasters, tables, workspaces — anything arcpy.Describe understands.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |