export_osm_data
Retrieve OpenStreetMap data from a specified bounding box in JSON, XML, or GeoJSON format, including optional metadata for downstream use.
Instructions
Export OSM data from a bounding box in various formats.
Args: bbox: Bounding box as "min_lon,min_lat,max_lon,max_lat" format: Export format (json, xml, geojson) include_metadata: Whether to include metadata like changeset info
Returns: Dictionary containing exported data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bbox | Yes | ||
| format | No | json | |
| include_metadata | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |