Skip to content

Commit

Permalink
Add .json.zstd
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrjones committed Oct 13, 2023
1 parent d644701 commit fa0c456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kerchunk/xarray_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def guess_can_open(self, filename_or_obj):
_, ext = os.path.splitext(filename_or_obj)
except TypeError:
return False
return ext in {".json", ".parquet"}
return ext in {".json", ".json.zstd", ".parquet"}

description = "Open Kerchunk References with Xarray"
url = "https://fsspec.github.io/kerchunk/"
Expand Down

0 comments on commit fa0c456

Please sign in to comment.