Nick Rabinowitz

Results 101 comments of Nick Rabinowitz

One way to approach this is by implementing the "manual" option discussed on #26, which basically just suppresses the event attachment. I'm currently using this in my fork for delegated...

Now that we have TypeScript generated from JSDocs, we might be able to get Flow for free via https://github.com/joarwilk/flowgen JSDocs > TS > Flow... What could possibly go wrong? :)

Sorry for the long silence here. Investigating now - I believe this is due to a bug in the core H3 lib that has a non-trivial fix that we're currently...

Superseded by #156

The H3 library itself doesn't have any data about what's in each cell. If you just want population, you could look at https://dataforgood.facebook.com/dfg/tools/high-resolution-population-density-maps or https://data.humdata.org/dataset/kontur-population-dataset (indexed by H3 res 8).

Thanks for logging. This is a documentation issue - at present, the core `H3` library does not support `edgeLengthRads` or `hexAreaRads2` (though `cellArea` supports `rads2`, which seems to be missing...

See https://github.com/uber/h3-js/issues/35 - this is a known issue. We're not currently targeting React Native; I'd like this to work, obviously, but the issue is deep in the emscripten internals and...

> I would also be interested in a version of h3-js that works on the server. To be clear, `h3-js` works fine on a server running Node. It only has...

Thanks for the clarification, that's good to know.

My $0.02 here: - I don't mind exposing the icosahedron vertices, though it might be just as easy to do so with static data in KML (already in the repo)...