yt-project/yt

Dataset summary

Open

#2,737 opened on Jul 10, 2020

View on GitHub
 (11 comments) (0 reactions) (0 assignees)Python (315 forks)auto 404
enhancementhelp wantednew contributor friendly

Repository metrics

Stars
 (556 stars)
PR merge metrics
 (PR metrics pending)

Description

When yt only did AMR data, it had print_stats(). We don't have this kind of functionality that much anymore.

It would be nice if we could have a base class Dataset implementation of something like summary that gives some good info, and then dispatch to the subclasses to supplement. For instance, for an AMR dataset this might be the "level stats" we used to do. For particle, it might be the particle counts, maybe something about the EWAH index filling fraction, etc.

Contributor guide