ows.gml package¶
Submodules¶
ows.gml.types module¶
-
class
ows.gml.types.Grid(axes: List[Union[ows.gml.types.IndexAxis, ows.gml.types.RegularAxis, ows.gml.types.IrregularAxis]], srs: str)[source]¶ Bases:
object
-
class
ows.gml.types.IrregularAxis(label: str, index_label: str, positions: List[Union[str, int, float, datetime.datetime, datetime.date]], uom: str, type: ows.gml.types.SpatioTemporalType = <SpatioTemporalType.SPATIAL: 1>)[source]¶ Bases:
object-
limits¶
-
size¶
-
type= 1¶
-
-
class
ows.gml.types.RegularAxis(label: str, index_label: str, lower_bound: Union[str, int, float, datetime.datetime, datetime.date], upper_bound: Union[str, int, float, datetime.datetime, datetime.date], resolution: Union[str, int, float, datetime.timedelta], uom: str, size: int, type: ows.gml.types.SpatioTemporalType = <SpatioTemporalType.SPATIAL: 1>)[source]¶ Bases:
object-
limits¶
-
type= 1¶
-