Intake: Parsing Data from Filenames and Paths

Motivation Do you have data in collections of files, where information is encoded both in the contents and the file/directory names? Perhaps something like ‘{year}/{month}/{day}/{site}/measurement.csv’? This is a very common problem for which people build custom code all the time. Intake provides a systematic way to declare that information in a concise spec. What is […]