pymt-topography


Namepymt-topography JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://csdms.colorado.edu
SummaryPyMT plugin for Topography data component
upload_time2023-12-08 20:11:30
maintainer
docs_urlNone
authorMark Piper
requires_python>=3.9
licenseMIT License Copyright (c) 2021, Mark Piper Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords bmi csdms pymt topography dem
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ===============
pymt_topography
===============


.. 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/pypi/v/pymt_topography
        :target: https://pypi.org/project/pymt_topography
        :alt: PyPI

.. image:: https://img.shields.io/conda/vn/conda-forge/pymt_topography.svg
        :target: https://anaconda.org/conda-forge/pymt_topography
        :alt: conda-forge

.. image:: https://img.shields.io/badge/recipe-pymt_topography-green.svg
        :target: https://anaconda.org/conda-forge/pymt_topography

.. image:: https://github.com/pymt-lab/pymt_topography/actions/workflows/test.yml/badge.svg
        :target: https://github.com/pymt-lab/pymt_topography/actions/workflows/test.yml
        :alt: Build/Test CI

.. image:: https://readthedocs.org/projects/pymt-topography/badge/?version=latest
        :target: https://pymt-topography.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status


PyMT component for accessing land elevation data.


* Free software: MIT License
* Documentation: https://pymt-topography.readthedocs.io.




========== ====================================
Component  PyMT
========== ====================================
Topography `from pymt.models import Topography`
========== ====================================

---------------
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 pymt

Once 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_topography
--------------------------

Once `pymt` is installed, the dependencies of `pymt_topography` can
be installed with:

.. code::

  pip install bmi-topography

To install `pymt_topography`,

.. code::

  pip install pymt_topography

            

Raw data

            {
    "_id": null,
    "home_page": "https://csdms.colorado.edu",
    "name": "pymt-topography",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "bmi csdms pymt topography dem",
    "author": "Mark Piper",
    "author_email": "Unknown <mark.piper@colorado.edu>",
    "download_url": "https://files.pythonhosted.org/packages/aa/a5/79485ebfe56b4ce4f9481b4c95e78bbec93d19f359f096ea2dd0c391e340/pymt_topography-0.1.1.tar.gz",
    "platform": null,
    "description": "===============\npymt_topography\n===============\n\n\n.. image:: https://img.shields.io/badge/CSDMS-Basic%20Model%20Interface-green.svg\n        :target: https://bmi.readthedocs.io/\n        :alt: Basic Model Interface\n\n.. image:: https://img.shields.io/pypi/v/pymt_topography\n        :target: https://pypi.org/project/pymt_topography\n        :alt: PyPI\n\n.. image:: https://img.shields.io/conda/vn/conda-forge/pymt_topography.svg\n        :target: https://anaconda.org/conda-forge/pymt_topography\n        :alt: conda-forge\n\n.. image:: https://img.shields.io/badge/recipe-pymt_topography-green.svg\n        :target: https://anaconda.org/conda-forge/pymt_topography\n\n.. image:: https://github.com/pymt-lab/pymt_topography/actions/workflows/test.yml/badge.svg\n        :target: https://github.com/pymt-lab/pymt_topography/actions/workflows/test.yml\n        :alt: Build/Test CI\n\n.. image:: https://readthedocs.org/projects/pymt-topography/badge/?version=latest\n        :target: https://pymt-topography.readthedocs.io/en/latest/?badge=latest\n        :alt: Documentation Status\n\n\nPyMT component for accessing land elevation data.\n\n\n* Free software: MIT License\n* Documentation: https://pymt-topography.readthedocs.io.\n\n\n\n\n========== ====================================\nComponent  PyMT\n========== ====================================\nTopography `from pymt.models import Topography`\n========== ====================================\n\n---------------\nInstalling pymt\n---------------\n\nInstalling `pymt` from the `conda-forge` channel can be achieved by adding\n`conda-forge` to your channels with:\n\n.. code::\n\n  conda config --add channels conda-forge\n\n*Note*: Before installing `pymt`, you may want to create a separate environment\ninto which to install it. This can be done with,\n\n.. code::\n\n  conda create -n pymt python=3\n  conda activate pymt\n\nOnce the `conda-forge` channel has been enabled, `pymt` can be installed with:\n\n.. code::\n\n  conda install pymt\n\nIt is possible to list all of the versions of `pymt` available on your platform with:\n\n.. code::\n\n  conda search pymt --channel conda-forge\n\n--------------------------\nInstalling pymt_topography\n--------------------------\n\nOnce `pymt` is installed, the dependencies of `pymt_topography` can\nbe installed with:\n\n.. code::\n\n  pip install bmi-topography\n\nTo install `pymt_topography`,\n\n.. code::\n\n  pip install pymt_topography\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2021, Mark Piper  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "PyMT plugin for Topography data component",
    "version": "0.1.1",
    "project_urls": {
        "Changelog": "https://github.com/pymt-lab/pymt_topography/blob/main/CHANGES.rst",
        "Documentation": "https://pymt.readthedocs.io",
        "Homepage": "https://csdms.colorado.edu",
        "Repository": "https://github.com/pymt-lab/pymt_topography"
    },
    "split_keywords": [
        "bmi",
        "csdms",
        "pymt",
        "topography",
        "dem"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "446bca814722939937a3bb28c8c28c4c129ce6c2b1bfebda0ca7d90e1fcdd69d",
                "md5": "37be64bb4278ac405ad47cb2e5881fb6",
                "sha256": "4279b325881b1c207af85a258d35562058a4290d74f3d2768dde8f8432bb1920"
            },
            "downloads": -1,
            "filename": "pymt_topography-0.1.1-cp311-cp311-macosx_14_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "37be64bb4278ac405ad47cb2e5881fb6",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 6096,
            "upload_time": "2023-12-08T20:11:27",
            "upload_time_iso_8601": "2023-12-08T20:11:27.748048Z",
            "url": "https://files.pythonhosted.org/packages/44/6b/ca814722939937a3bb28c8c28c4c129ce6c2b1bfebda0ca7d90e1fcdd69d/pymt_topography-0.1.1-cp311-cp311-macosx_14_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aaa579485ebfe56b4ce4f9481b4c95e78bbec93d19f359f096ea2dd0c391e340",
                "md5": "8d9b102211e32f0d4ad527067fd6a284",
                "sha256": "62e6045364e17c2f9d4221157283f43ee59603093b13c725d7334b721a7a6bef"
            },
            "downloads": -1,
            "filename": "pymt_topography-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "8d9b102211e32f0d4ad527067fd6a284",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 65825,
            "upload_time": "2023-12-08T20:11:30",
            "upload_time_iso_8601": "2023-12-08T20:11:30.380292Z",
            "url": "https://files.pythonhosted.org/packages/aa/a5/79485ebfe56b4ce4f9481b4c95e78bbec93d19f359f096ea2dd0c391e340/pymt_topography-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-08 20:11:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pymt-lab",
    "github_project": "pymt_topography",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pymt-topography"
}
        
Elapsed time: 0.14593s