pyinterp.core.geodetic.RTree.insert¶
- RTree.insert(self: pyinterp.core.geodetic.RTree, lon: Annotated[numpy.typing.NDArray[numpy.float64], '[m, 1]'], lat: Annotated[numpy.typing.NDArray[numpy.float64], '[m, 1]'], values: Annotated[numpy.typing.NDArray[numpy.float64], '[m, 1]']) None ¶
Insert new data into the search tree.
- Parameters:
lon – The longitude, in degrees, of the points to insert.
lat – The latitude, in degrees, of the points to insert.
values – The values to insert.