mpu-creare
mpu-creare
Updated the issue above with `s3fs` version `0.4.2`. Thanks for pointing me to dask/s3fs#285 ... I will try next time I have a chance.
Looks like matplotlib's `ListedColormap` does not support this directly. You might be able to to this with a custom Norm, something like this: https://matplotlib.org/stable/api/_as_gen/matplotlib.colors.BoundaryNorm.html#matplotlib.colors.BoundaryNorm -- https://stackoverflow.com/questions/9707676/defining-a-discrete-colormap-for-imshow-in-matplotlib
That would be great! I'd love to get this cleaned up.
Your explanation above makes it feel consistent and clear -- perhaps the only problem is lack of documentation? I suppose the biggest problem is that `data_key` lets you sub-select data...
@jmilloy @joffreypeters Let me know what you think about the above proposal. No rush on this. I just wanted to get my thoughts down while I was having them.
@joffreypeters `create` is better, I'm terrible with names. You would only need to modify the code in the places where classes are `instantiated`. That might actually be a pretty small...
@jmilloy I like your proposed interface much better: ```python node = podpac.data.Rasterio(source=).cache().interpolation() ``` is nice and explicit, and it's clear where you pass arguments to the subsequent nodes. You're basically...
@jmilloy I think having caching as a node or like that context manager would solve the propagate problem as well (https://github.com/creare-com/podpac/issues/451#issuecomment-850514165). When every action is a Node, you don't need...
@jmilloy let's take this discussion over to #219, which is cache-specific. I think you're right in that we need to absolutely nail down the use-cases before we figure out the...
@drc-creare do you remember if you had something specific in mind here? Otherwise I agree with @jmilloy, we should close this and make a more specific issue. There is a...