Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.24 KB

README.md

File metadata and controls

22 lines (15 loc) · 1.24 KB

Export Worker

Build Status Requirements Status

  • Purpose: Handles extraction and packaging of data exports.
  • Queue: export

Public Tasks

export.project

Exports specified Cadasta Project into specified data formats. Results in a link to a ZipStream bundle containing generated files.

Signature

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).