pycart

A Python package for generating Cartograms using GeoDataFrames.


Keywords
geopandas, geospatial-visualization, pypi
License
BSD-3-Clause
Install
pip install pycart==0.1.18

Documentation

ecmm428 - The pycart package

GitHub GitHub code size in bytes GitHub last commit GitHub top language

Contributors

Contributors to this project are

  • Alex Rundle (ARundle01)

License

This project is licensed under the BSD 3-Clause License

SPDX-License-Identifier: BSD-3-Clause

Installation

Using Pip

Make sure you have the latest version of PIP installed:

py -m pip install --upgrade pip

This package is currently hosted on PyPi and TestPyPi, as it is currently in unstable development. To install and use this package from PyPi:

py -m pip install pycart

To install and use this package from TestPyPi:

py -m pip install -i https://test.pypi.org/simple/ pycart

Pre-requisites

All code in this Repository and Package was developed and tested on Windows 10.

This Repository requires:

  • Python >=3.9

Read the Docs!