79575528

Date: 2025-04-15 15:26:58
Score: 1
Natty:
Report link

The simplest way is to apply dropna over the dimensions separately (which will remove the nan coordinates)

era_land.dropna(dim='long',how='all').dropna(dim='lat',how='all')
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Nirmal Alex