Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downloaded files do not use filetype specified by parameters #15

Open
probinso opened this issue Aug 1, 2022 · 4 comments
Open

Downloaded files do not use filetype specified by parameters #15

probinso opened this issue Aug 1, 2022 · 4 comments
Assignees

Comments

@probinso
Copy link

probinso commented Aug 1, 2022

When I place an order and specify the packagingFormat as described in the documentation, the parameter is ignored. I Also never received an email for the order when overloading the response destination with NOTIFICATION_EMAIL_ADDRESS

...

>>> params = [
        {"packagingFormat": "TARGZ"},
        {"NOTIFICATION_EMAIL_ADDRESS": "[email protected]"}
]
>>> _ = api.order(orders, parameters=params)
>>> api.download(_, Path('output'))
| EODMSRAPI | Getting list of current orders...
| EODMSRAPI | Downloading image with Record Id 12392382 (RCM3_OK1670273_PK1761090_3_SC50MA_20210901_054854_HH_HV_GRD.zip).
| EODMSRAPI | RCM3_OK1670273_PK1761090_3_SC50MA_20210901_054854_HH_HV_GRD.zip: 100%|███████████████████| 1.28G
@keballantyne keballantyne self-assigned this Aug 2, 2022
@probinso
Copy link
Author

probinso commented Aug 4, 2022

I was able to confirm that NOTIFICATION_EMAIL_ADDRESS does not overload the email address, by retrieving the order email from my account email.

@probinso
Copy link
Author

probinso commented Aug 5, 2022

I was informed that there might be a .SAFE standards compliance reason to return a .zip instead of a .tar.gz. That makes sense, and would mean that packagingFormat is only an issue with documentation.

It would still be nice to overload the notified email if that is possible.

@probinso
Copy link
Author

Any news on this overloading of email bug? Is the backend code open source as well for this?

@willmacs
Copy link
Collaborator

@probinso, EODMS support for packagingFormat is being looked at by our vendor. It is planned to be fixed in an upcoming release of EODMS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants