Skip to content

Releases: meom-group/widetrax

version 0.1.0 - First Implementation of Vorticity and Strain Calculations

09 Dec 15:29
Compare
Choose a tag to compare

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

25 Nov 11:42
Compare
Choose a tag to compare

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

16 Sep 18:19
42c43fc
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release

This is the first stable pre-release of WideTrax