h3
h3 copied to clipboard
Hexagonal hierarchical geospatial indexing system
I'm getting below example of errors 124 - testH3NeighborRotations_test124 (Not Run) 125 - testH3NeighborRotations_test125 (Not Run) 126 - testDirectedEdgeExhaustive_test126 (Not Run) 127 - testVertexExhaustive_test127 (Not Run) 128 - testCellToLocalIjExhaustive_test128 (Not...
In keeping with the 4.0.1 functional renames, should h3ToComponents be renamed to cellToComponents? ``` [build]$ ls -l bin/h3* -rwxrwxr-x. 1 user group 23520 Nov 14 15:24 bin/h3 -rwxrwxr-x. 1 user...
It would be interesting to give/enter a point, either in x,y,z or lat, long coordinates... The library would then compute the cell index and maybe cell center. And then the...
A routine which returns the compact set within k distance of a given cell. ``` gridDiskCompact(H3Index origin, int k, H3Index* out) ``` Equivalent to ``` gridDisk | compactCells ``` gridDisk...
I'm looking for a way to validate if a list of cell id's (all same resolution) is a contiguous bloc (single island of hexagons). My use case is a map-picker...
I think points are always returned with clockwise orientation? (I always get confused with this definition) but there is nothing in the documentation. It is valuable information and it would...
Error message reported looks like the following: ``` [ 6%] Linking C executable bin/testH3Memory /usr/bin/ld: CMakeFiles/testH3Memory.dir/src/apps/testapps/testH3Memory.c.o: in function `main': .../h3/src/apps/testapps/testH3Memory.c:95: multiple definition of `main'; /usr/lib/llvm-14/lib/clang/14.0.0/lib/linux/libclang_rt.fuzzer-x86_64.a(FuzzerMain.cpp.o):(.text.main+0x0): first defined here /usr/bin/ld: /usr/lib/llvm-14/lib/clang/14.0.0/lib/linux/libclang_rt.fuzzer-x86_64.a(FuzzerMain.cpp.o):...
I am worried about this internal function of UBER/H3 library, it may be too slow for my purposes: _geoToClosestFace For a raytracer many Lat/Long points would have to be converted...
I noticed that `maxPolygonToCellsSize` is giving me numbers way too big for my input geometries. I could track it down to `bboxHexEstimate`. There the calculated area is way to big....
Contributing Guide: `creating-bindings.md` doesn't exist anymore. Updated the path for binings to `./website/docs/community/bindings.md`