Matthew Turk
Assistant Professor of Information Sciences
I am interested in the intersection of data analysis, visualization and open source in the sciences.
Posts
Loading data in yt: Can we make it better?
In this blogpost, I walk through the annoying bits about loading unknown data into yt.
Last updated on
Jul 1, 2019
Kaitai Struct and Scientific Data
tl;dr: kaitai struct is awesome.
File formats can be pretty annoying – especially when you figure them out through weird combinations of reverse-engineering, hand-me-down code and trial-and-error.
What we’ve ended up with in yt is a bunch of data formats where the process of conducting the IO is all mixed up with the description of that IO.
Last updated on
Jun 20, 2019
Refactoring yt Frontends - Part 3
Welcome to part 3 of a series on how yt deals with data and the ways that helps and hinders things! This time, I am going to describe what “chunks” of data (YTDataChunk) in yt are, and a few characteristics of them that wouldn’t be obvious from the previous blog posts.
Last updated on
Jun 17, 2019
Refactoring yt Frontends - Part 2
SIDE NOTE: I intended for this blog post to be a bit shorter than it turned out, and for it to cover some things it … didn’t! So it looks like there’ll be a part three in the series.
Last updated on
Jun 10, 2019
Refactoring yt Frontends - Part 1
The first post in a deep dive into yt frontends, chunking, and why and how they might be refactored.
Last updated on
Jun 2, 2019