Skip to content

Commit

Permalink
fix(era5): remove __init__.py content
Browse files Browse the repository at this point in the history
  • Loading branch information
yannforget committed Nov 6, 2024
1 parent 2a48b76 commit 56f330b
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions openhexa/toolbox/era5/__init__.py
Original file line number Diff line number Diff line change
@@ -1,15 +0,0 @@
import logging

import cdsapi

logging.basicConfig(level=logging.DEBUG, format="%(name)s %(asctime)s %(levelname)s %(message)s")
log = logging.getLogger(__name__)

BASE_URL = "https://cds-beta.climate.copernicus.eu/api"


class ERA5:
def __init__(self, key: str):
self.client = cdsapi.Client(
key=key,
)

0 comments on commit 56f330b

Please sign in to comment.