Skip to content

Latest commit

 

History

History
59 lines (48 loc) · 2.11 KB

CHANGELOG.rst

File metadata and controls

59 lines (48 loc) · 2.11 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

Changed

  • TrackEddiesObservations.filled_by_interpolation method stop to normalize longitude, to continue to have same beahviour you must call before TrackEddiesObservations.normalize_longitude

Fixed

  • Use safe_load for yaml load

Added

  • Identification file could be load in memory before to be read with netcdf library to get speed up in case of slow disk
  • Add a filter option in EddyId to be able to remove fine scale (like noise) with same filter order than high scale filter
  • Add EddyQuickCompare to have few figures about several datasets in comparison based on match function
  • Color and text field for contour in EddyAnim could be choose
  • Save EddyAnim in mp4
  • Add method to get eddy contour which enclosed obs defined with (x,y) coordinates
  • Add EddyNetworkSubSetter to subset network which need special tool and operation after subset

[3.3.0] - 2020-12-03

Added

  • Add an implementation of visvalingam algorithm to simplify polygons with low modification
  • Add method to found close tracks in an other atlas
  • Allow to give a x reference when we display grid to be able to change xlim
  • Add option to EddyId to select data index like --indexs time=5 depth=2
  • Add a method to merge several indexs type for eddy obs
  • Get dataset variable like attribute, and lifetime/age are available for all observations
  • Add EddyInfos application to get general information about eddies dataset
  • Add method to inspect contour rejection (which are not in eddies)
  • Grid interp could be "nearest" or "bilinear"

Changed

  • Now to have object informations in plot label used python `format` style, several key are available :

    • "t0"
    • "t1"
    • "nb_obs"
    • "nb_tracks" (only for tracked eddies)

[3.2.0] - 2020-09-16

[3.1.0] - 2020-06-25