list_layers
List all layers in a spatial data source including FileGDB, Shapefile, GeoJSON, and more. Returns layer name, geometry type, feature count, and CRS for each.
Instructions
Lista todas las capas disponibles en una fuente de datos espacial.
Soporta .gdb (FileGDB), .gpkg, .shp, .geojson, .kml y cualquier formato GDAL/OGR. Devuelve por capa: nombre, tipo de geometría, número de features y CRS.
Args: path: Ruta absoluta al archivo o directorio (.gdb es un directorio).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |