Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 18, 2020 11:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/74a6836a4b5f35186cc5094d733f0bf4 to your computer and use it in GitHub Desktop.
Save r-ryantm/74a6836a4b5f35186cc5094d733f0bf4 to your computer and use it in GitHub Desktop.
/nix/store/7nh19xll3ipkazh0i8vdic9rhp930f0q-h3-3.7.1
├── bin
│   ├── geoToH3
│   ├── h3ToComponents
│   ├── h3ToGeo
│   ├── h3ToGeoBoundary
│   ├── h3ToGeoBoundaryHier
│   ├── h3ToGeoHier
│   ├── h3ToHier
│   ├── h3ToLocalIj
│   ├── hexRange
│   ├── kRing
│   └── localIjToH3
├── include
│   └── h3
│   └── h3api.h
└── lib
├── cmake
│   └── h3
│   ├── h3Config.cmake
│   ├── h3ConfigVersion.cmake
│   ├── h3Targets.cmake
│   └── h3Targets-release.cmake
├── libh3.so -> libh3.so.1
└── libh3.so.1
6 directories, 18 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment