Hi,
I am trying to compute the surface area of a selected region, or at least knowing the number of grid cells so that I can compute surface area by myself.
for example, if using xarray:
dataset.TS.where(Temperature >273).plot() will show me the area where surface temperature is greater than freezing point.
But, how can I get to know the number of grid cells?
Thanks in advance for your help!
I am trying to compute the surface area of a selected region, or at least knowing the number of grid cells so that I can compute surface area by myself.
for example, if using xarray:
dataset.TS.where(Temperature >273).plot() will show me the area where surface temperature is greater than freezing point.
But, how can I get to know the number of grid cells?
Thanks in advance for your help!