.. h3-toolkit documentation master file, created by sphinx-quickstart on Wed Aug 21 21:49:46 2024. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. .. _Polars: https://www.pola.rs .. _h3ronpy: https://h3ronpy.org .. _H3 spatial indexing system : https://h3geo.org/ h3-toolkit documentation ======================== Welcome to h3-toolkit h3-toolkit is a Python library designed to streamline the process of working with Uber’s `H3 spatial indexing system`_ and Polars for high-performance data manipulation. This toolkit focuses on making data transformations between different H3 resolutions faster and more convenient. With h3-toolkit, you can efficiently convert and aggregate geospatial data using H3 indexes, leveraging the power of Polars for swift data processing. Whether you are working with point, line, polygon, or raster data, this library simplifies the integration and manipulation of H3 spatial data, enhancing your workflow and productivity. Key features include: • Seamless Resolution Conversion: Easily transform data across different H3 resolutions. • Optimized Performance: Utilize `Polars`_ and `h3ronpy`_ for fast and efficient data handling. • Flexible Aggregation: Apply various aggregation functions to your geospatial data. Get started with h3-toolkit to enhance your geospatial data processing and make working with H3 indexes more effective and efficient. .. toctree:: :maxdepth: 3 :caption: Documentation concepts/index api/modules usage/index .. Installation <>