This project has been archived by its maintainers, and is no longer receiving any updates.
greedy
Introduction
Greedy (topological) coloring for GeoPandas
greedy is a Python package which brings topological (greedy) coloring to GeoPandas.
It offers several coloring strategies, all accessible using one line of code:
gdf['colors'] = greedy(gdf)
Documentation
Documentation of greedy is available at martinfleis.github.io/greedy.
Install
You can install momepy using Conda from conda-forge (recommended):
conda install -c conda-forge greedy
or from PyPI using pip:
pip install greedy
See the installation instructions for detailed instructions.
Copyright (c) 2017 - 2019 Martin Fleischmann, Nyall Dawson
Release files for greedy 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| greedy-0.1.1.tar.gz | 6.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| greedy-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 25.4 kB
Release files / greedy-0.1.1.tar.gz
| Download URL | greedy-0.1.1.tar.gz |
|---|---|
| Size | 6.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
06f24b48972ac2fa60cfb5ba6f1fee97a754641c771d42390d515f04eb2f69dc
|
|
BLAKE2b-256 checksum How to use checksums |
03a8af07744ed40c893248d7a0b70bf6389ad990527784ae8392f66ca949f0b8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2.post20191201 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.8.0
|
Release files / greedy-0.1.1-py3-none-any.whl
| Download URL | greedy-0.1.1-py3-none-any.whl |
|---|---|
| Size | 19.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d97f9748509d872a525d875a2556d4bb5bfa3c551684a6005225ae2c07891978
|
|
BLAKE2b-256 checksum How to use checksums |
126790798fd40335d9ae88ae18de33df97a52270530968b43a63363d70193f82
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2.post20191201 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.8.0
|