Skip to content

Commit

Permalink
(docs) Added type composition diagram to Core Concepts
Browse files Browse the repository at this point in the history
  • Loading branch information
fosskers committed Oct 28, 2016
1 parent 64b2f0c commit d9afa3a
Show file tree
Hide file tree
Showing 3 changed files with 679 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/guide/core-concepts.md
Expand Up @@ -19,7 +19,12 @@ Vector Tiles
Tile Layers
===========

`RDD[(K, V)] with Metadata[M]`
Tile layers (Rasters or otherwise) are represented in GeoTrellis with the
type `RDD[(K, V)] with Metadata[M]`. This type is used extensively across
the code base, and its contents form the deepest compositional hierarchy we
have:

![](images/type-composition.png)

Keys and Key Indexes
====================
Expand Down Expand Up @@ -181,6 +186,3 @@ describe some tiled map area in Geotrellis.
**How are Layout Definitions used throughout Geotrellis?**

They are used heavily when reading, writing, and reprojecting Rasters.



0 comments on commit d9afa3a

Please sign in to comment.