list_layers
Lists all layers from a spatial data source, returning name, geometry type, feature count, and CRS for each layer. Supports FileGDB, GeoPackage, Shapefile, GeoJSON, KML, and other GDAL/OGR formats.
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 |