podaac / l2ss-py

Level 2 subsetter with Harmony integration
https://podaac.github.io/l2ss-py/
Apache License 2.0
11 stars 12 forks source link

feature/PODAAC-5065 #129

Closed sliu008 closed 1 year ago

sliu008 commented 1 year ago

Description

integrate SMAP_RSS_L2_SSS_V5

Overview of work done

xarray had an error decoding time with units seconds since 2000-1-1 0:0:0 0, added in code to test if were able to parse the time unit if not modify the xarray.coding.times.decode_cf_datetime function to be able to modify the units to a parsable time unit.

Overview of verification done

tested l2ss harmony locally with SMAP_RSS_L2_SSS_V5 to make sure were able to subset.

Overview of integration done

Explain how this change was integration tested. Provide screenshots or logs if appropriate. An example of this would be a local Harmony deployment.

PR checklist:

See Pull Request Review Checklist for pointers on reviewing this pull request