Generate structured grids from scattered 2D points using convex hull layering
Project description
# polargrid
Generate structured square grids from scattered 2D points using convex hull layering.
## Installation
pip install polargrid
import numpy as np
from polargrid import polargrid
points = np.random.rand(1000, 2)
grid = polargrid(points)
points are now structured as a perfect grid, such that grid\[i, j] is the point with index i, j
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file polargrid_mapping-0.1.0.tar.gz.
File metadata
- Download URL: polargrid_mapping-0.1.0.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2af345b1a53f59863c723332ea1851e452cfda2ae3fb35ad23fb5bf1e6d5af99
|
|
| MD5 |
745d8ab57b66c281b1b5bfc2be4ec098
|
|
| BLAKE2b-256 |
f27566ae7afa386171761bc17757fa6144695e7d391e3cf2f1adb609bea717bc
|
File details
Details for the file polargrid_mapping-0.1.0-py3-none-any.whl.
File metadata
- Download URL: polargrid_mapping-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49cead7371fc7f80bd68bcb7c983bed4c862bbf13daa18ae2d727e1a3cf54bc8
|
|
| MD5 |
dc7de93c01420817fc5d519c716a965b
|
|
| BLAKE2b-256 |
5aea183fd37bf8ed70fbd4114ffda7271b5ecf5dbc6a68bf5c47ae48661d3cc5
|