extract_values

Luo_Suppe2026-08-15

gma.smc.extraction.extract_values

function extract_values(points, in_ds):

Extracting data from raster dataset based on point coordinates.

Parameters:

points: list||tuple||array.

The X (longitude), Y (latitude) coordinates of the point to be transformed.

For example: Points = [(130.1, 45.2), (131.5, 40.2)]

in_ds: Dataset.

A gma raster dataset.

Returns:

Type: DataFrame.


Last Updated 8/15/2026, 8:42:21 AM