Skip to content

Asynchronous worker responsible for handling data exports.

Notifications You must be signed in to change notification settings

Cadasta/cadasta-export-worker

Repository files navigation

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

About

Asynchronous worker responsible for handling data exports.

Resources

Stars

Watchers

Forks

Packages

No packages published