podaac / l2ss-py

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

Feature/issue 234 #235

Closed nlenssen2013 closed 4 months ago

nlenssen2013 commented 5 months ago

Github Issue: #234

Description

OMI-G collections are different than the other OMI collections in that the G collections have a third dimension in the lat/lon coordinates. Bounding box subsetting fails to gather to proper dimension indexers

Overview of work done

Change the np axis for the rows and columns to 2 and 1 respectively. Take the first entry from row and columns before applying the np.where function

Overview of verification done

verify that OMI-G bounding box subsetting successfully completes

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