easierdata / geohash-cid

Validation of geohash over geospatial dataset.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Geohash + CID

Enable spatial indexing in IPFS ecosystem. What is geohash?

Getting started

The project uses Poetry for dependency management. To set up poetry, see installation. Make sure to use python verison 3.9 or above to use geopandas 0.14.

With Poetry installed and the repository cloned, install the project dependencies:

poetry install

or for non-root install

poetry install --no-root

This command reads the pyproject.toml file and installs all required packages in a new virtual environment (including jupyter notebook).

Run poetry run jupyter notebook to start jupyter notebooks.

About

Validation of geohash over geospatial dataset.

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 99.6%Language:Python 0.4%Language:Shell 0.0%Language:Dockerfile 0.0%