agilescientific / modelr

Google charts like API for Geoscience
Other
10 stars 9 forks source link

Return table or list of elastic parameters as JSON #23

Closed EvanBianco closed 9 years ago

EvanBianco commented 10 years ago

Specifically for the 2 and 3 rock scenario cases, it's become more apparent that we need to return not only the input Vp, Vs, and Density used in the modeling, but also elastic parameters as well.

Perhaps as a table, but as a list at least

Rprop0: RockProperties(vp=3240.0, rho=2340.0, vs=1620.0)

Include units as well.