python-aos-lesson
python-aos-lesson copied to clipboard
Add a map_blocks example
The large data lesson mentions that map_blocks and apply_ufunc can be used to write dask-aware functions, but doesn't actually do it. It might be useful to add a simple example.
A good resource is this example from NCAR-ESDS: https://ncar.github.io/esds/posts/map_blocks_example/