Releases: meom-group/widetrax
Releases · meom-group/widetrax
Version 1.1.0 - AWS S3 Integration and SWOT Films.
- Added functions to read SWOT data from S3 buckets
- Introduced functionality to generate animated films from SWOT data for the CalVal period
- Fixed some minor bugs in spectrum manipulation functions.
Removal of 'Spectram' Module
This version addresses some errors from the previous release. Additionally, the 'Spectram' module has been removed in this update and replaced by Spectra
version 0.1.0 - First Implementation of Vorticity and Strain Calculations
Version 0.1.0 - First Implementation of Vorticity and Strain Calculations
This release marks the addition of vorticity and strain calculations, expanding the package's functionality for SWOT data analysis.
New Features
- New Module
Grads.py
:compute_vorticity
compute_strain
- plot vorticity/strain histogram
- Improved things:
- Make 'namevar' optional to compute PSD from different variables
- Make variables_to_keep optional in read_zarr_to_xarray_dict
Version 0.0.2 - Fixes and Improvements
Changes in this version
- Merged the two functions used for spectrum calculation into a new function:
extract_xarrays_by_time_and_region
. This new function allows users to choose the desired variable name for spectrum calculation (e.g.,ssha
,ssha_noiseless
, or others). Additionally, it resolves the issue of file selection for the desired time period, which was less precise in the previous version. - Changed the minimum segment length for spectrum calculation from 200 to 120, enabling spectrum calculation in smaller regions.
- Added
fs
(sampling frequency) as a parameter to the spectrum calculation function, allowing spectrum computation for other satellite products beyond SWOT.
Initial Release
This is the first stable pre-release of WideTrax