Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdpiper/pymt_heatpynetlogo
PyMT component for the pyNetLogo BMI example
https://github.com/mdpiper/pymt_heatpynetlogo
bmi csdms netlogo pymt python
Last synced: 11 days ago
JSON representation
PyMT component for the pyNetLogo BMI example
- Host: GitHub
- URL: https://github.com/mdpiper/pymt_heatpynetlogo
- Owner: mdpiper
- License: mit
- Created: 2023-11-28T21:42:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-30T22:05:14.000Z (about 1 year ago)
- Last Synced: 2024-06-11T17:29:48.103Z (7 months ago)
- Topics: bmi, csdms, netlogo, pymt, python
- Language: Makefile
- Homepage: https://bmi.readthedocs.io
- Size: 52.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
==================
pymt_heatpynetlogo
==================.. image:: https://img.shields.io/badge/CSDMS-Basic%20Model%20Interface-green.svg
:target: https://bmi.readthedocs.io/
:alt: Basic Model Interface.. image:: https://img.shields.io/badge/recipe-pymt_heatpynetlogo-green.svg
:target: https://anaconda.org/conda-forge/pymt_heatpynetlogo.. image:: https://readthedocs.org/projects/pymt-pynetlogo/badge/?version=latest
:target: https://pymt-pynetlogo.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status.. image:: https://github.com/mdpiper/pymt_heatpynetlogo/actions/workflows/test.yml/badge.svg
:target: https://github.com/mdpiper/pymt_heatpynetlogo/actions/workflows/test.yml.. image:: https://github.com/mdpiper/pymt_heatpynetlogo/actions/workflows/lint.yml/badge.svg
:target: https://github.com/mdpiper/pymt_heatpynetlogo/actions/workflows/lint.yml.. image:: https://github.com/mdpiper/pymt_heatpynetlogo/actions/workflows/format.yml/badge.svg
:target: https://github.com/mdpiper/pymt_heatpynetlogo/actions/workflows/format.ymlPyMT plugin for bmi-example-pynetlogo
* Free software: MIT License
* Documentation: https://pymt-heatpynetlogo.readthedocs.io.============= =====================================
Component PyMT
============= =====================================
HeatDiffusion from pymt.models import HeatDiffusion
============= =====================================---------------
Installing pymt
---------------Installing `pymt` from the `conda-forge` channel can be achieved by adding
`conda-forge` to your channels with:.. code::
conda config --add channels conda-forge
*Note*: Before installing `pymt`, you may want to create a separate environment
into which to install it. This can be done with,.. code::
conda create -n pymt python=3
conda activate pymtOnce the `conda-forge` channel has been enabled, `pymt` can be installed with:
.. code::
conda install pymt
It is possible to list all of the versions of `pymt` available on your platform with:
.. code::
conda search pymt --channel conda-forge
-----------------------------
Installing pymt_heatpynetlogo
-----------------------------To install `pymt_heatpynetlogo`,
.. code::
conda install pymt_heatpynetlogo