Lewis John McGibbney

Results 234 comments of Lewis John McGibbney

If you wanted access to the OpenAPi specification you could ask on the [PO.DAAC Forum](https://podaac.jpl.nasa.gov/forum/).

Hi @swatisingh45 yes please. The idea would be to add a new parameter to both [def granule_subset(self, input_file_path, path='')](https://github.com/nasa/podaacpy/blob/master/podaac/podaac.py#L484) and [extract_l4_granule(self, dataset_id='', path='')](https://github.com/nasa/podaacpy/blob/master/podaac/podaac.py#L574) to essentially include a boolean flag to...

@swatisingh45 are you working on this? If not then I will do it, thank you.

Using Apache LibCloud's Python [Object Storage API](https://libcloud.readthedocs.io/en/latest/storage/index.html) might be a good idea here.

+1 omkar On Wed, Mar 14, 2018 at 22:27 Omkar wrote: > @lewismc can I help on this imporovement? > Thanks > > — > You are receiving this because...

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.

Hi @fgreg thank you, > ...or maybe just include the nexuscli as a dependency to this project? That's exactly what I want to do. > nexuscli is still under development...

I messed around a bit and found that this was much easier than I expected ``` from nexuscli import nexuscli nexuscli.set_target("http://oceanworks.jpl.nasa.gov/") ...Target set to http://oceanworks.jpl.nasa.gov/ nexuscli.dataset_list() [OrderedDict([('shortName', 'AQUARIUS_L3_SSS_v5_7day'), ('start', '1970-01-16T05:05:16Z'),...

Thinking about L3 and L4 subsetting again. Concerning only the variable names we would want to retrieve from Hyrax… Consider the following DDX response. Would we want to use the...

As it turns out, we want to be retrieving the `````` as there is no guarantee that standard_name or long_name are the variable names.