export_dataset
Export saved DC Hub shortlist as CSV or GeoJSON for offline analysis or GIS tools like QGIS.
Instructions
Use when a user wants to pull their saved DC Hub shortlist OUT of the platform for offline analysis, a spreadsheet, or ingestion into another tool (PRO). Example: "Export my saved sites as GeoJSON for QGIS." — export_dataset format=geojson. Params: format ("csv" default, or "geojson"). Returns: the full file contents as text — CSV rows or a GeoJSON FeatureCollection of your saved sites with DCPI score, target MW, market, coordinates, and notes. Do NOT use to list sites in-chat (use list_saved_sites) or to save a new one (use save_site); this is the bulk-download path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output file format: "csv" (default) or "geojson" (for GIS tools like QGIS) |