Skip to content

Commit

Permalink
expose type aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsmrynk committed Dec 22, 2024
1 parent 963c2ad commit 14b9062
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 8 deletions.
16 changes: 16 additions & 0 deletions aviary/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,44 @@
)
from ._utils.types import (
BoundingBox,
BufferSize,
Channel,
Channels,
Coordinate,
Coordinates,
CoordinatesSet,
Device,
EPSGCode,
GeospatialFilterMode,
GroundSamplingDistance,
InterpolationMode,
ProcessArea,
ProcessAreaConfig,
SetFilterMode,
TileSize,
WMSVersion,
)

__all__ = [
'AviaryUserError',
'AviaryUserWarning',
'BoundingBox',
'BufferSize',
'Channel',
'Channels',
'Coordinate',
'Coordinates',
'CoordinatesSet',
'Device',
'EPSGCode',
'GeospatialFilterMode',
'GroundSamplingDistance',
'InterpolationMode',
'ProcessArea',
'ProcessAreaConfig',
'SetFilterMode',
'WMSVersion',
'TileSize',
'__version__',
]

Expand Down
16 changes: 8 additions & 8 deletions docs/api_reference/types.md
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
::: aviary._utils.types.BufferSize
::: aviary.BufferSize
options:
show_symbol_type_heading: false
show_symbol_type_toc: false
show_labels: false

::: aviary._utils.types.Channels
::: aviary.Channels
options:
show_symbol_type_heading: false
show_symbol_type_toc: false
show_labels: false

::: aviary._utils.types.Coordinate
::: aviary.Coordinate
options:
show_symbol_type_heading: false
show_symbol_type_toc: false
show_labels: false

::: aviary._utils.types.Coordinates
::: aviary.Coordinates
options:
show_symbol_type_heading: false
show_symbol_type_toc: false
show_labels: false

::: aviary._utils.types.CoordinatesSet
::: aviary.CoordinatesSet
options:
show_symbol_type_heading: false
show_symbol_type_toc: false
show_labels: false

::: aviary._utils.types.EPSGCode
::: aviary.EPSGCode
options:
show_symbol_type_heading: false
show_symbol_type_toc: false
show_labels: false

::: aviary._utils.types.GroundSamplingDistance
::: aviary.GroundSamplingDistance
options:
show_symbol_type_heading: false
show_symbol_type_toc: false
show_labels: false

::: aviary._utils.types.TileSize
::: aviary.TileSize
options:
show_symbol_type_heading: false
show_symbol_type_toc: false
Expand Down

0 comments on commit 14b9062

Please sign in to comment.