h3 icon indicating copy to clipboard operation
h3 copied to clipboard

Hexagonal hierarchical geospatial indexing system

Results 154 h3 issues
Sort by recently updated
recently updated
newest added

* Fixes a test that had an invalid read. This was found by running the tests with `ENABLE_FUZZERS`, which enabled ASAN etc. We don't run this in CI but perhaps...

H3 version 4.0.0 is expected to be released on Tuesday August 16, 2022.

One of the properties of global grid systems like h3 is that at a given resolution, any latitude / longitude pair can only belong to one h3 bin. This makes...

I wasn't able to enable a few of the flags from that PR due to compiler differences and the flags not being available in the compiler I tested with. I...

I wanted to make sure we were in agreement around an offline discussion of #619. I think I'll abandon the changes in that PR and just start a new one,...

Motivated by a few comments in #619 ([1](https://github.com/uber/h3/pull/619/files/fe9674bde2a561aa7cc5c149e4f62979a575a065#r914015418), [2](https://github.com/uber/h3/pull/619/files/fe9674bde2a561aa7cc5c149e4f62979a575a065#r914024829)). normalizeMultiPolygon has its [own set of error codes](https://github.com/uber/h3/blob/787eb2e97f73c85c9199774b0397a6bb459cc647/src/h3lib/include/linkedGeo.h#L29-L32). Instead of a separate error system, we should combine it with the current...

I have seen this issue alluded to in several places now, but couldn't find a specific ticket for it (so here it is). When the bounding points passed into the...

documentation

I'm considering using H3 `polyfill` to find some data within a region (Polygon). However, it's necessary to include _all_ of the data, not just H3 indexes with centroids in the...

As noted in #599, we don't have unit tests for the kinds of `polyfill` cases (non-contiguous cells) that make outline-tracing necessary. We should add unit tests here.

good first issue