Brandon Liu

Results 553 comments of Brandon Liu

Hi, thanks for giving this a shot on a new platform! The matches the description encountered here: https://github.com/Venemo/node-lmdb/issues/161 although we're not using that nodejs wrapper - seems to indicate a...

I don't have a good sense on what package management Windows developers are using now - last time I did something similar I was using Chocolatey. Do any other windows...

Hmm, my inclination is that `osmexpress` feels less arcane than just `osmx`. If we use that, maybe we should change the command line tool name and python package as well?

python import statements can't have `-`, so avoiding `_` or `-` seems more flexible in general. I don't believe there are many users of the python package right now, so...

Option 3 above was quite simple to implement in Python for node/ways/relations lookup. Spatial lookups are more complex and not supported yet, and would rely on the Python S2 package....

Immediate next steps: - [ ] golang reader library - [ ] spatial access queries for Python and golang

thanks for the report - haven't dug into this yet but it looks like the same issue as https://github.com/google/s2geometry/issues/87 - presumably need to link against brew openssl instead of system...

@CloudNiner I uploaded a new macOS binary here: https://github.com/protomaps/OSMExpress/releases/tag/0.0.4 I suspect this problem can be isolated by getting s2geometry to compile. It's difficult for me to reproduce though as I'm...

@CloudNiner when building S2 can you use `make s2` instead of `make` which should ignore the test-related targets? Thanks for the docker file example - can you verify that the...

Ultimately I think it's a shame that S2 depends on OpenSSL just for its Bignum class. Maybe it won't be too difficult to port it to a standalone library. https://github.com/google/s2geometry/issues/8