open-location-code
open-location-code copied to clipboard
Open Location Code is a library to generate short codes, called "plus codes", that can be used as digital addresses where street addresses don't exist.
Prior to this, __init__ running would merely create an empty module named `openlocationcode` with no attributes on Python 3.10 and 3.9. I haven't tested if this explicitly works on 3.8...
Please move all the wiki articles into the repository. There are currently normative statements in the Wiki. Those should be under code control and should be open to discussion/PR inside...
The notes i) and ii) were unclear, because I confused them with closed parentheses(and wasted time looking for the open one). I think that others will too, so i replaced...
Variable does not need to be mutable in interface.rs:310:9 Suggest remove mutability
It would be great to see a Solidity implementation of plus codes. For inspiration, check out William Entriken's [PlusCodes.sol](https://etherscan.io/address/0xf85c6320cc60dec45af1f7ce82b13dd24d539690#code#F3#L28).