Visualization¶
-
class
flyingpigeon.processes.
PlottimeseriesProcess
[source]¶ plot_timeseries Graphics (timeseries) (v0.10)
Outputs some timeseries of the file field means. Spaghetti and uncertainty plot
Parameters: - resource (application/x-netcdf, application/x-tar, application/zip) – NetCDF Files or archive (tar/zip) containing NetCDF files. (Info)
- variable (string, optional) – Variable to be expected in the input files (variable will be detected if not set)
Returns: - output_log (text/plain) – Collected logs during process run.
- plotout_spagetti (image/png) – Visualisation of single variables as a spaghetti plot
- plotout_uncertainty (image/png) – Visualisation of single variables ensemble mean with uncertainty
References
#.. autoprocess:: flyingpigeon.processes.AnalogsviewerProcess (moved to blackswan)
-
class
flyingpigeon.processes.
MapSpatialAnalogProcess
[source]¶ map_spatial_analog Map of dissimilarity values calculated by the spatial_analog process. (v0.1)
Produce map showing the dissimilarity values computed by the spatial_analog process as well as indicating by a marker the location of the target site.
Parameters: - resource (application/x-netcdf, application/x-tar, application/zip) –
Dissimilarity between target at selected location and candidate distributions over the entire grid. (Info)
- fmt ({'png', 'pdf', 'svg', 'ps', 'eps'}, optional) – Figure format
- title (string, optional) – Figure title.
Returns: - output_figure (image/png, application/pdf, image/svg+xml, application/postscript) – Map of dissimilarity values.
- output_log (text/plain) – Collected logs during process run.
References
- resource (application/x-netcdf, application/x-tar, application/zip) –