write_file_gpd
Export geospatial data from GeoDataFrames to various file formats including Shapefile, GeoJSON, and GPKG for GIS analysis and sharing.
Instructions
Export a GeoDataFrame to a file (Shapefile, GeoJSON, GPKG, etc.). Args: gdf_path: Path to the input geospatial file. output_path: Path to save the exported file. driver: Optional OGR driver name (e.g., 'ESRI Shapefile', 'GeoJSON', 'GPKG'). Returns: Dictionary with status and message.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gdf_path | Yes | ||
| output_path | Yes | ||
| driver | No |