Skip to main content

A geospatial package for cleaning up polygon data.

Project description

polyclean

Clean up geospatial polygon datasets.

This package provides utilities for cleaning up messy polygon data in geospatial datasets. It aims to provide solutions to common issues such as holes, gaps, and overlaps. Generally, functions expect a geopandas.GeoDataFrame as input and will return one as well. Polygons are thus always passed around as data frames, making it easy to translate them to and from commonly used geospatial file formats (e.g. OGC GeoPackage, ESRI Shapefile). This has the added benefit of mimicking the way vector workflows are done in QGIS or ArcGIS, making the package more intuitive to use (hopefully).

This package relies heavily on Geopandas and Shapely, so understanding how those packages handle vector data will aid with understanding polyclean utilities.

Installation

UNIX-like (Linux, MacOS)

pip install polyclean

This should install the package and all necessary dependencies.

Windows

Make sure you have the following packages installed first:

  • Fiona
  • GDAL

Any recent version (compatible with Shapely > 0.10) should suffice.

Examples

Fill Holes

Holes in polygons can be filled in based on area. To fill in all holes in a dataset, set the threshold value to a very large value (e.g. 1e6).

holes_examplepng

Fill Gaps

Gaps between polygons can be identified and eliminated. A new field called gap is created, with gap polygons given a value of 1 and non-gap polygons (i.e. the original polygons) given the value NaN. These gaps can be automatically removed by folding them into the polygon with which they share the longest edge. This mimics the functionality of the the ArcGIS Eliminate tool.

combined

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

polyclean-0.1.8.tar.gz (7.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

polyclean-0.1.8-py3-none-any.whl (8.2 kB view details)

Uploaded Python 3

File details

Details for the file polyclean-0.1.8.tar.gz.

File metadata

  • Download URL: polyclean-0.1.8.tar.gz
  • Upload date:
  • Size: 7.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for polyclean-0.1.8.tar.gz
Algorithm Hash digest
SHA256 cd12bcc74a6e7b7748b8822635ca6da8f8d1b418ab53081b0b5b6e240c5d4eed
MD5 0580ad1522eceef30d03cf56b0e04ce9
BLAKE2b-256 8b29482471d200680e33c8eed1c02ffcd8bb9b4d6671f7dc035bdecb19338937

See more details on using hashes here.

File details

Details for the file polyclean-0.1.8-py3-none-any.whl.

File metadata

  • Download URL: polyclean-0.1.8-py3-none-any.whl
  • Upload date:
  • Size: 8.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for polyclean-0.1.8-py3-none-any.whl
Algorithm Hash digest
SHA256 f86afb2ec29103ddce84524df730ae4e0bf90ede60421cf35051ad6fd2489637
MD5 f6fadc026950137e282dfc10e8fce626
BLAKE2b-256 7f4d5ceb6561f297430e4624956a66314f52ab52f5cdab5a66bcd9996a9fc467

See more details on using hashes here.

Supported by

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