-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Hi I have a notebook where I can draw a line across the geology map and it extracts the grav and mag profiles. It all works, which is amazing, hower it is quite slow in the data extraction step.
For the following code:
sample_values = np.array(netcdf_grid_utils.get_value_at_coords(sample_points, 'EPSG:4326', max_bytes=100))
it takes 16 seconds to extract 200 grav points, around 90 seconds to extract 200mag points, and nearly 5 minutes to extract 2000 mag points from these two sources:
So my question is whether there is a better (faster) way of extracting this information.
cheers
Mark
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels