ProjectPythia / kerchunk-cookbook

Project Pythia cookbook for Kerchunk
https://projectpythia.org/kerchunk-cookbook/
Apache License 2.0
10 stars 11 forks source link

added remote-options argument in the necessary notebook. #65

Closed Anu-Ra-g closed 2 weeks ago

Anu-Ra-g commented 2 weeks ago

Added remote_options argument in the Parquet_Reference_Storage.ipynb , appending.ipynb , Datatree.ipynb , Xarray.ipynb and Xrefcoord.ipynb

github-actions[bot] commented 2 weeks ago

👋 Thanks for opening this PR! The Cookbook will be automatically built with GitHub Actions. To see the status of your deployment, click below. 🔍 Git commit SHA: 10084e457069e707594a30a35f581de7df588e60 ✅ Deployment Preview URL: https://ProjectPythia.github.io/kerchunk-cookbook/_preview/65

Anu-Ra-g commented 2 weeks ago

@martindurant I'm getting error in this part of the notebook: https://projectpythia.org/kerchunk-cookbook/notebooks/advanced/appending.html#opening-reference-dataset-with-fsspec-and-xarray. I added anon=True in the storage_options, but I'm still getting the error.

martindurant commented 2 weeks ago

I added anon=True in the storage_options

You want anon=True within the remote_options, which are within the storage_options.

Anu-Ra-g commented 2 weeks ago

@martindurant Solved the build issue. @norlandrhagen Can you review this PR and merge it?