Skip to content

Releases: umr-lops/grdwindinversion

0.3.9

20 Jun 12:25
39c52f8

Choose a tag to compare

What's Changed

  • changed output format rcm // add S1C S1D support // check aux_cal presence by @vincelhx in #110

Full Changelog: 0.3.8...0.3.9

0.3.8

18 Apr 10:44
bef8fab

Choose a tag to compare

What's Changed

  • use same tag version for publish than xarray official repo by @agrouaze in #109

Full Changelog: 0.3.7...0.3.8

0.3.7

14 Apr 18:49
577c41d

Choose a tag to compare

What's Changed

  • adapt code for new config, new gmfs and new dsig method by @vincelhx in #108

Full Changelog: 0.3.6...0.3.7

0.3.6

07 Apr 17:00
1f7ce98

Choose a tag to compare

No changes, just do not set "v" in front of release tag.

v0.3.6

07 Mar 13:24
f30bedc

Choose a tag to compare

What's Changed

  • l2 nomenclature + tests + path documentation by @vincelhx in #107

Full Changelog: 0.3.5...v0.3.6

0.3.5

10 Feb 08:51
81d55d1

Choose a tag to compare

Full Changelog: v0.3.2...0.3.5

What's Changed

Full Changelog: 0.3.3...v0.3.5

0.3.3

10 Dec 10:17
004d4b4

Choose a tag to compare

What's Changed

Full Changelog: 0.3.2...0.3.3

0.3.2

09 Dec 13:41
0d5b4e2

Choose a tag to compare

What's Changed

  • [force-build] Fix build version to remove 'v' in it. Added [force-bu… by @oceanscoper in https://github.com//pull/98

Full Changelog: v0.3.1...0.3.2

v0.3.1

02 Dec 17:30
28c51f1

Choose a tag to compare

What's Changed

  • fix an issue related to long_description by @agrouaze in #95

Full Changelog: 0.3.0...v0.3.1

0.3.0: Merge pull request #86 from vincelhx/vinc_dev_streaks

02 Dec 08:19
080179d

Choose a tag to compare

#89 add RCM fullmission attrs
#88 debug dsig for RS2
#87 unpin dependancies
#86 add some variables :

  • gradientFeatures.py
    => added heterogeneity mask (owiWindFilter) + 400VV & 800VH masks in xr_dataset
    (Yuan Zhao 2021)
    => added work on streaks from gradients (Koch 2004) with mulitple polarisation/windows_size/resolutions results
    => added a documentation to plot streaks

  • inversion.py
    => started a work to have a logger
    => deleted some useless .compute() ?! maybe less time for computation
    => added owiAncillaryNrcs and owiAncillaryNrcs_cross to simulate NRCS from ancillary wind using gmf

  • config
    => small changes in the config file :

add_gradientsfeatures: True
add_nrcs_model: False ( do not use yet ) 

if not specified both are set to false

  • results saving
    owiWindFilter (mask) + 4 temporar variables are added in the main group
    a group is created for directions results : owiWindStreaks

  • I also had to change RCM output format

  • changed RCM sensor_longname to fix #89

  • notebook of documentation to display streaks results