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 172 #193

Closed sliu008 closed 11 months ago

sliu008 commented 11 months ago

Github Issue: #172 (replace NUM with Github issue number)

Description

After some debugging, it seems like there is an issue with the L2SS service when ordering from Earthdata Search with a shapefile for subsetting. We have confirmed we are successfully passing a valid shapefile. When the request is made to Harmony we receive the following error:

WorkItem [16079488] failed with error: podaac/l2ss-py:2.4.0: Service request failed with an unknown error

Jira: PCESA-2733

Overview of work done

Fix parameter passing into subset function from shapefile_path to shapefile

Overview of verification done

Looked into error log and see error is wrong parameter passed into function, don't have shapefile to test with harmony and earthdata search, will test in UAT

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