=========================== Basic climate data analysis =========================== The following processes concern basic climate data analysis, methods for formatting data to examine a specific region or time interval. Spatial subsetting and regridding are methods of deriving a new set of data from another set of data using interpolation techniques to generate different spatial or temporal resolutions. For more information on these processes, see the `NCAR description of regridding page `_. Spatial and temporal subsetting ------------------------------- .. autoprocess:: flyingpigeon.processes.SubsetWFSProcess .. autoprocess:: flyingpigeon.processes.SubsetBboxProcess .. autoprocess:: flyingpigeon.processes.AveragerWFSProcess .. autoprocess:: flyingpigeon.processes.AveragerBboxProcess .. autoprocess:: flyingpigeon.processes.ClippingProcess .. autoprocess:: flyingpigeon.processes.ClipcontinentProcess .. autoprocess:: flyingpigeon.processes.ClipregionseuropeProcess .. autoprocess:: flyingpigeon.processes.PointinspectionProcess .. autoprocess:: flyingpigeon.processes.LandseamaskProcess .. autoprocess:: pavics_datacatalog.wps_processes.Period2Indices .. autoprocess:: pavics_datacatalog.wps_processes.GetPoint Spatial regridding ------------------ .. autoprocess:: flyingpigeon.processes.ESMFRegridProcess :docstring: .. todo:: Add content to the basic climate data analysis section