Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 754 Bytes

readme.md

File metadata and controls

19 lines (15 loc) · 754 Bytes

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.