Skip to content

Commit

Permalink
revert fsspec opts
Browse files Browse the repository at this point in the history
  • Loading branch information
norlandrhagen committed Dec 4, 2024
1 parent 7c5e79f commit 3b8140b
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions feedstock/recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,7 @@

recipe = (
beam.Create(pattern_a.items())
| OpenURLWithFSSpec(
open_kwargs={
"storage_options": {
"anon": True,
"default_fill_cache": False,
"default_cache_type": "none",
}
}
)
| OpenURLWithFSSpec()
| OpenWithXarray()
| StoreToZarr(
store_name="chirps-global-daily.zarr",
Expand Down

0 comments on commit 3b8140b

Please sign in to comment.