Skip to content

Use Interpolations.jl for interpolating the 3D wind field. #15

@ufechner7

Description

@ufechner7

Not yet implemented, which means the wind vector is "jumping" a little bit every 2m of movement of the kite. The following Python code needs to be translated:

           x_wind = ndimage.map_coordinates(self.u_pre, [[x1], [y1], [z1]], order=3, prefilter=False)
           y_wind = ndimage.map_coordinates(self.v_pre, [[x1], [y1], [z1]], order=3, prefilter=False)
           z_wind = ndimage.map_coordinates(self.w_pre, [[x1], [y1], [z1]], order=3, prefilter=False)

The file that needs to be updated is windfield.jl. This also requires unit tests and performance testing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions