Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions climada/util/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@

import matplotlib as mpl

# pylint: disable=unused-import
# without importing numpy ahead of fiona the debugger may run into an error
import numpy
from fiona.crs import from_epsg

from .config import CONFIG

SYSTEM_DIR = CONFIG.local_data.system.dir(create=False)
Expand Down Expand Up @@ -212,9 +207,6 @@
DEF_CRS = f"EPSG:{DEF_EPSG}"
"""Default coordinate reference system WGS 84, str, for pyproj and rasterio CRS.from_string()"""

DEF_CRS_FIONA = from_epsg(DEF_EPSG)
"""Default coordinate reference system WGS 84, dict, for fiona interface"""

cm_data1 = [
[0.00000000, 0.00000000, 0.00000000],
[0.00032031, 0.00020876, 0.00015576],
Expand Down
Loading