Skip to content

Commit

Permalink
Fix netcdf field memory usage
Browse files Browse the repository at this point in the history
  • Loading branch information
sandorkertesz committed May 23, 2024
1 parent ce06623 commit 9ce7828
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/earthkit/data/readers/netcdf/field.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ def bounding_box(self):
north=self.north, south=self.south, east=self.east, west=self.west
)

@cached_property
def _grid_mapping(self):
da = self.data_array
if "grid_mapping" in da.attrs:
Expand Down

0 comments on commit 9ce7828

Please sign in to comment.