ssing field and wind blade data (together) in
python filter
One thought that comes to mind is the Resample with DataSet filter,
which is a filter which has the effect of merging pipeline branches
together.
Set the Input to be the field and the Source to be the blade and the
result will be a copy of
One thought that comes to mind is the Resample with DataSet filter,
which is a filter which has the effect of merging pipeline branches
together.
Set the Input to be the field and the Source to be the blade and the
result will be a copy of the blade with the data values of the field
sampled onto t
Hi,
Right now the field and blade data are separate for the wind blade reader (as
expected). I was wondering if, after creating a python filter below the blade
object in the pipeline, I could somehow access the field data? I'm guessing
not based on some experimenting.
I need to do this becau