h3-js
h3-js copied to clipboard
h3-js provides a JavaScript version of H3, a hexagon-based geospatial indexing system.
Hi i want to know does it possible to figure out if a H3 in crowded or not?
Note that this needs an update to reference the published version of v4.0.0, once that is available.
importing h3-js this way `import * as h3 from "h3-js";` would trigger the error below: ``` [Sat May 08 2021 16:50:27.116] ERROR Error: Requiring module "node_modules/h3-js/dist/browser/h3-js.js", which threw an exception:...
The documentation clearly states that functions edgeLength and hexArea allow for second parameter to be UNIT.rads for edgeLength or UNIT.rads2 for hexArea. However when calling these functions: ``` h3.edgeLength(12, h3.UNIT.rads);...
I'm getting some weird results from h3SetToMultiPolygon when passing large numbers of h3 indexes (in these examples the h3 cells are all adjacent). There are two issues: 1. When the...
Need to research best practices here - could export from the lib, or add directly to the `flow-typed` repo.
Hello! I’m currently developing an application where I need to get markers from dynamo based on bounding box. I have got successful results with geohashes, but I was thinking to...
I am able to install h3-js by using npm and then after i am not able to run any one of the following h3-js core functions: // Convert a lat/lng...
I am processing image files into h3 cells which convert a bounding box for each pixel in the Geo TIFF file into h3 cells at the specified resolution (in this...
The current emscripten (1.38.43) is ~3 years old now. The docker container used is also deprecated https://hub.docker.com/r/trzeci/emscripten. Can we migrate to the official emscripten and use a newer version? There...