Gunakan XArray untuk membuka file NCDF

# Use xarray to open the data file
guinea_bissau = xr.open_dataset('guinea_bissau.nc')
Jason Manesis