New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

ROSSpy

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ROSSpy

Software for predicting the brine concentrations and scaling quantities after RO desalination.

pipPyPI
Version
0.1.7
Maintainers
1

Simulate Scale Formation and Brine Concentration during Reverse Osmosis Desalination

|PyPI version| |DOI| |Actions Status| |Downloads| |docs| |License|

.. |PyPI version| image:: https://img.shields.io/pypi/v/rosspy.svg?logo=PyPI&logoColor=brightgreen :target: https://pypi.org/project/ROSSpy/ :alt: PyPI version

.. |Downloads| image:: https://pepy.tech/badge/rosspy :target: https://pepy.tech/project/rosspy :alt: Downloads

.. |Actions Status| image:: https://github.com/freiburgermsu/rosspy/workflows/Test%20ROSSpy/badge.svg :target: https://github.com/freiburgermsu/rosspy/actions :alt: Actions Status

.. |License| image:: https://img.shields.io/badge/License-MIT-blue.svg :target: https://opensource.org/licenses/MIT :alt: License

.. |MyBinder| image:: https://mybinder.org/badge_logo.svg :target: https://mybinder.org/v2/gh/freiburgermsu/rosspy/main?labpath=irosspy%2Firosspy.ipynb :alt: MyBinder

.. |docs| image:: https://readthedocs.org/projects/rosspy/badge/?version=latest :target: https://rosspy.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status

.. |DOI| image:: https://img.shields.io/badge/DOI-https%3A%2F%2Fdx.doi.org%2F10.2139%2Fssrn.4124149-brightgreen :target: https://dx.doi.org/10.2139/ssrn.4124149 :alt: DOI link

Reverse Osmosis Scaling Software in Python (ROSSpy) <https://pypi.org/project/ROSSpy/>_ offers an open-source API to simulate the reactive transport geochemistry of Reverse Osmosis desalination. ROSSpy essentially translates user specifications of an RO system into PHREEQpy <https://pypi.org/project/phreeqpy/>, which is the Python version of PHREEQC <https://www.usgs.gov/software/phreeqc-version-3>. The examples/scaling/scaling_validation directory of the ROSSpy GitHub <https://github.com/freiburgermsu/ROSSpy>_ details the numerous functions and accuracy of ROSSPy via Notebook examples. We encourage users and developers to critique and improve ROSSpy, as an open-source (MIT License <https://opensource.org/licenses/MIT>) library, through GitHub issues <https://github.com/freiburgermsu/ROSSpy/issues>.

The complete documentation is provided by ReadTheDocs <https://rosspy.readthedocs.io/en/latest/index.html>_.

++++++++++++++++++++++ Installation ++++++++++++++++++++++

ROSSpy is installed in a command prompt, Powershell, Terminal, or Anaconda Command Prompt via pip::

pip install rosspy

The IPHREEQC module must then be installed, since this is the source of geochemical calculations and data for ROSSpy. The appropriate version of IPHREEQC can be installed from the USGS <https://water.usgs.gov/water-resources/software/PHREEQC/index.html>_ .

Linux installation may require addition steps (Ubuntu < 20 is currently unsupported)::

wget https://water.usgs.gov/water-resources/software/PHREEQC/iphreeqc-3.7.3-15968.tar.gz
tar -xzvf iphreeqc-3.7.3-15968.tar.gz
cd iphreeqc-3.7.3-15968
./configure
make
make check
sudo make install
pip show phreeqpy
sudo cp /usr/local/lib/libiphreeqc.so  /path/to/site-packages/phreeqpy/iphreeqc/libiphreeqc.so.0.0.0

++++++++++++++++++++++ Citation ++++++++++++++++++++++

Please cite this work::

Freiburger, Andrew P. and Molins, Sergi and Buckley, Heather L., A One-Dimensional Reactive Transport Model of Geochemical Scaling in Reverse Osmosis Desalination. http://dx.doi.org/10.2139/ssrn.4124149

Keywords

desalination

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts