AJ Friend

Results 176 comments of AJ Friend

Could you point me to the shapefiles? Or, better yet, do you think you could reduce it to a [minimal example](https://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports)?

Hmmm. Not sure what's going on here, but I can confirm I'm getting the same results. I tried on `h3-py` versions - `3.6.4` - `3.6.3` - `3.6.1` - `3.4.3` and...

Ah, interesting. Let me take a look!

`hexagons = h3.polyfill(geoJson, 6, geo_json_conformant=True)` should work for your original case. (`res=9` is going to give you a *ton* of hexagons.) Also, note that the Manhattan example above returns hexagons,...

Out of curiosity, what are the spatial join tasks you're doing? I'm curious because I wonder if we can identify a "core" operation that we might try to optimize. And...

I'm cool with dropping 2.7 support in 4.0.

One idea is to have a generic wrapper that captures and raises an error (from an H3 c library function that returns an error code), which also accepts extra arguments...

Totally on board with this as we start to expose the Cython API! The appearance of Python types here was a result of the fact that the original API wasn't...

In terms completely removing any Python types from the Cython level, I think there's some overlap with https://github.com/uber/h3-py/issues/267 and https://github.com/uber/h3-py/issues/265

Do you get the same error installing from source with pip? (Check out the `makefile` for how I typically do that locally)