File: joining.md

package info (click to toggle)
libh3 4.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 48,696 kB
  • sloc: ansic: 20,847; javascript: 632; sh: 46; makefile: 9
file content (16 lines) | stat: -rw-r--r-- 835 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
id: joining
title: Joining
sidebar_label: Joining
slug: /highlights/joining
---

H3, acting as a standard unit of analysis, can be used to join disparate data sets.

The H3 library contains support for indexing points, lines, and regions into the grid. Other data formats, such as rasters, can be indexed into H3 using combinations of these basic indexing operations. Once data is indexed into H3 indexes, it can be easily joined with other datasets on the H3 index.

## References

* Example: [Placekey](https://www.placekey.io/)
* Jupyter notebook example: [Unified Data Layers](https://github.com/uber/h3-py-notebooks/blob/master/notebooks/unified_data_layers.ipynb)
* Observable notebook example: [Suitability Analysis](https://observablehq.com/@nrabinowitz/h3-tutorial-suitability-analysis?collection=@nrabinowitz/h3-tutorial)