Christine Smit

Results 30 comments of Christine Smit

If I'm reading the zarr code correctly (big if), I think this is where zarr asks s3fs (in my case) to write out the .zarray file. So, in theory, this...

Hmmmmm. I'm going cross-eyed looking at the logs from my just-call-s3fs logs and the zarr-calls-s3fs logs. It appears that I'm seeing the same pattern of 6 log messages when I...

I think I'm going to try a script that just asks zarr to reshape the array rather than appending. This will write the .zarray object presumably, but there won't be...

I've run a few more tests and I'm unfortunately still not sure were the slow down is happening. 1. I ran a test where I resized the zarr array, but...

Obviously, I accidentally swapped the x and y axis labels. Sorry: ![image](https://user-images.githubusercontent.com/14983768/161852322-7e750c45-4100-42b5-8862-abe21f05c355.png) ![image](https://user-images.githubusercontent.com/14983768/161852338-50937388-7a7c-4fc3-97ae-f849b5af823c.png)

Hello! My colleague Hailiang is braver than I am and actually dove into zarr's code base. We think he found where the issue we're seeing lies. If you look at...

I think I can handle adding one line to your drivers :) But I'd think this would also require adding ingest-parquet as a dependency somewhere. Your top level requirements.txt, I...

@dopplershift, I see that https://github.com/conda-forge/libnetcdf-feedstock/pull/140 was resolved last September, so I tried grabbing the latest anaconda python package of netCDF4, 1.6.2. Unfortunately, I'm getting what appears to be version 4.8.1...

@dopplershift - thanks for the clarification. I skimmed over the relevant comment, I'm afraid, and focused on the "it's merged" part.