GeoprocessingΒΆ

The geoprocessing module provides a framework for providing a web interface to geoprocessing jobs which operate on NetCDF data. The core components are: tasks, which have defined inputs and outputs and perform some function; workflows, which are pipelines of tasks; and a web API to allow clients to submit a job with inputs for processing, monitor the job status, and retrieve outputs upon completion.