zapata package¶
Submodules¶
- zapata.colormap module
- zapata.computation module
- zapata.data module
- zapata.koopman module
- Koopman Analysis
choose_eig()
reconstruct_koopman()
check_sim()
order_w()
expand_modes()
find_modes()
density_estimate()
one_over()
one_over_years()
Koop
Koop.PsiX
Koop.PsiY
Koop.ntime
Koop.npoints
Koop.deltat
Koop.bandwidth
Koop.sigma
Koop.operator
Koop.kernel_choice
Koop.epsilon
Koop.maxeig
Koop.poly_order
Koop.poly_shift
Koop.k_shift
Koop.time_data
Koop.wf
Koop.wfg
Koop.vvf
Koop.ww
Koop.wwg
Koop.vv
Koop.cc
Koop.Gxx
Koop.Gxy
Koop.ker
Koop.fit()
Koop.order()
Koop.eigone()
Koop.compute_modes()
Koop.reconstruct_koopman()
Koop.find_norm_modes()
Koop.eigenfunction_value()
KoopGen
KoopGen.PsiX
KoopGen.PsiY
KoopGen.ntime
KoopGen.npoints
KoopGen.deltat
KoopGen.bandwidth
KoopGen.sigma
KoopGen.operator
KoopGen.kernel_choice
KoopGen.epsilon
KoopGen.maxeig
KoopGen.poly_order
KoopGen.poly_shift
KoopGen.k_shift
KoopGen.wf
KoopGen.wfg
KoopGen.vvf
KoopGen.ww
KoopGen.wwg
KoopGen.vv
KoopGen.Gxx
KoopGen.Gxy
KoopGen.ker
KoopGen.fit()
KoopGen.order()
KoopGen.eigzero()
KoopGen.compute_modes()
KoopGen.reconstruct_koopman()
KoopGen.find_norm_modes()
KEig
- zapata.lib module
- zapata.mapping module
- Contouring, stremlines and vector plots
init_figure()
choose_projection()
xmap()
zonal_plot()
zonal_stream_plot()
choose_contour()
add_colorbar()
make_ticks()
set_titles_and_labels()
ocean_section_plot()
small_map()
adjust_data_centlon()
lon_sect()
lat_sect()
changelabel()
changebox()
label_equator()
zonal_streamfun_plot()
add_cyclic_lon()
xstmap()
vecmap()
Module contents¶
Zapata A revolutionary library for analysis and plotting of meteorological data.
It uses xarray as a basic data structure.
The module data contains the information on the data banks. The routine DataGrid in data must be modified to the location of the basic data for each installation.
Zapata contains computation modules and plotting modules. The plotting modules are based on matplotlib and cartopy. The computation modules are based on numpy and scipy.
- computation :
Routines for averaging and various computations
- data :
Information on data sets and routines to get data from the data sets
- mapping :
Mapping routines based on Cartopy
- lib :
Utilities for the rest of the modules.
- colormap :
Routines to use colormap in xml format
- koopman :
Routines for Koopman decomposition and eigenvalues handling
Version 2.1