{"id":18847858,"url":"https://github.com/zmoon/screen3","last_synced_at":"2025-04-14T08:09:53.497Z","repository":{"id":48987349,"uuid":"356003870","full_name":"zmoon/screen3","owner":"zmoon","description":"Thin Python wrapper for the SCREEN3 point source dispersion model","archived":false,"fork":false,"pushed_at":"2024-11-01T15:52:09.000Z","size":169,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T21:46:38.782Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zmoon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-04-08T18:00:15.000Z","updated_at":"2024-11-01T15:51:42.000Z","dependencies_parsed_at":"2023-02-17T08:25:18.865Z","dependency_job_id":null,"html_url":"https://github.com/zmoon/screen3","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmoon%2Fscreen3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmoon%2Fscreen3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmoon%2Fscreen3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmoon%2Fscreen3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zmoon","download_url":"https://codeload.github.com/zmoon/screen3/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248507545,"owners_count":21115626,"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","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-11-08T03:09:52.393Z","updated_at":"2025-04-14T08:09:53.469Z","avatar_url":"https://github.com/zmoon.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# screen3\n*Thin Python wrapper for the* [SCREEN3](https://www.epa.gov/scram/air-quality-dispersion-modeling-screening-models#screen3) *point source dispersion model*\n\n[![CI workflow status](https://github.com/zmoon/screen3/actions/workflows/ci.yml/badge.svg)](https://github.com/zmoon/screen3/actions/workflows/ci.yml)\n[![Version on PyPI](https://img.shields.io/pypi/v/screen3.svg)](https://pypi.org/project/screen3/)\n[![Project Status: Inactive – The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows.](https://www.repostatus.org/badges/latest/inactive.svg)](https://www.repostatus.org/#inactive)\n\n[pdoc](https://pdoc.dev/) API documentation: \u003chttps://zmoon.github.io/screen3/screen3.html\u003e\n\n## Installation\n\nStable:\n```\npip install screen3\n```\n\nLatest:\n```\npip install https://github.com/zmoon/screen3/archive/main.zip\n```\n\n### SCREEN3\n\nThe `screen3` Python installation via `pip` does not include the SCREEN3 model itself.\nTo download it (into `./src/`), you can use (within Python):\n```python\nimport screen3\nscreen3.download()\n```\nor on the command line:\n```\npython -c \"import screen3; screen3.download()\"\n```\n\n#### Windows\n\nOn Windows, the above (download only) is sufficient to be able to use `screen3`,\nsince EPA provides an executable compiled for Windows.\n\n#### Non-Windows\n\nOn non-Windows platforms, the SCREEN3 model must be built from source.\nThe `screen3.build` function, which requires `patch` and `gfortran`, can be used:\n```\npython -c \"import screen3; screen3.build()\"\n```\nor combined with the download:\n```\npython -c \"import screen3; screen3.download(); screen3.build()\"\n```\n\n## Examples\n\nTo obtain the examples, `git clone` the repo, use Code \u003e Download Zip (buttons), or use this [DownGit](https://github.com/MinhasKamal/DownGit) link:  \n\u003chttps://downgit.github.io/#/home?url=https://github.com/zmoon/screen3/tree/main/examples\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzmoon%2Fscreen3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzmoon%2Fscreen3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzmoon%2Fscreen3/lists"}