Luis López

Results 105 comments of Luis López

I just ran into this issue and got it to work downgrading ipyleaflet to 0.16, this worked: ```python await piplite.install(['ipywidgets==7.7.1', 'ipyleaflet==0.16.0']) ```

Really looking forward to this, I just started to use Obsidian last week and wanted to import my bookmarks from Pocket and to my surprise they come with no dates...

@Crow901 thanks for reporting this Jorge! yes, we need to update the cloud credential endpoints and this should be fixed ASAP. I'll tag you when it's ready.

Hi Jorge, we just released v0.4.1 on pip and soon will be available in conda-forge. This version fixes the issues with GES DISC, give it a try and let me...

I tend to prefer higher abstractions in general but argparse it's fine. I like the options you described in the example, they capture well what `earthaccess` should be about. Another...

actually... the config file could be just for searching and the stats on returned items and downloaded granules from the last run could be dumped into another file, again this...

This is definitely something worth adding! right now we are using explicit pagination but is not optimal. Maybe we can couple this pagination with some lazy query evaluation see #120

I totally agree @andypbarrett, we need to explain where this `short_name` is coming from and what's more, expose the other ways of finding data (search by DOI for example). These...

Hi @jinbow, we can search using the `short_name` parameter, this is at the collection level ```python import earthdata as ed # we build the query query = ed.DataCollections().short_name("AQUARIUS_L2_SSS_CAP_V5") # we...

Is there any particular thing @tsutterley needs for this PR @davidbrochart? I see just one change request but perhaps was already addressed?