Skip to content

Commit

Permalink
Merge pull request #6 from pangeo-forge/file-type
Browse files Browse the repository at this point in the history
Pass file_type to OpenWithXarray
  • Loading branch information
cisaacstern authored Aug 31, 2023
2 parents ecaaded + 8d472d5 commit 8cb545d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion feedstock/recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ def expand(self, pcoll: beam.PCollection) -> beam.PCollection:
open_kwargs={"block_size": 0, "client_kwargs": client_kwargs},
max_concurrency=10,
)
| OpenWithXarray()
| OpenWithXarray(
file_type=pattern.file_type,
)
| Preprocess()
| StoreToZarr(
store_name="aqua-modis.zarr",
Expand Down

0 comments on commit 8cb545d

Please sign in to comment.