Currently, there are three main issues we need to think about / address: - [x] [`cognoml/data.py`](https://github.com/cognoma/cognoml/blob/33045e853e57e18c06f64f6ab499da3081080a5a/cognoml/data.py#L60-L75) and [`cognoml/figshare.py`](https://github.com/cognoma/cognoml/blob/33045e853e57e18c06f64f6ab499da3081080a5a/cognoml/figshare.py#L9-L16) have duplicate functionality. - [ ] We may want to make a subclass for `FigshareDataSource` in data.py. See https://github.com/cognoma/cognoml/pull/3#issuecomment-257210270 - [ ] We need to find a way to expose figshare download functionality to other cognoma repositories. For example, this could help with https://github.com/cognoma/core-service/pull/42