Skip to main content

IN-CORE visualization python package

Project description

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) and here (2). 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 channel to your environment, run

conda config –-add channels conda-forge

To install pyincore-viz package, run

conda install -c in-core pyincore-viz

To update pyIncore-viz, run

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)

To install pyincore-viz package, run

pip install pyincore-viz

Documentation Containter

To build the container with the documentation you can use:

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/.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyincore_viz-1.10.0.tar.gz (31.5 kB view hashes)

Uploaded Source

Built Distribution

pyincore_viz-1.10.0-py3-none-any.whl (33.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page