weather_provider_api.routers.weather.utils package

Submodules

weather_provider_api.routers.weather.utils.date_helpers module

weather_provider_api.routers.weather.utils.file_helpers module

weather_provider_api.routers.weather.utils.geo_position module

class CoordinateSystem

Bases: str, Enum

__new__(value)
rd = 'RD'
wgs84 = 'WGS84'
class GeoPosition

Bases: object

K = [[0, 1, 3235.65389], [2, 0, -32.58297], [0, 2, -0.2475], [2, 1, -0.84978], [0, 3, -0.0655], [2, 2, -0.01709], [1, 0, -0.00738], [4, 0, 0.0053], [2, 3, -0.00039], [4, 1, 0.00033], [1, 1, -0.00012]]
L = [[1, 0, 5260.52916], [1, 1, 105.94684], [1, 2, 2.45656], [3, 0, -0.81885], [1, 3, 0.05594], [3, 1, -0.05607], [0, 1, 0.01199], [3, 2, -0.00256], [1, 4, 0.00128], [0, 2, 0.00022], [2, 0, -0.00022], [5, 0, 0.00026]]
LAMBDA0 = 5.38720621
PHI0 = 52.1551744
R = [[0, 1, 190094.945], [1, 1, -11832.228], [2, 1, -114.221], [0, 3, -32.391], [1, 0, -0.705], [3, 1, -2.34], [1, 3, -0.608], [0, 2, -0.008], [2, 3, 0.148]]
S = [[1, 0, 309056.544], [0, 2, 3638.893], [2, 0, 73.077], [1, 2, -157.984], [3, 0, 59.788], [0, 1, 0.433], [2, 2, -6.439], [1, 1, -0.032], [0, 4, 0.092], [1, 4, -0.054]]
X0 = 155000.0
Y0 = 463000.0
__init__(xcoord, ycoord, locformat=None)
get_RD()
get_WGS84()
get_original()

weather_provider_api.routers.weather.utils.grid_helpers module

weather_provider_api.routers.weather.utils.pandas_helpers module

weather_provider_api.routers.weather.utils.serializers module

Module contents