GeoHexViz - Errors module

This module consists of the custom error types used by GeoHexViz’s Plot Builder.

exception geohexviz.errors.BigQueryError(problematic: str)[source]
exception geohexviz.errors.BinValueTypeError(message: str = 'The data can not be empty.')[source]
exception geohexviz.errors.BuilderAlterationError(message: str = 'There was an error while altering data within the builder.')[source]
exception geohexviz.errors.BuilderPlotBuildError(message: str = 'An error occurred while plotting.')[source]
exception geohexviz.errors.BuilderQueryInvalidError(message: str = 'The input query was invalid.')[source]
exception geohexviz.errors.ColorScaleError(message: str = 'There was an error while reading the colorscale.')[source]
exception geohexviz.errors.DataEmptyError(message: str = 'The data can not be empty.')[source]
exception geohexviz.errors.DataFileReadError(name: str, dstype: LayerType, message: str = 'There was an error while reading the data file.')[source]
exception geohexviz.errors.DataReadError(name: str, dstype: LayerType, message: str = "There was an error while reading the 'data' parameter passed.")[source]
exception geohexviz.errors.DataTypeError(name: str, dstype: LayerType, allow_builtin: bool)[source]
exception geohexviz.errors.GeometryParseLatLongError(name: str, dstype: LayerType, lat: bool)[source]
exception geohexviz.errors.LatLongParseTypeError(name: str, dstype: LayerType, lat: bool)[source]
exception geohexviz.errors.LayerNamingError(name: str, dstype: LayerType, err_type: str)[source]
class geohexviz.errors.LayerType(value)[source]

An enumeration of different layer types.

exception geohexviz.errors.NoFilepathError(message: str = 'There was no filepath provided.')[source]
exception geohexviz.errors.NoHexagonalTilingError(name: str, dstype: LayerType)[source]
exception geohexviz.errors.NoLayerError(name: str, dstype: LayerType)[source]
exception geohexviz.errors.NoLayersError(dstype: LayerType)[source]