Skip to content

Commit

Permalink
Split utils import
Browse files Browse the repository at this point in the history
  • Loading branch information
mraspaud committed Feb 6, 2023
1 parent 33553c5 commit 093e706
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pyresample/geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,12 @@
from pyresample._spatial_mp import Cartesian, Cartesian_MP, Proj_MP
from pyresample.area_config import create_area_def
from pyresample.boundary import AreaDefBoundary, Boundary, SimpleBoundary
from pyresample.utils import (
check_slice_orientation,
load_cf_area,
from pyresample.utils import check_slice_orientation, load_cf_area
from pyresample.utils.proj4 import (
get_geostationary_height,
proj4_dict_to_str,
proj4_radius_parameters,
)
from pyresample.utils.proj4 import get_geostationary_height

try:
from xarray import DataArray
Expand Down

0 comments on commit 093e706

Please sign in to comment.