From 3000951d6605208cbc4dfb15a02f19e31e7ec8af Mon Sep 17 00:00:00 2001 From: Anthony Aufdenkampe Date: Mon, 17 Feb 2025 13:06:36 -0600 Subject: [PATCH] Add VirtualiZarr & Kerchunk --- environment_icechunk.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/environment_icechunk.yml b/environment_icechunk.yml index 2457124..986b332 100644 --- a/environment_icechunk.yml +++ b/environment_icechunk.yml @@ -18,6 +18,8 @@ dependencies: # Remote Access - fsspec - s3fs # Access to Amazon S3 filesystem + - kerchunk + - virtualizarr - cdsapi # Access to Copernicus Data System for ERA5 @@ -38,6 +40,7 @@ dependencies: # - ipywidgets_bokeh # - jupyter_bokeh # Renders Holviz / Bokeh objects in Jupyter # - pyviz_comms # bidirectional communication between Python & JavaScript for Jupyter +# - jupyter_fsspec # Dev tools: Language Server Protocol (LSP) (Optional) - python-lsp-server # LSP extension for Python (pylsp), including: