Overview
The pyobis package in its current state does not support fetching DNADerivedData using the occurrences module.
I believe there can be two ways to implement it:
- add it as a parameter in the
search function like MeasurementOrFacts
- create a new function for it say
dna( self, **args, **kwargs ) and enable necessary processing and utility methods since search function is already heavy with so many features.
Overview
The
pyobispackage in its current state does not support fetchingDNADerivedDatausing theoccurrencesmodule.I believe there can be two ways to implement it:
searchfunction likeMeasurementOrFactsdna( self, **args, **kwargs )and enable necessary processing and utility methods sincesearchfunction is already heavy with so many features.