:orphan: .. _example_gallery: 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. .. raw:: html
.. thumbnail-parent-div-open .. thumbnail-parent-div-close .. raw:: html
Cell centric ============ These examples highlight operations where specific cells are targeted. .. raw:: html
.. thumbnail-parent-div-open .. raw:: html
.. only:: html .. image:: /example_gallery/cell_centric_operations/images/thumb/sphx_glr_downslope_path_thumb.png :alt: :ref:`sphx_glr_example_gallery_cell_centric_operations_downslope_path.py` .. raw:: html
Downslope path
.. raw:: html
.. only:: html .. image:: /example_gallery/cell_centric_operations/images/thumb/sphx_glr_selecting_cells_thumb.png :alt: :ref:`sphx_glr_example_gallery_cell_centric_operations_selecting_cells.py` .. raw:: html
Cell selection using other grids
.. raw:: html
.. only:: html .. image:: /example_gallery/cell_centric_operations/images/thumb/sphx_glr_2d_diff_hex_anim_thumb.gif :alt: :ref:`sphx_glr_example_gallery_cell_centric_operations_2d_diff_hex_anim.py` .. raw:: html
2D Diffusion
.. thumbnail-parent-div-close .. raw:: html
.. toctree:: :hidden: /example_gallery/cell_centric_operations/downslope_path /example_gallery/cell_centric_operations/selecting_cells /example_gallery/cell_centric_operations/2d_diff_hex_anim Grid definitions ================ These examples highlight the different ways grids can be constructed and manipulated. .. raw:: html
.. thumbnail-parent-div-open .. raw:: html
.. only:: html .. image:: /example_gallery/grid_definitions/images/thumb/sphx_glr_rotation_animation_thumb.gif :alt: :ref:`sphx_glr_example_gallery_grid_definitions_rotation_animation.py` .. raw:: html
Rotation animation
.. raw:: html
.. only:: html .. image:: /example_gallery/grid_definitions/images/thumb/sphx_glr_rotated_grids_thumb.png :alt: :ref:`sphx_glr_example_gallery_grid_definitions_rotated_grids.py` .. raw:: html
Rotating grids
.. raw:: html
.. only:: html .. image:: /example_gallery/grid_definitions/images/thumb/sphx_glr_tiles_thumb.png :alt: :ref:`sphx_glr_example_gallery_grid_definitions_tiles.py` .. raw:: html
Grid Tiles
.. raw:: html
.. only:: html .. image:: /example_gallery/grid_definitions/images/thumb/sphx_glr_hex_grids_thumb.png :alt: :ref:`sphx_glr_example_gallery_grid_definitions_hex_grids.py` .. raw:: html
Hexagon grids
.. raw:: html
.. only:: html .. image:: /example_gallery/grid_definitions/images/thumb/sphx_glr_triangles_in_hexes_thumb.png :alt: :ref:`sphx_glr_example_gallery_grid_definitions_triangles_in_hexes.py` .. raw:: html
Triangles in hexagons
.. thumbnail-parent-div-close .. raw:: html
.. toctree:: :hidden: /example_gallery/grid_definitions/rotation_animation /example_gallery/grid_definitions/rotated_grids /example_gallery/grid_definitions/tiles /example_gallery/grid_definitions/hex_grids /example_gallery/grid_definitions/triangles_in_hexes Patterns created from regular grid interactions =============================================== The following examples showcase patterns that can be created using regular grids. .. raw:: html
.. thumbnail-parent-div-open .. raw:: html
.. only:: html .. image:: /example_gallery/patterns/images/thumb/sphx_glr_flower_of_life_thumb.png :alt: :ref:`sphx_glr_example_gallery_patterns_flower_of_life.py` .. raw:: html
Flower of life
.. thumbnail-parent-div-close .. raw:: html
.. toctree:: :hidden: /example_gallery/patterns/flower_of_life Raster operations ================= These examples show how traditional raster data can be analysed and modified using GridKit. .. raw:: html
.. thumbnail-parent-div-open .. raw:: html
.. only:: html .. image:: /example_gallery/raster_operations/images/thumb/sphx_glr_ndvi_thumb.png :alt: :ref:`sphx_glr_example_gallery_raster_operations_ndvi.py` .. raw:: html
NDVI
.. raw:: html
.. only:: html .. image:: /example_gallery/raster_operations/images/thumb/sphx_glr_parial_overlap_thumb.png :alt: :ref:`sphx_glr_example_gallery_raster_operations_parial_overlap.py` .. raw:: html
Partial overlap
.. raw:: html
.. only:: html .. image:: /example_gallery/raster_operations/images/thumb/sphx_glr_resampling_thumb.png :alt: :ref:`sphx_glr_example_gallery_raster_operations_resampling.py` .. raw:: html
Resampling
.. raw:: html
.. only:: html .. image:: /example_gallery/raster_operations/images/thumb/sphx_glr_coordinate_transformations_thumb.png :alt: :ref:`sphx_glr_example_gallery_raster_operations_coordinate_transformations.py` .. raw:: html
Coordinate transformations
.. raw:: html
.. only:: html .. image:: /example_gallery/raster_operations/images/thumb/sphx_glr_elevation_distribution_per_land_cover_thumb.png :alt: :ref:`sphx_glr_example_gallery_raster_operations_elevation_distribution_per_land_cover.py` .. raw:: html
Combining land cover and DEM
.. thumbnail-parent-div-close .. raw:: html
.. toctree:: :hidden: /example_gallery/raster_operations/ndvi /example_gallery/raster_operations/parial_overlap /example_gallery/raster_operations/resampling /example_gallery/raster_operations/coordinate_transformations /example_gallery/raster_operations/elevation_distribution_per_land_cover Vector data interactions ======================== The following examples highlight the interactions between vector data and regular grids. .. raw:: html
.. thumbnail-parent-div-open .. raw:: html
.. only:: html .. image:: /example_gallery/vector_synergy/images/thumb/sphx_glr_aggregate_thumb.png :alt: :ref:`sphx_glr_example_gallery_vector_synergy_aggregate.py` .. raw:: html
Aggregate from points
.. raw:: html
.. only:: html .. image:: /example_gallery/vector_synergy/images/thumb/sphx_glr_aggregate_dask_thumb.png :alt: :ref:`sphx_glr_example_gallery_vector_synergy_aggregate_dask.py` .. raw:: html
Tiled aggregation from points with Dask
.. raw:: html
.. only:: html .. image:: /example_gallery/vector_synergy/images/thumb/sphx_glr_intersect_geometries_thumb.png :alt: :ref:`sphx_glr_example_gallery_vector_synergy_intersect_geometries.py` .. raw:: html
Geometry intersections
.. raw:: html
.. only:: html .. image:: /example_gallery/vector_synergy/images/thumb/sphx_glr_interpolate_from_points_thumb.png :alt: :ref:`sphx_glr_example_gallery_vector_synergy_interpolate_from_points.py` .. raw:: html
Interpolate from points
.. thumbnail-parent-div-close .. raw:: html
.. toctree:: :hidden: /example_gallery/vector_synergy/aggregate /example_gallery/vector_synergy/aggregate_dask /example_gallery/vector_synergy/intersect_geometries /example_gallery/vector_synergy/interpolate_from_points .. only:: html .. container:: sphx-glr-footer sphx-glr-footer-gallery .. container:: sphx-glr-download sphx-glr-download-python :download:`Download all examples in Python source code: example_gallery_python.zip ` .. container:: sphx-glr-download sphx-glr-download-jupyter :download:`Download all examples in Jupyter notebooks: example_gallery_jupyter.zip ` .. only:: html .. rst-class:: sphx-glr-signature `Gallery generated by Sphinx-Gallery `_