Nikos Alexandris

Results 89 comments of Nikos Alexandris

> Hi @NikosAlexandris could you post an example of the uniplot function you are calling, and the output you are seeing? > > With `force_ascii=True` and perhaps `color=False` you should...

> It does look like a font issue. Could you try 2 things: > > 1. Use `force_ascii=True`, then the output should display identically. Though of course you loose the...

Thank you, it works. ![2024-08-31T14:44:59,774855425+03:00](https://github.com/user-attachments/assets/ee8c427e-bd47-4402-b845-873058338853) Multiple all-white series are then not easy (or possible) to differentiate. Adding `force_ascii=True` does the following ![2024-08-31T14:46:27,665289180+03:00](https://github.com/user-attachments/assets/e6ee8a18-b967-41cc-833e-ada13bbaf4d0) The combination of `color=False` and multiple series should...

> Really neat idea. This is why we introduced the transitions, but currently you can only transition from one revision to another. Would be a cool feature :) > >...

> May I ask what you find particularly great about Git Truck? How does it fit into your workflow? I need to _communicate_ the amount of work put in to...

@martindurant does this eventually open up the door to try uncompressed Parquet files too ? Or am I misunderstanding and it only concerns a write-out action of a Kerchunk index...

Is it too early to speak about https://github.com/Blosc/python-blosc2 ? There is no single reference of Blosc2 in the Kerchunk repository at the moment, it seems.

Any chance someone will pick up on this package ? It seems @robert-haas isn't actively maintaining (?).

Same issue here too. Using 1.7.1 does give an Errno 101 when reading a netCDF file the _usual_ way, ie `Dataset('somefile.nc')`.