Closed aazuspan closed 2 years ago
@aazuspan - happy to take further contributions from you :) I believe that end point used to be implemented in an old version. Changes to the USGS API necessitated a re-write of this library, and that end point was left off in the process.
Great, I'll make a PR!
Hi @kapadia, I have a use case where I need to be able to identify dataset download options (products) without knowing entity IDs. This isn't possible with the
download-options
endpoint used byapi.download_options
because it returns nothing if the entity ID list is empty, sousgs
would need a new function and payloaddataset_download_options
that uses thedataset-download-options
endpoint.I'm happy to add those functions and make a PR if you think it's worth including in
usgs
. Let me know what you think!