:orphan: Example Gallery =============== This gallery contains examples demonstrating the capabilities of M3S (Multi Spatial Subdivision System). Each example shows how to work with different spatial grid systems and their practical applications. The examples cover various grid systems including: * **Geohash**: Base32-encoded rectangular grid system * **MGRS**: Military Grid Reference System based on UTM * **H3**: Uber's hexagonal hierarchical spatial index * **Quadkey**: Microsoft's quadtree-based tile system * **S2**: Google's spherical geometry library * **Slippy**: Standard web map tiles (z/x/y) * **Plus Codes**: Google's open location code system * **Maidenhead**: Ham radio grid locator system * **GARS**: Global Area Reference System Each example includes: * Complete runnable code * Visual outputs when applicable * Performance insights * Usage recommendations Run any example by downloading the Python file and executing it in your environment with the required dependencies installed. .. raw:: html
.. thumbnail-parent-div-open .. raw:: html
.. only:: html .. image:: /auto_examples/images/thumb/sphx_glr_utm_reprojection_example_thumb.png :alt: :doc:`/auto_examples/utm_reprojection_example` .. raw:: html
Reproject grid using UTM zone information and visualize.
.. raw:: html
.. only:: html .. image:: /auto_examples/images/thumb/sphx_glr_quickstart_new_api_thumb.png :alt: :doc:`/auto_examples/quickstart_new_api` .. raw:: html
M3S Quick Start - New Simplified API
.. raw:: html
.. only:: html .. image:: /auto_examples/images/thumb/sphx_glr_quickstart_thumb.png :alt: :doc:`/auto_examples/quickstart` .. raw:: html
Quickstart Guide for M3S - GridBuilder API
.. raw:: html
.. only:: html .. image:: /auto_examples/images/thumb/sphx_glr_quadkey_s2_example_thumb.png :alt: :doc:`/auto_examples/quadkey_s2_example` .. raw:: html
Quadkey and S2 Grid Systems Demonstration.
.. raw:: html
.. only:: html .. image:: /auto_examples/images/thumb/sphx_glr_precision_selection_example_thumb.png :alt: :doc:`/auto_examples/precision_selection_example` .. raw:: html
Precision Selection Strategies - Complete Guide
.. raw:: html
.. only:: html .. image:: /auto_examples/images/thumb/sphx_glr_grid_enhancements_example_thumb.png :alt: :doc:`/auto_examples/grid_enhancements_example` .. raw:: html
Grid System Enhancements Example.
.. raw:: html
.. only:: html .. image:: /auto_examples/images/thumb/sphx_glr_new_grids_example_thumb.png :alt: :doc:`/auto_examples/new_grids_example` .. raw:: html
New grid systems: Plus codes, Maidenhead, and GARS.
.. thumbnail-parent-div-close .. raw:: html
.. toctree:: :hidden: /auto_examples/utm_reprojection_example /auto_examples/quickstart_new_api /auto_examples/quickstart /auto_examples/quadkey_s2_example /auto_examples/precision_selection_example /auto_examples/grid_enhancements_example /auto_examples/new_grids_example .. only:: html .. rst-class:: sphx-glr-signature `Gallery generated by Sphinx-Gallery `_