Code Monkey home page Code Monkey logo

screen3's Introduction

screen3

Thin Python wrapper for the SCREEN3 point source dispersion model

CI workflow status Version on PyPI 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.

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

Installation

Stable:

pip install screen3

Latest:

pip install https://github.com/zmoon/screen3/archive/main.zip

SCREEN3

The screen3 Python installation via pip 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 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

screen3's People

Contributors

zmoon avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

screen3's Issues

Run in linux

Hi there

I'm wondering how can I run in linux OS. I tried using

screen3.build()

But still needs .exe in order to run.

Do you think that's possible?

Thnaks in advanced

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.