Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

page for s2 implementation #4

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _sidebar.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,7 @@

* [Home](./README.md)
* [Data Schema/Ontology](ontology.md)
* [S2 Integration](s2-implementation.md)
* [Downloading Data](sparql-download.md)
* [Walkthrough](./data-download-walkthrough.md)
* [Downloading Bulk Data](./bulk-download.md)
7 changes: 7 additions & 0 deletions s2-integration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# S2 Integration

KnowWhereGraph uses the [S2 system](http://s2geometry.io/) for a global grid structure. This allows for a structure where [RCC](https://en.wikipedia.org/wiki/Region_connection_calculus) relations can be used to locate things within, between, overlapping, etc cells. The process of forming these relation with custom geometries is what we refer to as *integration*.

## Integrating Your Data

We provide a [tool](https://github.com/KnowWhereGraph/s2-coverings) for both generating s2 cell geometries and integrating custom geometries with them. It's generally un-necessary to generate your own S2 cells because they've been generated and exist within KnowWhereGraph - and the relations can be formed in relation to those.