Skip to content

File Naming Structure

Ben Young edited this page Apr 28, 2021 · 3 revisions

Files generated within the LCA Tool Ecosystem are generally named with the following structure: Name_version_git-hash.ext
e.g. GRDREL_national_2017_v0.1_864d573.parquet

Name = specific to the file and tool (e.g. GRDREL_national_2017)
version = defined by the version of the tool used to generate the file (e.g. v1.0.7)
git-hash = a 7-digit code defined by the git hash of the final commit when the file is generated
ext = the file extension such as .parquet or .csv

Note: Files generated within the same version may show different git-hash but are generally assumed to be the same.

Clone this wiki locally