Open
Description
In climada.util.constants
the line 51 causes this deprecation warning:
from fiona.crs import from_epsg
This function will be removed in version 2.0. Please use CRS.from_epsg() instead.
There is already a PR #998 drafted that removes the fiona package altogether from the explicit dependencies.
Activity