Get in Touch
Ask questions, suggest features or view source code on GitHub.
If an issue arrises please post on the GitHub issues.
API
Top-level functions
|
Rename xarray DataArray or Dataset coordinate variables for use with monet functions, returning a new xarray object. |
Rename latitude/longitude variants to |
|
Rename latitude/longitude variants to |
Modules
This package contains the main routines for estimating variables related to the Monin-Obukhov (MO) Similarity Theory, such as MO length, adiabatic correctors for heat and momentum transport. |
|
DataArray Accessor
|
Ensures longitudes are from -180 -> 180. |
|
Tidy's DataArray–wraps longitudes and sorts lats and lons. |
|
Check the mask of land and ocean, returning corresponding boolean mask. |
|
Check the mask of land and ocean, returning corresponding boolean mask. |
Convert to datetime64. |
|
This will attempt to restructure a given DataArray for use within MONET. |
|
|
Resample in the vertical with stratify. |
|
Function to window, ie select a specific region, given the lower left latitude and longitude and the upper right latitude and longitude |
|
Interpolates the data array to constant longitude. |
Interpolates the data array to constant longitude. |
|
|
Uses pyresample to interpolate to find the i, j index of grid with respect to the given lat lon. |
|
Uses xesmf to interpolate to a given latitude and longitude. |
|
Quickly create a geo-referenced image plot using Cartopy and Matplotlib. |
|
Quickly create a geo-referenced plot using Cartopy and Matplotlib. |
|
Quickly create a geo-referenced filled-contour plot using Cartopy and Matplotlib. |
|
Remap data from another grid to the current self grid using pyresample nearest-neighbor interpolation. |
|
Remap data from another grid to the current grid of self using xESMF. |
|
Combine self data with point data in dataframe data. |
Dataset Accessor
|
Ensures longitudes are from -180 -> 180. |
|
Tidy's Dataset–wraps longitudes and sorts lats and lons. |
|
checks the mask of land and ocean if the global_land_mask libra. |
|
checks the mask of land and ocean. |
Convert to datetime64. |
|
|
Resample in the vertical with stratify. |
|
Function to window, ie select a specific region, given the lower left latitude and longitude and the upper right latitude and longitude |
|
Interpolates the data array to constant longitude. |
Interpolates the data array to constant longitude. |
|
|
Uses pyresample to interpolate to find the i, j index of grid with respect to the given lat lon. |
|
Uses xesmf to interpolate to a given latitude and longitude. |
|
Remap data from another grid to the current self grid using pyresample nearest-neighbor interpolation. |
Find the closest model data (data) to the observation (self) for unstructured grid model data. |
|
|
Remap data from another grid to the current grid of self using xESMF. |
|
Combine self data with point data in dataframe data. |
DataFrame Accessor
|
|
|
|
Rename latitude and longitude columns in the DataFrame. |
|
Creates a |
|
|
Remap data in df to nearest points in self. |
Convert to datetime64. |
The geographic center point of this DataFrame. |