Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created June 26, 2020 10:53
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/9520974d30dd2382fd58076b8557cb9d to your computer and use it in GitHub Desktop.
Save r-ryantm/9520974d30dd2382fd58076b8557cb9d to your computer and use it in GitHub Desktop.
/nix/store/1brldg4f0wf6iy843z1h8gg816xz5q5m-h3-3.6.4
├── 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