Hierarchical geospatial indexing system for square cells in Web Mercator projection
Project description
quadbin-py
Python library for quadbin.
Install
pip install quadbin
Usage
>>> import quadbin
>>> longitude = -3.7038
>>> latitude = 40.4168
>>> resolution = 10
>>> quadbin.point_to_cell(longitude, latitude, resolution)
5234261499580514303
API
Function |
---|
is_valid_index(index) |
is_valid_cell(cell) |
cell_to_tile(cell) |
tile_to_cell(tile) |
cell_to_point(cell, geojson=False) |
point_to_cell(longitude, latitude, resolution) |
cell_to_boundary(cell, geojson=False) |
cell_to_bounding_box(cell) |
get_resolution(index) |
index_to_string(index) |
string_to_index(index) |
k_ring(origin, k) |
k_ring_distances(origin, k) |
cell_sibling(cell, direction) |
cell_to_parent(cell, parent_resolution) |
cell_to_children(cell, children_resolution) |
geometry_to_cells(geometry, resolution) |
Development
Make commands:
- init: create the environment and install dependencies
- lint: run linter (flake8) + fix (black)
- test: run tests (pytest)
- publish-pypi: publish package in pypi.org
- publish-test-pypi: publish package in test.pypi.org
- clean: remove the environment
NOTE: Python2 is supported to enable the usage in platforms like Amazon Redshift.
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
quadbin-0.1.0b1.tar.gz
(9.1 kB
view hashes)
Built Distribution
quadbin-0.1.0b1-py3-none-any.whl
(10.3 kB
view hashes)
Close
Hashes for quadbin-0.1.0b1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3d7a923035ac082416911024c8dce73dbe865a0de7ef39bca295cda5679c8e52 |
|
MD5 | b2627f8b8545dab9defc3a3c9f9e4db0 |
|
BLAKE2b-256 | 59b6ec9e1fd4d6704dcb1b5d740e40aa3ed83af16b8ed55de0559fb37bd13a0e |