Replies: 1 comment
-
|
I think I just did it with a format string along the lines of: format(cell_id, ‘064b’) That should give you at least 64 chars of binary string with zero padding. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to get consistent Cell Id Binary for each token ? like you did in the documentation ? i tried converting the cell id base 10 but sometimes it gives off a binary length of 65 sometimes 63 so i am wondering is there a method to do this in your library ? like you showed in your documentation or you were converting it with
bin( )as wellBeta Was this translation helpful? Give feedback.
All reactions