h3-toolkit

Documentation

  • API Documentation
    • h3_toolkit package
  • Usage Examples
h3-toolkit
  • API Documentation
  • View page source

API Documentation

  • h3_toolkit package
    • h3_toolkit.core module
      • H3Toolkit
        • H3Toolkit.set_aggregation_strategy()
        • H3Toolkit.process_from_vector()
        • H3Toolkit.process_from_raster()
        • H3Toolkit.process_from_h3()
        • H3Toolkit.set_hbase_client()
        • H3Toolkit.hbase_client
        • H3Toolkit.fetch_from_hbase()
        • H3Toolkit.send_to_hbase()
        • H3Toolkit.apply()
        • H3Toolkit.get_result()
    • h3_toolkit.aggregation module
      • AggregationStrategy
        • AggregationStrategy.apply()
      • SplitEqually
        • SplitEqually.apply()
      • Centroid
        • Centroid.apply()
      • SumUp
        • SumUp.apply()
      • Mean
        • Mean.apply()
      • Count
        • Count.apply()
    • h3_toolkit.hbase module
      • SingletontMeta
      • HBaseClient
        • HBaseClient.fetch_url
        • HBaseClient.send_url
        • HBaseClient.token
        • HBaseClient.semaphore
        • HBaseClient.chunk_size
        • HBaseClient.afetch_data()
        • HBaseClient.fetch_data()
        • HBaseClient.send_data()
    • h3_toolkit.utils module
      • geom_to_wkb()
      • wkb_to_cells()
      • cell_to_geom()
      • setup_default_logger()
    • h3_toolkit.exceptions module
      • ColumnNotFoundError
      • ResolutionRangeError
      • InputDataTypeError
      • AggregationStrategyError
      • HBaseConnectionError
Previous Next

© Copyright 2024, Ian Huang.

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