pymt-geotiff


Namepymt-geotiff JSON
Version 0.2.1 PyPI version JSON
download
home_pagehttps://github.com/mdpiper/pymt_geotiff
SummaryPyMT plugin for pymt_geotiff
upload_time2024-10-22 20:48:20
maintainerNone
docs_urlNone
authorMark Piper
requires_pythonNone
licenseNone
keywords bmi pymt
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ============
pymt_geotiff
============


.. 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_geotiff-green.svg
        :target: https://anaconda.org/conda-forge/pymt_geotiff

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

.. image:: https://github.com/pymt-lab/pymt_geotiff/actions/workflows/test.yml/badge.svg
        :target: https://github.com/pymt-lab/pymt_geotiff/actions/workflows/test.yml

.. image:: https://github.com/pymt-lab/pymt_geotiff/actions/workflows/flake8.yml/badge.svg
        :target: https://github.com/pymt-lab/pymt_geotiff/actions/workflows/flake8.yml

.. image:: https://github.com/pymt-lab/pymt_geotiff/actions/workflows/black.yml/badge.svg
        :target: https://github.com/pymt-lab/pymt_geotiff/actions/workflows/black.yml


PyMT component for accessing GeoTIFF data and metadata


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




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

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

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

.. code::

  conda install bmi-geotiff

To install `pymt_geotiff`,

.. code::

  conda install pymt_geotiff


Credits
=======

* Mark Piper <mark.piper@colorado.edu>


Changelog for pymt_geotiff
==========================

0.2.1 (2024-10-22)
------------------

- Update metadata and testing CI (#3)


0.2 (2021-05-09)
----------------

- Add component metadata
- Create script and Jupyter Notebook examples (#1)
- Create user and developer documentation (#2)


0.1.1 (2021-05-03)
------------------

- Add babelized content
- Update GitHub org in README
- Add sample config file and update `bmi-test` call


0.1.0 (2021-05-03)
------------------

- Initial release


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mdpiper/pymt_geotiff",
    "name": "pymt-geotiff",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "bmi, pymt",
    "author": "Mark Piper",
    "author_email": "mark.piper@colorado.edu",
    "download_url": "https://files.pythonhosted.org/packages/80/3c/9b934be646838a63a8cd183e8506b03c9a08bd819fa3793b4d2047efcc43/pymt_geotiff-0.2.1.tar.gz",
    "platform": null,
    "description": "============\npymt_geotiff\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/badge/recipe-pymt_geotiff-green.svg\n        :target: https://anaconda.org/conda-forge/pymt_geotiff\n\n.. image:: https://readthedocs.org/projects/pymt-geotiff/badge/?version=latest\n        :target: https://pymt-geotiff.readthedocs.io/en/latest/?badge=latest\n        :alt: Documentation Status\n\n.. image:: https://github.com/pymt-lab/pymt_geotiff/actions/workflows/test.yml/badge.svg\n        :target: https://github.com/pymt-lab/pymt_geotiff/actions/workflows/test.yml\n\n.. image:: https://github.com/pymt-lab/pymt_geotiff/actions/workflows/flake8.yml/badge.svg\n        :target: https://github.com/pymt-lab/pymt_geotiff/actions/workflows/flake8.yml\n\n.. image:: https://github.com/pymt-lab/pymt_geotiff/actions/workflows/black.yml/badge.svg\n        :target: https://github.com/pymt-lab/pymt_geotiff/actions/workflows/black.yml\n\n\nPyMT component for accessing GeoTIFF data and metadata\n\n\n* Free software: MIT License\n* Documentation: https://pymt-geotiff.readthedocs.io.\n\n\n\n\n========= ===================================\nComponent PyMT\n========= ===================================\nGeoTiff   `from pymt.models import GeoTiff`\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_geotiff\n-----------------------\n\nOnce `pymt` is installed, the dependencies of `pymt_geotiff` can\nbe installed with:\n\n.. code::\n\n  conda install bmi-geotiff\n\nTo install `pymt_geotiff`,\n\n.. code::\n\n  conda install pymt_geotiff\n\n\nCredits\n=======\n\n* Mark Piper <mark.piper@colorado.edu>\n\n\nChangelog for pymt_geotiff\n==========================\n\n0.2.1 (2024-10-22)\n------------------\n\n- Update metadata and testing CI (#3)\n\n\n0.2 (2021-05-09)\n----------------\n\n- Add component metadata\n- Create script and Jupyter Notebook examples (#1)\n- Create user and developer documentation (#2)\n\n\n0.1.1 (2021-05-03)\n------------------\n\n- Add babelized content\n- Update GitHub org in README\n- Add sample config file and update `bmi-test` call\n\n\n0.1.0 (2021-05-03)\n------------------\n\n- Initial release\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "PyMT plugin for pymt_geotiff",
    "version": "0.2.1",
    "project_urls": {
        "Homepage": "https://github.com/mdpiper/pymt_geotiff"
    },
    "split_keywords": [
        "bmi",
        " pymt"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "da66601bb60ac141b9f597b343e074387eee5c529adaf75c499aa02840006ab8",
                "md5": "977209c8444a26bf31c5c2a9da938563",
                "sha256": "f525d2b5a75ea9eb8de81aeb8c9ece84436ef5e17475e02fa51dbb08deb40990"
            },
            "downloads": -1,
            "filename": "pymt_geotiff-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "977209c8444a26bf31c5c2a9da938563",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 5308,
            "upload_time": "2024-10-22T20:48:19",
            "upload_time_iso_8601": "2024-10-22T20:48:19.104838Z",
            "url": "https://files.pythonhosted.org/packages/da/66/601bb60ac141b9f597b343e074387eee5c529adaf75c499aa02840006ab8/pymt_geotiff-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "803c9b934be646838a63a8cd183e8506b03c9a08bd819fa3793b4d2047efcc43",
                "md5": "aa89069e14ec7c9fa575fbf0bda31b06",
                "sha256": "75a1de21fcc7adf1d01a9177e0da874025b9f1e20cf0107d6750f5988f347277"
            },
            "downloads": -1,
            "filename": "pymt_geotiff-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "aa89069e14ec7c9fa575fbf0bda31b06",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 12934,
            "upload_time": "2024-10-22T20:48:20",
            "upload_time_iso_8601": "2024-10-22T20:48:20.946700Z",
            "url": "https://files.pythonhosted.org/packages/80/3c/9b934be646838a63a8cd183e8506b03c9a08bd819fa3793b4d2047efcc43/pymt_geotiff-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-22 20:48:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mdpiper",
    "github_project": "pymt_geotiff",
    "github_not_found": true,
    "lcname": "pymt-geotiff"
}
        
Elapsed time: 1.74381s