- Purpose: Handles extraction and packaging of data exports.
- Queue:
export
Exports specified Cadasta Project into specified data formats. Results in a link to a ZipStream bundle containing generated files.
Argument | Description |
---|---|
org_slug |
Slug identifier for Cadasta Organization. |
project_slug |
Slug identifier for Cadasta Project. |
api_key |
DRF Temporary Scoped Token |
output_type |
Output format identifier. Currently supported: 'shp' (export of all locations in shapefile format), 'res' (export of all resource files, includes XLS spreadsheet of resource details), 'xls' (export of all parties, locations, and relationships in a single XLS spreadsheet), 'all' (export of all aforementioned files in a single bundle). |