Hi everyone,
i am beginner in dealing with netCDF4 data and using Spyder
I downloaded sst for specific region (Red Sea) and my variables area; lat, lon, and sst.
i made a data Frame one for lat and one for lon, then I stucked there as i dont know how I continue to get sst in the table.
here is the command i used:
df = pd.DataFrame(0, columns = ['Temperature'], index = lon)
i think i have to make a start data and end data ranges but i am not actually familiar how to do it
i am beginner in dealing with netCDF4 data and using Spyder
I downloaded sst for specific region (Red Sea) and my variables area; lat, lon, and sst.
i made a data Frame one for lat and one for lon, then I stucked there as i dont know how I continue to get sst in the table.
here is the command i used:
df = pd.DataFrame(0, columns = ['Temperature'], index = lon)
i think i have to make a start data and end data ranges but i am not actually familiar how to do it
Statistics: Posted by hadeer_ismail22 — Fri Feb 16, 2024 3:29 pm America/New_York