RDCEP / EDE

MIT License
2 stars 1 forks source link

Spatial aggregation without specified polygon #33

Open njmattes opened 8 years ago

njmattes commented 8 years ago

When return_griddata_aggregate_spatial() is called without a polygon, it looks like it's aggregating everything to the entire surface of the globe. Including oceans.

If we're going to do this by default, should we add zero fills in the oceans? Of course, that doesn't make sense for atmospheric or oceanic data.

Should each dataset have a specified default regionset for spatial aggregation?