pyincore-viz


Namepyincore-viz JSON
Version 1.12.0 PyPI version JSON
download
home_pagehttps://tools.in-core.org
SummaryIN-CORE visualization python package
upload_time2025-07-30 15:37:45
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseMozilla Public License v2.0
keywords infrastructure resilience hazards data discovery in-core earthquake tsunami tornado hurricane dislocation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            pyincore-viz
============

**pyincore-viz** is a component of IN-CORE that provides visualization and other utilities for use with **pyincore**.
 

Mac specific notes
------------------

- We use `matplotlib` library to create graphs. There is a Mac specific installation issue addressed at `here (1) <https://stackoverflow.com/questions/4130355/python-matplotlib-framework-under-macosx>`_ and 
  `here (2) <https://stackoverflow.com/questions/21784641/installation-issue-with-matplotlib-python>`_. 
  In a nutshell, insert line: `backend : Agg` into `~/.matplotlib/matplotlibrc` file.

Installation with conda
-----------------------

Installing **pyincore-viz** with Conda is officially supported by IN-CORE development team. 

To add `conda-forge <https://conda-forge.org/>`__  channel to your environment, run

.. code-block:: console

   conda config –-add channels conda-forge

To install **pyincore-viz** package, run

.. code-block:: console

   conda install -c in-core pyincore-viz


To update **pyIncore-viz**, run

.. code-block:: console

   conda update -c in-core pyincore-viz


Installation with pip
-----------------------

Installing **pyincore-viz** with pip is **NOT supported** by IN-CORE development team.
Please use pip for installing pyincore-viz at your discretion. 

**Installing pyincore-viz with pip is only tested on linux environment.**

**Prerequisite**

* GDAL C library must be installed to install pyincore-viz. (for Ubuntu, **gdal-bin** and **libgdal-dev**)
* For developers, pre-install must be installed. If not, run `brew install pre-commit` or `pip install pre-commit`.

To install **pyincore-viz** package, run

.. code-block:: console

   pip install pyincore-viz

Documentation Containter
------------------------

To build the container with the documentation you can use:

.. code-block:: console

   docker build -t doc/pyincore-viz -f Dockerfile.docs .
   docker run -ti -p 8000:80 doc/pyincore-viz


Then check the documentation at `http://localhost:8000/doc/pyincore_viz/ <http://localhost:8000/doc/pyincore_viz/>`_.

            

Raw data

            {
    "_id": null,
    "home_page": "https://tools.in-core.org",
    "name": "pyincore-viz",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "infrastructure, resilience, hazards, data discovery, IN-CORE, earthquake, tsunami, tornado, hurricane, dislocation",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/37/9e/4c6b1c2350f6b3dbb4511a4f2ed9b98448dc5e44e2d8fd0cf4319d6b5584/pyincore_viz-1.12.0.tar.gz",
    "platform": null,
    "description": "pyincore-viz\n============\n\n**pyincore-viz** is a component of IN-CORE that provides visualization and other utilities for use with **pyincore**.\n \n\nMac specific notes\n------------------\n\n- We use `matplotlib` library to create graphs. There is a Mac specific installation issue addressed at `here (1) <https://stackoverflow.com/questions/4130355/python-matplotlib-framework-under-macosx>`_ and \n  `here (2) <https://stackoverflow.com/questions/21784641/installation-issue-with-matplotlib-python>`_. \n  In a nutshell, insert line: `backend : Agg` into `~/.matplotlib/matplotlibrc` file.\n\nInstallation with conda\n-----------------------\n\nInstalling **pyincore-viz** with Conda is officially supported by IN-CORE development team. \n\nTo add `conda-forge <https://conda-forge.org/>`__  channel to your environment, run\n\n.. code-block:: console\n\n   conda config \u2013-add channels conda-forge\n\nTo install **pyincore-viz** package, run\n\n.. code-block:: console\n\n   conda install -c in-core pyincore-viz\n\n\nTo update **pyIncore-viz**, run\n\n.. code-block:: console\n\n   conda update -c in-core pyincore-viz\n\n\nInstallation with pip\n-----------------------\n\nInstalling **pyincore-viz** with pip is **NOT supported** by IN-CORE development team.\nPlease use pip for installing pyincore-viz at your discretion. \n\n**Installing pyincore-viz with pip is only tested on linux environment.**\n\n**Prerequisite**\n\n* GDAL C library must be installed to install pyincore-viz. (for Ubuntu, **gdal-bin** and **libgdal-dev**)\n* For developers, pre-install must be installed. If not, run `brew install pre-commit` or `pip install pre-commit`.\n\nTo install **pyincore-viz** package, run\n\n.. code-block:: console\n\n   pip install pyincore-viz\n\nDocumentation Containter\n------------------------\n\nTo build the container with the documentation you can use:\n\n.. code-block:: console\n\n   docker build -t doc/pyincore-viz -f Dockerfile.docs .\n   docker run -ti -p 8000:80 doc/pyincore-viz\n\n\nThen check the documentation at `http://localhost:8000/doc/pyincore_viz/ <http://localhost:8000/doc/pyincore_viz/>`_.\n",
    "bugtrack_url": null,
    "license": "Mozilla Public License v2.0",
    "summary": "IN-CORE visualization python package",
    "version": "1.12.0",
    "project_urls": {
        "Bug Reports": "https://github.com/IN-CORE/pyincor-vize/issues",
        "Homepage": "https://tools.in-core.org",
        "Source": "https://github.com/IN-CORE/pyincor-vize"
    },
    "split_keywords": [
        "infrastructure",
        " resilience",
        " hazards",
        " data discovery",
        " in-core",
        " earthquake",
        " tsunami",
        " tornado",
        " hurricane",
        " dislocation"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b6a5b7a950a5c00f88ddf51f2540308f89264e97ff7474d7a4c171c1ffedd7e5",
                "md5": "e4f3ff4fbe1d20a0d9b31069c17fbf7d",
                "sha256": "f236fd34a2ba5bc5f949743f726952003ebb24301294fd37537c1affe302e527"
            },
            "downloads": -1,
            "filename": "pyincore_viz-1.12.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e4f3ff4fbe1d20a0d9b31069c17fbf7d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 33818,
            "upload_time": "2025-07-30T15:37:44",
            "upload_time_iso_8601": "2025-07-30T15:37:44.200709Z",
            "url": "https://files.pythonhosted.org/packages/b6/a5/b7a950a5c00f88ddf51f2540308f89264e97ff7474d7a4c171c1ffedd7e5/pyincore_viz-1.12.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "379e4c6b1c2350f6b3dbb4511a4f2ed9b98448dc5e44e2d8fd0cf4319d6b5584",
                "md5": "413dc1b8c9f15a81a0b3fbef741623cc",
                "sha256": "e418344c97113d3c11c5b06ab21ef9e02eedeec362cc36da76511776ad70d50f"
            },
            "downloads": -1,
            "filename": "pyincore_viz-1.12.0.tar.gz",
            "has_sig": false,
            "md5_digest": "413dc1b8c9f15a81a0b3fbef741623cc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 32042,
            "upload_time": "2025-07-30T15:37:45",
            "upload_time_iso_8601": "2025-07-30T15:37:45.130086Z",
            "url": "https://files.pythonhosted.org/packages/37/9e/4c6b1c2350f6b3dbb4511a4f2ed9b98448dc5e44e2d8fd0cf4319d6b5584/pyincore_viz-1.12.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-30 15:37:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "IN-CORE",
    "github_project": "pyincor-vize",
    "github_not_found": true,
    "lcname": "pyincore-viz"
}
        
Elapsed time: 1.40032s