Sri Kainkaryam

Results 10 issues of Sri Kainkaryam

May I suggest making an option of a conda installation option available? If this is of interest to you, I can submit a PR.

enhancement
help-wanted

**What happened**: Trying to create a directory in a bucket and it silently fails. **What you expected to happen**: Expect a key created in a bucket. **Minimal Complete Verifiable Example**:...

Tried to follow the example in the [documentation](https://xtensor-zarr.readthedocs.io/en/latest/basic_usage.html#open-a-hierarchy) and I get an error as follows: ```bash /home/newuser/miniconda3/envs/test_38/include/xtensor-io/xio_vsilfile_wrapper.hpp:4:10: fatal error: cpl_vsi.h: No such file or directory 4 | #include | ^~~~~~~~~~~...

Currently, `MDIOReader` and `MDIOWriter` prints the Python object. It would be useful to have a nice printable representation. ```python class InfoReporter: def __init__(self, obj): self.obj = obj def __repr__(self): items...

good first issue
help wanted

We have a use case where we need multiple chunking schemes for the same file. It needs to take a list of strings with different chunking patterns (`access_pattern` keyword) instead...

enhancement

I think it is a good idea to have a Colab and/or Binder badge for the tutorial notebooks. [Here](https://github.com/marketplace/actions/colab-badge-action) is an action on the GitHub marketplace.

documentation
good first issue

Add a few examples/tutorials showing how mdio can be used with ML/DL libraries.

documentation
good first issue

# Modulus Pull Request ## Description [utils.py](https://github.com/srib/modulus/blob/main/examples/cfd/aero_graph_net/utils.py) in `aero_graph_net` uses `shapely`. It is missing here. Adding `shapely` to installation. ## Checklist - [x] I am familiar with the [Contributing Guidelines](https://github.com/NVIDIA/modulus/blob/main/CONTRIBUTING.md)....

Link to [TheMatrix](https://www.devitocodes.com/blog/thematrix) in [Performance](https://github.com/devitocodes/devito?tab=readme-ov-file#performance) section of [README.md](https://github.com/devitocodes/devito/blob/master/README.md) returns a 404. Is [this](https://www.devitocodes.com/features/) the right link?

**Is your feature request related to a problem? Please describe.** It would be nice to have an ability to be control the verbosity of the logs. Using ```python response =...