Skip to content

Releases: umr-lops/grdwindinversion

0.3.3

10 Dec 10:17
004d4b4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.2...0.3.3

0.3.2

09 Dec 13:41
0d5b4e2
Compare
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
Compare
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
Compare
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

v0.2.7

25 Nov 13:00
0f25258
Compare
Choose a tag to compare
v0.2.7 Pre-release
Pre-release

#88

  • debug RS2
    Argument error in get_dsig call
  • some changes with .compute()
    now there is an xr_dataset.load() at the begging of makeL2 and a xr_dataset.compute() at the end

v0.2.6

21 Oct 15:59
60355c5
Compare
Choose a tag to compare

What's Changed

  • Add action to build and upload package to anaconda by @Skealz in #81
  • Update ci.yml by @Skealz in #83

Full Changelog: v0.2.5...v0.2.6

0.2.6

22 Oct 08:35
60355c5
Compare
Choose a tag to compare

What's Changed

  • Add action to build and upload package to anaconda by @Skealz in #81
  • Update ci.yml by @Skealz in #83

Full Changelog: v0.2.5...0.2.6

v0.2.5: Merge pull request #82 from vincelhx/main

10 Oct 11:34
3fccd4c
Compare
Choose a tag to compare
  • renamed owiNeszFlattened (only in dataset if flattening applied)
  • 'nc_lut_cmodms1ahw' for ms1ahw lut

v0.2.4

23 Sep 14:30
8b67c0b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.3...v0.2.4

v0.2.3.post15

09 Sep 08:12
ddd91d1
Compare
Choose a tag to compare

What's Changed

  • update upload-artifact by @agrouaze in #74
  • align actions/download-artifact and actions/upload-artifact by @agrouaze in #75
  • align publish.yml with the one from RCM repo by @agrouaze in #76

Full Changelog: v0.2.3.post14...v0.2.3.post15