-
Notifications
You must be signed in to change notification settings - Fork 45
Add OceanWorks API's #119
Comments
@lewismc can I help on this improvement? Thanks |
+1 omkar
On Wed, Mar 14, 2018 at 22:27 Omkar ***@***.***> wrote:
@lewismc <https://github.com/lewismc> can I help on this imporovement?
Thanks
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#119 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABHJl1j8BjBRp7lEWhkYX5yDST_HTrgoks5tefvEgaJpZM4SrD4s>
.
--
*Lewis*
Dr. Lewis J. McGibbney Ph.D, B.Sc
*Skype*: lewis.john.mcgibbney
|
Hi @lewismc I have started working on the above. I just want to let you know the sub routine names: subroutine1: get_dataset_list() subroutines = no.of end points. Thanks. |
Hi @fgreg can you list what you envisage a Python APi to look like for OceanWorks? I will deal with MUDROD, thank you for any input I really appreciate it. |
We have the start of a python client for NEXUS here: https://github.com/apache/incubator-sdap-nexus/tree/master/client NEXUS is the service responsible for serving the endpoints currently described on https://oceanworks.jpl.nasa.gov/ So I'm not sure that you want to re-implement these things on your own or maybe just include the nexuscli as a dependency to this project? nexuscli is still under development as well and it doesn't have all of the endpoints covered yet either, so if you want to contribute that would be appropriate. |
Hi @fgreg thank you,
That's exactly what I want to do.
Is there an open JIRA issue for adding then endpoints ? Thanks |
@lewismc No they haven't been opened yet. Here's one recently done by Nga though that could be used as an example: https://issues.apache.org/jira/projects/SDAP/issues/SDAP-47 |
I messed around a bit and found that this was much easier than I expected
As nexuscli has not been released as of yet it means that it cannot be used directly as a dependency however I am going to clone it and then simply add it to setup.py as described here. We can then build out the nexus interaction directly here within Podaacpy |
OceanWorks is a JPL project which provides a rich set of API's we can interact with. We should add this functionality for the next release.
The text was updated successfully, but these errors were encountered: