lenapy API Reference

Module contents

lenapy.lenapy_geo

The lenapy_geo module implements some usual functions to be applied on gridded data (lat/lon)

lenapy.lenapy_time

The lenapy_time module implements some usuals functions to be applied on timeseries.

lenapy.lenapy_ocean

The lenapy_ocean module implements some useful TEOS10 gsw functions on oceanic dataset

lenapy.lenapy_harmo

The lenapy_harmo module provides functionalities for spherical harmonics dataset (clm/slm) and projections on latitude/longitude grids.

lenapy.constants

Constants for geophysical calculations in the lenapy library.

Submodules

Readers

Reader modules : define specific engines for the xarray.open_dataset() method

lenapy.readers.geo_reader

Open netcdf dataset

lenapy.readers.gravi_reader

The gravi_reader module provides functions to load time-variable gravity field data from different products and format the data with unified definitions for variables and coordinates.

lenapy.readers.ocean

Load temperature and salinity data from ocean products

Utils

Utils modules

lenapy.utils.geo

The geo module provides functions related to spatial grid.

lenapy.utils.harmo

The harmo module provides functions for transforming spherical harmonics datasets into spatial grid representations and vice versa.

lenapy.utils.gravity

The gravity module provides functions for manipulating spherical harmonics datasets with respect to different reference frames, tide systems, normal gravity reference and smoothing techniques.

Writers

Writer modules : define writers

lenapy.writers.gravi_writer

The gravi_writer module provides writer functions to save Spherical Harmonics dataset in .gfc ascii file.