Kristen Thyng
Kristen Thyng
I haven't been back to this work for awhile unfortunately but it's a helpful thing to be able to do!
Hi @TomLav and thanks for your in-depth message. I'd like to tie @chadagreene in to the conversation because I believe he was integral to decisions for that colormap. The reasoning...
@TomLav I'd like to be involved if you work on a new colormap — but also did you have a chance to try out clipping the ice colormap? If you...
Ok fair enough.
@TomLav Sorry for my delay, I've been out of office. I'd like to know where you go with this so happy to keep discussing here but also ok with it...
Ok thanks for the information. I am keeping a sidecar file of utilities alongside all of my catalog work now.
I don't know about the code side of those suggestions, but I would prefer to have catalog files to be stand-alone files, at least for simple files. You could argue...
That would be convenient for having catalog files be all-inclusive, but that wouldn't be a high priority for me at the moment either, if it meant a convoluted solution. I...
Ok! I was able to get this to work in the example code: ``` import intake import pandas as pd fname = "testfile.csv" reader = intake.reader_from_call("df = pd.read_csv(fname)") cat =...
You're right — I've been modifying the metadata successfully in other v2 catalogs I've been working with but haven't been able to in the v2 catalog I updated recently and...