oceanhackweek / ohw21-proj-bioacoustics

0 stars 8 forks source link

Download data directly inside the notebook from S3 bucket #10

Closed loicbachelot closed 3 years ago

loicbachelot commented 3 years ago

Using xarray to download data and open dataset directly from the notebook from http://imos-data.s3-website-ap-southeast-2.amazonaws.com/?prefix=IMOS/SOOP/SOOP-BA/

Here is a track but I couldn't get it to work yet, not sure what would be the path to the dataset https://s3fs.readthedocs.io/en/latest/

bgetraer commented 3 years ago

Hi Loic! I think I may have resolved this issue. Check out the code at the beginning of benjy_xarray_testing.ipynb

see if that works.

loicbachelot commented 3 years ago

Yes, that works! Great job thanks!