package documentation
Undocumented
From __init__.py
:
Class |
|
Undocumented |
Exception |
|
Undocumented |
Function | best |
Return the 'best guess' axis under given circumstances. |
Function | best |
Return the best one from the list of supported bounds. |
Function | best |
Return a crs from the list that most closely matches the given crs. |
Function | get |
Undocumented |
Function | parse |
Undocumented |
Function | require |
Undocumented |
Constant | WEBMERCATOR |
Undocumented |
Constant | WEBMERCATOR |
Undocumented |
Constant | WEBMERCATOR |
Undocumented |
Constant | WEBMERCATOR |
Undocumented |
Constant | WGS84 |
Undocumented |
Constant | WGS84 |
Undocumented |
Function | _axis |
Undocumented |
Function | _best |
Undocumented |
Function | _get |
Undocumented |
Function | _make |
Undocumented |
Function | _parse |
Undocumented |
Function | _pyproj |
Undocumented |
Function | _pyproj |
Undocumented |
Function | _transform |
Undocumented |
Function | _unparse |
Undocumented |
Constant | _AXES |
Undocumented |
Variable | _aliases |
Undocumented |
Variable | _formats |
Undocumented |
Variable | _obj |
Undocumented |
Variable | _parse |
Undocumented |
Variable | _pyproj |
Undocumented |
Variable | _transformer |
Undocumented |
Undocumented
Value |
|
Undocumented
Value |
|
Undocumented
Value |
|
Return the best one from the list of supported bounds.
Parameters | |
crs:gws.ICrs | target CRS |
supportedlist[ | |
Returns | |
gws.Bounds | A Bounds object |
def best_axis(crs:
gws.ICrs
, protocol: gws.OwsProtocol
= None, protocol_version: str
= None, crs_format: gws.CrsFormat
= None, inverted_crs: t.Optional[ list[ gws.ICrs]]
= None) -> gws.Axis
:
(source)
¶
Return the 'best guess' axis under given circumstances.
Parameters | |
crs:gws.ICrs | target CRS |
protocol:gws.OwsProtocol | OWS protocol (WMS, WFS...) |
protocolstr | protocol version |
crsgws.CrsFormat | the format the target_crs was obtained from |
invertedt.Optional[ | user-provided list of CRSes known to have an inverted (YX) axis |
Returns | |
gws.Axis | An axis |
Undocumented
Value |
|