{"id":23158753,"url":"https://github.com/greendelta/data","last_synced_at":"2025-10-31T08:43:05.403Z","repository":{"id":54226088,"uuid":"281410704","full_name":"GreenDelta/data","owner":"GreenDelta","description":"Repository for LCIA methods in openLCA.","archived":false,"fork":false,"pushed_at":"2025-02-28T16:19:32.000Z","size":130524,"stargazers_count":2,"open_issues_count":4,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-05T17:11:11.503Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc-by-sa-4.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GreenDelta.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"License.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-21T13:50:00.000Z","updated_at":"2025-02-28T16:19:37.000Z","dependencies_parsed_at":"2025-02-28T12:48:31.752Z","dependency_job_id":null,"html_url":"https://github.com/GreenDelta/data","commit_stats":{"total_commits":178,"total_committers":4,"mean_commits":44.5,"dds":0.2584269662921348,"last_synced_commit":"2e1ecdf46400c057360ce94d1ed68e678cff96ad"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/GreenDelta/data","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GreenDelta%2Fdata","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GreenDelta%2Fdata/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GreenDelta%2Fdata/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GreenDelta%2Fdata/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GreenDelta","download_url":"https://codeload.github.com/GreenDelta/data/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GreenDelta%2Fdata/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270932556,"owners_count":24670240,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-17T22:27:24.203Z","updated_at":"2025-10-31T08:43:05.340Z","avatar_url":"https://github.com/GreenDelta.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# (ref)data\n\n__Note__ that the data files in this repository are only compatible with openLCA\n2. See the version tags for older versions of these files.\n\nThis repository contains reference data (units, flow properties, flows etc.) and\nLife Cycle Impact Assessment (LCIA) methods for\n[openLCA](https://www.openlca.org/) and the databases on [openLCA\nNexus](https://nexus.openlca.org). The database templates in openLCA are\ndirectly created from the main branch of this repository. Contributions like bug\nreports or pull requests are very welcome.\n\n\n## Content\n\n* [docs](./docs): contains the documentation of the CSV format for\n  [reference data](./docs/format_csv_ref_data.md) and\n  [mapping files](./docs/format_csv_flow_mapping.md)\n* [refdata](./refdata/): contains files with reference data, LCIA methods, and\n  mapping files\n* [scripts](./scripts/): contains utilities for packaging and validation\n\n\n## Usage\n\nWe may provide prepared packages as releases. The current LCIA method package\nis available on openLCA Nexus. The data in the `refdata` folder can be\ndirectly imported into openLCA via the integrated Python editor:\n\n```py\n\n# 1. create an empty database and activate it\n# 2. checkout or download the data repository\n# 3. let the path below point to the `refdata` folder\n\nrefdata_path = '/full/path/top/data/refdata'\n\n\nfrom java.util.function import Consumer\n\nclass MessageLog(Consumer):\n\n  def __init__(self, fn):\n    self.accept = fn\n\nimp = RefDataImport(File(refdata_path), db)\nimp.log().listen(MessageLog(lambda m: m.log()))  # log import messages\nimp.run()  # this can take a bit\n\n```\n\nYou can also export the reference data of a database via the integrated\nPython editor in openLCA:\n\n```py\nrefdata_path = '/full/path/top/data/refdata'\nRefDataExport(File(refdata_path), db).run()\n```\n\n----\n\n\u003ca rel=\"license\" href=\"http://creativecommons.org/licenses/by-sa/4.0/\"\u003e\u003cimg\nalt=\"Creative Commons License\" style=\"border-width:0\"\nsrc=\"https://i.creativecommons.org/l/by-sa/4.0/88x31.png\" /\u003e\u003c/a\u003e\u003cbr /\u003eThis work\nis licensed under a \u003ca rel=\"license\"\nhref=\"http://creativecommons.org/licenses/by-sa/4.0/\"\u003eCreative Commons\nAttribution-ShareAlike 4.0 International License\u003c/a\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreendelta%2Fdata","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgreendelta%2Fdata","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreendelta%2Fdata/lists"}