Source code for pyowm.tiles.enums
#!/usr/bin/env python
# -*- coding: utf-8 -*-
[docs]
class MapLayerEnum:
"""
Allowed map layer values for tiles retrieval
"""
PRECIPITATION = 'precipitation_new'
WIND = 'wind_new'
TEMPERATURE = 'temp_new'
PRESSURE = 'pressure_new'