download_dataset_locally
Download datasets from CKAN open-data portals to your local filesystem for offline analysis and processing.
Instructions
Download a dataset resource, metadata, and usage guide to the local filesystem using curl
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| packageId | Yes | The dataset ID or name to download | |
| resourceId | No | Optional ID of the specific resource to download | |
| preferredFormat | No | Preferred resource format to download (CSV, JSON, etc.) | |
| downloadTimeoutSeconds | No | Maximum time allowed for the curl download |