Omkar
Omkar
@lewismc can I help on this improvement? Thanks
Hi @lewismc I have started working on the above. I just want to let you know the sub routine names: subroutine1: get_dataset_list() subroutine2: get_dataset_stats() subroutine3: not sure what would be...
Hi @lewismc, can you please pull up some link that would help me retrieve OpeNDAP DDX response or maybe some API link? I would like to explore more. Is pydap...
Hi @lewismc, I see from the attached xml data that the following are the list of variables in the data: - lat - lon - time - sea_surface_temperature - sst_dtime...
@lewismc yes, it makes sense to me. I have a question, the present example that you have mentioned above returns only one entry because it is subsetted using start time...
Hi @lewismc, I have one last question, please bear with me here. Each XML tag(related to a variable) in the .ddx response either has Array or Grid as the tag...
@lewismc I am almost done writing new code(rewriting the original dataset_variables function) instead of using the API provided by web services as it does not support all the datasets. But,...
@lewismc To access some datasources we need to have authentication in the script and that is missing at present in our code.
So It tried uploading the remote file directly from [here](http://podaac-uat.jpl.nasa.gov/mcc/) and I got the error in the image below for all the three urls. ![screen shot 2017-02-12 at 4 34...
I don't know, I will work around with Pydap and then comment here.