-
### The issue
When a response with an error status code other than 429 is received (like 504), a cryptic error message about parsing the results is printed to the console.
### Details
Currently w…
e13h updated
7 months ago
-
We've discovered that converting a valid H3 Index to a Placekey and then converting it back generates an invalid H3 Index. Here's a test example:
```
import { h3ToPlacekey, placekeyToH3 } from '@p…
-
I have explored the placekey code, docs, and postman collections, but I could not understand how can we do address matching or normalization using this library.
For example If I have a placekey, ho…
-
Building H3 requires a C compiler. Installing H3 is tough for non-mac users. No h3 bindings are published to CRAN which is problematic.
Once I identify, or create, an H3 library, it will need to be…
-
Hello! I made this project that focused on OSM tag conversion for Overture Places. There may still be some rough ones, but I spent a lot of hours first running ChatGPT on this to generate decent tags,…
-
https://github.com/Placekey/placekey-py/blob/faca8db46068dda9393b05984dbe7c63ec31209e/placekey/api.py#L267
Our account/apikey was locked out today due to making too many requests in 1 day. We then…
-
* One of the API tests is failing due to updated placekey including the What part format
* Raised PR #24 to fix the test
-
### Python version
Python 3.11.4 (main, Jul 13 2023, 22:36:37) [Clang 14.0.3 (clang-1403.0.22.14.1)]
### Operating system and processor architecture
macOS-13.6.2-arm64-arm-64bit
### Installed pack…
-
```python
Traceback (most recent call last): …
-
When placekey contains invalid value with more than one @ symbol, `placekey_format_is_valid` function throws a `ValueError`
```
In [2]: import placekey as pk
In [3]: pk.placekey_format_is_valid…