Skip to main content

Python package for working with SCHISM input and output files.

Project description

PySCHISM

coverage

A Python interface for SCHISM model runs.

Installation:

It is highly recommended that you run this software using a Python virtual environment, and that you use Python>=3.6 (preferrably, using the latest available Python version is encouraged). You may use conda or venv to satisfy this dependency.

To install, clone this repository, and navigate into it:

git clone https://github.com/schism-dev/pyschism
cd pyschism

Then make sure to activate the target Python environment (this step is not necessary if you chose not to use a virtual environment). After making sure your target environment is active, you can install the package using pip:

pip install .

If you are a developer, you may install in developer mode instead:

pip install -e .

Usage examples:

Using the CLI

Example 1: Full domain hgrid plot from the terminal.
plot_mesh /path/to/hgrid.gr3 --plot-boundaries --plot-elements

example_1_hgrid

Using the Library

Hint: You can test the library functions from the command line (without having to write a .py file) by using python -c and wrapping the commands between a pair of quotes, for example:

python -c "
from pyschism.mesh import Hgrid
print(Hgrid.open('/path/to/hgrid.gr3'))
"
Example 1: Full domain Hgrid plot:
from pyschism.mesh import Hgrid
hgrid = Hgrid.open('hgrid.gr3')
hgrid.make_plot(show=True)
Example 2: Write boundaries to shapefile
# open mesh as example above
from pyschism.mesh import Hgrid
hgrid = Hgrid.open('hgrid.gr3', crs="EPSG:3395")  # For shapefile output, coordinate reference system should be specified.
hgrid.write_boundaries("/path/to/output/dir", overwrite=True)
Example 3: Write mesh to QGIS friendly format
# NOTE: 2dm files can be read by QGIS > 3.0
from pyschism.mesh import Hgrid
hgrid = Hgrid.open('hgrid.gr3')
hgrid.write("/path/to/output/file.2dm", fmt='2dm')

Questions, comments and suggestions are welcome. Please follow the instructions on the CONTRIBUTING.md file for contributions. For bug reports and feature requests, please open an issue using the issue tracker. Author contact: jrcalzada@wm.edu

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

pyschism-0.0.3.tar.gz (369.3 kB view details)

Uploaded Source

Built Distribution

pyschism-0.0.3-py3-none-any.whl (121.2 kB view details)

Uploaded Python 3

File details

Details for the file pyschism-0.0.3.tar.gz.

File metadata

  • Download URL: pyschism-0.0.3.tar.gz
  • Upload date:
  • Size: 369.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.2

File hashes

Hashes for pyschism-0.0.3.tar.gz
Algorithm Hash digest
SHA256 72cc01193851f3e38e7161135444913388e73a9db766828fc328a91269b85819
MD5 cf78745cff3112f6ced1821e978c9a53
BLAKE2b-256 617029a05b1e3cf2cc4cfa86f220978f7cc35ac849bac68db96805a1dbf151a3

See more details on using hashes here.

File details

Details for the file pyschism-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: pyschism-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 121.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.2

File hashes

Hashes for pyschism-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 c3dd61fada3963c829532fe02c8e738eec4f62c86ce1aaf23192d86afacf69ba
MD5 525178f84f765b69a35f1c4f7904cee3
BLAKE2b-256 9cbdf1b0030c11974898d53bfff6b60e59abacf1700ad2c5ba8c1d183d88f14d

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