Daniel Rothenberg
Daniel Rothenberg
@spencerkclark my [experiment](https://github.com/darothen/experiment) tool does exactly what you describe in that post. It constructs everything using dask arrays so that calculations are deferred. Earlier in the year I was playing...
Sorry to derail your thread! Started a new issue over at darothen/experiment#18 if you want to brainstorm on the Groups idea.
If I can jump in here - I'm very interested in trying out aospy to replace my [Snakemake](http://snakemake.readthedocs.io/en/stable/) workflow (like I mentioned at the workshop at Columbia, it's a traditional...
Tag @TomNicholas, will work on testing this over the coming days as I have time.
[Here's a gist](https://gist.github.com/darothen/52b7555f3f4d42bc5433f1ca75739e90) based on @jbusecke's CMIP6 demo showing the top-level integration of `load` and `compute` (you can just easily modify it to show that `persist` works. Still left to...
Thanks for the quick review @TomNicholas, hoping to address later today or tomorrow. Note on the line repetition - looks like I screwed up a merge somewhere, will need to...
@TomNicholas I'm hacking on some projects this weekend, let me see if I can wrap things up. Apologies for the delay... it became very hectic at work shortly after the...
Hey @cisaacstern thanks for the awesome update here! It sounds like the solution you landed on is a great path forward. I'll try to test-drive this with one of my...
Some additional details: 1. @blaylockbk has a nice download page [here](https://home.chpc.utah.edu/~u0553130/Brian_Blaylock/cgi-bin/goes16_download.cgi) 2. @blaylockbk also maintains a package at blaylockbk/goes2go/ with programmatic access to the AWS/NOAA serves for this data >...
> The way we can handle this today is by simply having different recipes for the different resolution products, and building them to separate datasets. Would that be accetable? Sounds...