jlandmann / crampon

Cryospheric Monitoring and Prediction Online
Other
1 stars 0 forks source link

Reduce amount of climate data by clipping netcdf to glaciers+1000m buffer #11

Open jlandmann opened 7 years ago

jlandmann commented 7 years ago

Start off here: https://github.com/pydata/xarray/issues/501

jlandmann commented 7 years ago

Okay, I just realised that this is useful for the beginning, but not when we want to calculate catchment runoff. Then it should be cut either to the catchments+buffer (temp gradient calculation!) or the entire data need to be left as they are. The question would be if we want to calculate the runoff of all catchments, not only those with glaciers.

fmaussion commented 7 years ago

See also: http://salem.readthedocs.io/en/latest/examples.html#subsetting-and-selecting-data

jlandmann commented 7 years ago

Thank you so much @fmaussion! You fill the xarray gaps =)