Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/USEPA/fedelemflowlist
https://github.com/USEPA/fedelemflowlist
ord
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/USEPA/fedelemflowlist
- Owner: USEPA
- License: mit
- Created: 2018-02-05T15:35:37.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-26T16:26:15.000Z (3 months ago)
- Last Synced: 2024-08-03T00:56:29.866Z (3 months ago)
- Topics: ord
- Language: Python
- Homepage:
- Size: 295 MB
- Stars: 34
- Watchers: 15
- Forks: 21
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- open-sustainable-technology - fedelemflowlist - A Python package that generates and provides a standardized elementary flow list for use in life cycle assessment (LCA) data as well as mappings to convert data from other sources. (Industrial Ecology / Life Cycle Assessment)
README
[![Applied Sciences](http://img.shields.io/badge/Applied%20Sciences-10.3390/app12199687-blue.svg)](https://doi.org/10.3390/app12199687)
[![DOI](https://zenodo.org/badge/120324037.svg)](https://zenodo.org/doi/10.5281/zenodo.6604309)# fedelemflowlist
`fedelemflowlist` is a Python package that generates and provides a standardized elementary flow list for use in life cycle assessment (LCA) data
as well as mappings to convert data from other sources. This list supports the [Federal LCA Commons](http://www.lcacommons.gov),
where preferred flows from the active version of the flow list produced by this package can be found in formats for use in LCA software.Standard formats for a [Flow List](./format%20specs/FlowList.md)
and a [Flow Mapping](./format%20specs/FlowMapping.md) are defined and provided by `fedelemflowlist`.
They are implemented as [pandas](https://pandas.pydata.org/) dataframes.
Standard formats are also described for the input files used in building the flow list, and implemented as .csv files
in the [input](https://github.com/USEPA/fedelemflowlist/tree/master/fedelemflowlist/input) directory.The version of the package (see [Releases](https://github.com/USEPA/fedelemflowlist/releases/))
corresponds to the version of the flow list that it provides. The complete or 'master' list contains all valid flows,
where the 'preferred' flows are the recommended flows for use in LCA data.
`fedelemflowlist` can export complete or subsets of the flow list and mapping files as a .zip archive of [JSON-LD](https://json-ld.org/)
files conforming to the [openLCA schema](http://greendelta.github.io/olca-schema/).The background and methodology behind creation of the flow list, as well as a summary of the flow list itself can be found in the USEPA Report
['The Federal LCA Commons Elementary Flow List: Background, Approach, Description and Recommendations for Use'](https://cfpub.epa.gov/si/si_public_record_report.cfm?Lab=NRMRL&dirEntryId=347251).
Definitions for terms used in the flow list can be found in on EPA's Terminology Services in the [Federal LCA Commons Elementary Flow List for Life Cycle Assessment vocabulary](https://sor.epa.gov/sor_internet/registry/termreg/searchandretrieve/glossariesandkeywordlists/search.do?details=&vocabName=FEDEFL).See the [Wiki](https://github.com/USEPA/fedelemflowlist/wiki/) for installation, more info on repository
contents, use examples, and for instructions on how to contribute to the flow list through additions or edits to flows or flow mappings.## Disclaimer
The United States Environmental Protection Agency (EPA) GitHub project code is provided on an "as is" basis
and the user assumes responsibility for its use. EPA has relinquished control of the information and no longer
has responsibility to protect the integrity , confidentiality, or availability of the information. Any
reference to specific commercial products, processes, or services by service mark, trademark, manufacturer,
or otherwise, does not constitute or imply their endorsement, recommendation or favoring by EPA. The EPA seal
and logo shall not be used in any manner to imply endorsement of any commercial product or activity by EPA or
the United States Government.