AJ Friend

Results 176 comments of AJ Friend

Yes. I'd like to improve the current build setup, possibly using https://scikit-build-core.readthedocs.io/ PRs more than welcome in the meantime!

Do you know if `meson` works well with CMake? The H3 C library uses CMake, so we need to interface with it. IIRC, this is why we were using `scikit-build`...

This looks good. Thanks @msaecker!

Could you please raise an issue here: https://github.com/conda-forge/h3-py-feedstock

That worked. Thanks! And if it is helpful for anyone else, here's a little example repo: https://github.com/ajfriend/h3llo_gorld

Just saw this. If you guys want, I can hand over maintainer status on https://pypi.org/project/scsprox/ so that folks can pip install.

Thanks for the issue! Feedback like this is super helpful for me to think through pain points in the API and how we can smooth it out. Honestly, I was...

I think the main issue here is that we don't handle the z-coordinate if it is present: #368 Also, you're having to reverse the coordinates because GeoPandas and GeoJSON use...

Also, see the comments in https://gist.github.com/rmania/8c88377a5c902dfbc134795a7af538d8 for some potentially faster methods using WKT.