Climate indices¶
The following processes return general climate indicators based on spatial and temporal grid resolutions.
Climate Extreme indices¶
Averaged Climate indices¶
Temporal Indices¶
-
class
flyingpigeon.processes.
IndicessingleProcess
[source]¶ indices_single Climate indices (Single variable) (v0.10)
Climate index calculated from one daily input variable.
Paramètres: - resource (application/x-netcdf, application/x-tar, application/zip) – NetCDF Files or archive (tar/zip) containing netCDF files.
- indices ({'CDD', 'CFD', 'CSU', 'CWD', 'FD', 'GD4', 'HD17', 'ID', 'PRCPTOT', 'R10mm', ..}) – Climate index code.
- grouping ({'day', 'mon', 'sem', 'yr', 'ONDJFM', 'AMJJAS', 'DJF', 'MAM', 'JJA', 'SON', ..}) – Temporal group over which the index is computed.
- region ({'ABW', 'AFG', 'AGO', 'ALB', 'ALD', 'AND', 'ARE', 'ARG', 'ARM', 'ASM', ..}, optional) – Country code, see ISO-3166-3: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3#Officially_assigned_code_elements
- mosaic (boolean, optional) – If Mosaic is checked, selected polygons be clipped as a mosaic for each input file
Renvoie: - output_archive (application/x-tar) – Tar archive of the netCDF files storing the index values.
- ncout (application/x-netcdf) – NetCDF file storing the index computed over one dataset.
- output_log (text/plain) – Collected logs during process run.
References
-
class
flyingpigeon.processes.
IndicespercentiledaysProcess
[source]¶ indices_percentiledays Climate indices (Daily percentiles) (v0.10)
Climatological percentile for each day of the year computed over the entire dataset.
Paramètres: - resource (application/x-netcdf, application/x-tar, application/zip) – NetCDF Files or archive (tar/zip) containing netCDF files.
- percentile ({'1', '2', '3', '4', '5', '6', '7', '8', '9', '10', ..}) – Percentile value [1-100].
- region ({'ABW', 'AFG', 'AGO', 'ALB', 'ALD', 'AND', 'ARE', 'ARG', 'ARM', 'ASM', ..}, optional) – Country code, see ISO-3166-3: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3#Officially_assigned_code_elements
- mosaic (boolean, optional) – If Mosaic is checked, selected polygons be clipped as a mosaic for each input file.
Renvoie: - output_archive (application/x-tar) – Tar archive of the netCDF files storing the percentile values.
- ncout (application/x-netcdf) – NetCDF file storing the percentiles computed over one dataset.
- output_log (text/plain) – Collected logs during process run.
References