Antonio Macías Ojeda
Antonio Macías Ojeda
Hi! Loving the package in general but I got bit by this issue where the GeoJSON support is just dummy marshaller without validation. In my case, the GeoJSON geometry didn't...
Hi! I got to the same conclusion, so I didn't do a PR and are handling this externally with wrappers around the lib (similar to the above example code, https://github.com/paulmach/orb/issues/45#issuecomment-671074194)....
I can issue a PR to the geojson package within 1-2 weekends, as $DAYJOB has priority and I have some tight deadlines now :smile:
I came here with exactly the same issue, perfect explanation :)
For those looking for a solution, a possible workaround is https://github.com/gogo/protobuf/pull/694. I'll also maintain this fork for use with the grpc-gateway: https://github.com/antoniomo/gateway
A lot of python/cython packages just assume that the non-python dependencies are already there and try to build, just failing if the dependency isn't installed. That and some installation instructions...
Do you have the `docopt` dependency, and are you using python2?
Hi, I would need to test it to have an answer, sorry it takes me a few days as I'm currently busy :)
No worries I'll take a look! In the meantime check this (maybe related, maybe not) issue: https://github.com/aalto-speech/speaker-diarization/issues/7