Skip to content

Commit

Permalink
Merge pull request #2926 from mraspaud/fix-insat-datatree
Browse files Browse the repository at this point in the history
Import DataTree from xarray
  • Loading branch information
mraspaud authored Oct 11, 2024
2 parents 37097b2 + 044a0ec commit 5fa17cd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions satpy/readers/insat3d_img_l1b_h5.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@
import dask.array as da
import numpy as np
import xarray as xr

from satpy.utils import import_error_helper

with import_error_helper("xarray-datatree"):
from datatree import DataTree
from xarray.core.datatree import DataTree

from satpy.readers.file_handlers import BaseFileHandler

Expand Down

0 comments on commit 5fa17cd

Please sign in to comment.