CubeBrowser / cube-explorer

browser based exploration of iris cubes
BSD 3-Clause "New" or "Revised" License
8 stars 12 forks source link

Implement other data methods on geo objects #18

Closed jbednar closed 8 years ago

jbednar commented 8 years ago

Currently, the geo-specific elements implement only a subset of the methods provided by other HoloViews objects, which mean that they won't support all of the functionality available for other objects.

We could add implementations for aggregating, reduce, and sample, but we would first need to work out the semantics and see how they relate to Iris concepts.

marqh commented 8 years ago

closed by #53