Skip to main content

Thin Python wrapper for the SCREEN3 point source dispersion model

Project description

screen3

Thin Python wrapper for the SCREEN3 point source dispersion model

CI workflow status

pdoc API documentation: https://zmoon.github.io/screen3/screen3.html

Installation

Stable:

pip install screen3

Latest:

pip install git+https://github.com/zmoon/screen3

SCREEN3

The screen3 Python package does not include the SCREEN3 model itself. To download it (into ./src/), you can use (within Python):

import screen3
screen3.download()

or on the command line:

python -c "import screen3; screen3.download()"

Windows

On Windows, the above (download only) is sufficient to be able to use screen3, since EPA provides an executable compiled for Windows.

Non-Windows

On non-Windows platforms, the SCREEN3 model must be built from source. The screen3.build function, which requires dos2unix, patch, and gfortran, can be used:

python -c "import screen3; screen3.build()"

or combined with the download:

python -c "import screen3; screen3.download(); screen3.build()"

Examples

To obtain the examples, git clone the repo, use Code > Download Zip (buttons), or use this DownGit link:
https://downgit.github.io/#/home?url=https://github.com/zmoon/screen3/tree/main/examples

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

screen3-0.1.0.tar.gz (10.4 kB view details)

Uploaded Source

Built Distribution

screen3-0.1.0-py3-none-any.whl (10.9 kB view details)

Uploaded Python 3

File details

Details for the file screen3-0.1.0.tar.gz.

File metadata

  • Download URL: screen3-0.1.0.tar.gz
  • Upload date:
  • Size: 10.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.8

File hashes

Hashes for screen3-0.1.0.tar.gz
Algorithm Hash digest
SHA256 c48e2f12352dbb9e53e920ede70ed749438328ab810c219abe5e5d59579b7546
MD5 e3996f14ff0fe61abd09e26f12fba7b3
BLAKE2b-256 c1e20ef85966e39e265054a9539e64da4226a653e79393a635e05d4697aada5e

See more details on using hashes here.

File details

Details for the file screen3-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: screen3-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 10.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.8

File hashes

Hashes for screen3-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c3f3a52212c05defea425ddd44a6882016b4294fd32f48266c0fda2d4cb4204d
MD5 3029191c4e5a4ddb7ac54bd2a6734d1f
BLAKE2b-256 4204df5666d41a5209fa46510efc6150618cdbe717f61bfd3709aebacb1d5b94

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page