nickmckay / LiPD-utilities

Input/output and manipulation utilities for LiPD files in Matlab, R and Python
http://nickmckay.github.io/LiPD-utilities/
GNU General Public License v2.0
29 stars 9 forks source link

Python : splitInterpretationByScope() function #61

Open chrismheiser opened 4 years ago

chrismheiser commented 4 years ago

In R and Matlab we have a function that modifies a TS to create new variables based on the scope of the interpretation, so instead of interpretation1_variable, we get climateInterpretation1_variable or isotopeInterpretation1_variable. This makes it much easier to query for what you need. We could use one of these in Python.