Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 618 Bytes

readme.md

File metadata and controls

26 lines (15 loc) · 618 Bytes

pydeck-h3

Helper functions to viz H3 data with https://pydeck.gl/

install from github:

pip install git+https://github.com/ajfriend/pydeck-h3

hexcluster class

what about support for the hexcluster class?

Notes

  • watch out for the numpy.int64 issue with converting to json

    • it happens late; when converting the deck to a view
  • can we build up the data and the options dictionary from the start?

    • is that a more-obvious way to describe the branching/dispatch to different plotting types?