Skip to content

Commit

Permalink
Remove unused models
Browse files Browse the repository at this point in the history
  • Loading branch information
abarciauskas-bgse committed May 24, 2024
1 parent bbb3396 commit 6ec6ad4
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions titiler/stacapi/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,33 +83,3 @@ class Landing(BaseModel):
title: Optional[str] = None
description: Optional[str] = None
links: List[Link]


class Properties(BaseModel):
"""Model for FeatureInfo properties."""

values: List[Union[float, int]]
I: int # noqa: E741
J: int # noqa: E741
dimension: Dict[str, str]
tileMatrixSet: str
tileMatrix: int
tileRow: int
tileCol: int


FeatureInfo = Feature[Point, Properties]


class LayerDict(TypedDict, total=False):
"""Layer."""

id: str
collection: str
bbox: List[float]
format: Optional[str]
style: str
render: Optional[Dict]
tilematrixsets: Dict
time: Optional[List[str]]
query_string: str

0 comments on commit 6ec6ad4

Please sign in to comment.