File: _secrets.py

package info (click to toggle)
python-aemet-opendata 0.5.3-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 228 kB
  • sloc: python: 1,731; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 236 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
"""AEMET OpenData Secrets."""

from aemet_opendata.interface import ConnectionOptions

AEMET_COORDS = (40.3049863, -3.7550013)
AEMET_OPTIONS = ConnectionOptions(
    api_key="MY_API_KEY",
    station_data=True,
)
AEMET_TOWN = "id28065"