GridKit

Contents:

  • Getting Started
  • Example Gallery
    • Cell centric
      • Downslope path
      • Cell selection using other grids
      • 2D Diffusion
    • Grid definitions
      • Rotation animation
      • Rotating grids
      • Grid Tiles
      • Hexagon grids
      • Triangles in hexagons
    • Patterns created from regular grid interactions
      • Flower of life
    • Raster operations
      • NDVI
      • Partial overlap
      • Resampling
      • Coordinate transformations
      • Combining land cover and DEM
    • Vector data interactions
      • Aggregate from points
      • Tiled aggregation from points with Dask
      • Geometry intersections
      • Interpolate from points
  • API reference
  • Roadmap
  • Contributing
  • Release notes
GridKit
  • Example Gallery
  • View page source

Example Gallery

The examples listed here are intended to familiarize the reader with the workflow of GridKit, and to serve as inspiration regarding the types of problems that can be solved using GridKit.

Cell centric

These examples highlight operations where specific cells are targeted.

Downslope path

Downslope path

Cell selection using other grids

Cell selection using other grids

2D Diffusion

2D Diffusion

Grid definitions

These examples highlight the different ways grids can be constructed and manipulated.

Rotation animation

Rotation animation

Rotating grids

Rotating grids

Grid Tiles

Grid Tiles

Hexagon grids

Hexagon grids

Triangles in hexagons

Triangles in hexagons

Patterns created from regular grid interactions

The following examples showcase patterns that can be created using regular grids.

Flower of life

Flower of life

Raster operations

These examples show how traditional raster data can be analysed and modified using GridKit.

NDVI

NDVI

Partial overlap

Partial overlap

Resampling

Resampling

Coordinate transformations

Coordinate transformations

Combining land cover and DEM

Combining land cover and DEM

Vector data interactions

The following examples highlight the interactions between vector data and regular grids.

Aggregate from points

Aggregate from points

Tiled aggregation from points with Dask

Tiled aggregation from points with Dask

Geometry intersections

Geometry intersections

Interpolate from points

Interpolate from points

Download all examples in Python source code: example_gallery_python.zip

Download all examples in Jupyter notebooks: example_gallery_jupyter.zip

Gallery generated by Sphinx-Gallery

Previous Next

© Copyright 2023, Timo Millenaar.

Built with Sphinx using a theme provided by Read the Docs.