This is the Federal LCA Commons (FLCAC) Repository Management Handbook. It describes the repository management processes that repositories should strive to adhere to. Resources are provided for Repository Managers within this handbook.
Data Submission¶
The data submission/curation process for each FLCAC repository can be decided upon by individual Repository Managers. The FLCAC Data Curator recommends following the guidance set forth in the FLCAC Submission Handbook. The Data Formatting Section of this handbook must be followed for all new data submissions across the FLCAC. This includes the following:
- Categorization of processes and flows using the North American Industry Classification System (NAICS)
- Technosphere flow alignment with FLCAC product, waste, or cut-off flows
- Elementary flow alignment with the Federal Elementary Flow List (FEDEFL)
- Run LCIA results with new FEDEFL/FLCAC aligned model and compare to the original LCIA results
- Metadata conformance with the openLCA schema and the FLCAC Metadata Guidance (includes data quality measurements)
The FLCAC Data Curator will review all new data submissions for compliance with the data formatting steps above.
Outside of the data formatting review, the Repository Manager can dictate the level of involvement of the FLCAC Data Curator throughout the data submission process. If desired, the FLCAC Data curator can help facilitate the entire data submission process with data providers for FLCAC Repository Managers. See the Data Submission Steps that the FLCAC Data Curator follows.
For new data submissions, the data provider should complete the Data Provider Questionnaire and send this form to the Repository Manager and the FLCAC Data Curator.
FLCAC Collaboration Server¶
The platform for the FLCAC is an openLCA collaboration server which is a server application that connects the openLCA desktop app and the FLCAC. The collaboration server allows users to work simutaneously on a database while tracking changes. Repository managers can prepare and publish data on the FLCAC via the collaboration server. The collaboration server relies on basic Git commands. For more details refer to the Collaboration Server manual.
To connect to the FLCAC collaboration server, you must have login credentials. These credentials are provided to repository managers and designated data users and providers.
Accessing a Repository on the FLCAC Collaboration Server¶
- Navigate to the repository of interest on the collaboration server and copy the URL, e.g.,
https://www.lcacommons.gov/lca-collaboration/National_Renewable_Energy_Laboratory/USLCI_Database_Public
- With all databases closed, select ‘Import’, select ‘From Git...’. (Or right-click in the navigation pane and select ‘Import from Git...’)
- Paste the URL in the URL field (the following four fields will automatically populate)
- Enter your FLCAC collaboration server username and password
- Select ‘Connect’
- A list of commits will be displayed, select ‘OK’
- Your database should now be connected to the FLCAC collaboration server. This connection is indicated by the url following the database name.
Pushing and Pulling Data to and from the FLCAC Collaboration Server¶
Right click on the database connected to the FLCAC collaboration server, select ‘Repository’. The following options are available:
- Commit: Record one or more changes to objects within the local repository
- Push: Submit one or more commits to the collaboration server repository
- Fetch: Retrieves changes that have been made in the remote collaboration server repository
- Pull: Updates local repository with changes
- Merge: Combines changes if there are both remote and local updates