agilescientific / modelr-app

Modelr front end
Apache License 2.0
0 stars 1 forks source link

python wrapper for modelr API #172

Closed ben-bougher closed 8 years ago

ben-bougher commented 9 years ago

It would be powerful to have python wrappers around our API's for getting data out of modelr. Users could use modelr on the web to build models, then easily access the data from ipython notebooks to play with their data.

I hacked this locally so I could build realistic earth models on with vp,vs,rho using modelr.io and download them as hdf5 files so I could pull them into an iPython notebook to play with.

ben-bougher commented 8 years ago

The python api wrappers are tied into modelr, this issue is now continued with #180