Specify total number of objects
mdlincoln opened this issue · 2 comments
mdlincoln commented
I'd add the expected number of objects to the README (27371 by my count), since #1 means someone might naively run wc -l cmoa.csv
and get 30128
and get confused.
workergnome commented
Let me keep thinking about that—I agree it's a good idea, but the number of objects that we have is dynamic, and I should figure out if there's a robust way to keep that number updated as that data changes.
workergnome commented
I have a solution that works for now—it might have to change in the future, but for today I'll accept it. Thanks!