subset data cube from list of specific lat and lon values #4869
Answered
by
gkinglisboa
gkinglisboa
asked this question in
Q&A
Replies: 4 comments 2 replies
-
Hi @gkinglisboa, have you looked at the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks Martin, trajectory module looks interesting. Will investigate.
greg
…On Wed, 20 Jul 2022 at 10:33, Martin Yeo ***@***.***> wrote:
Hi @gkinglisboa <https://github.com/gkinglisboa>, have you looked at the
trajectory
<https://scitools-iris.readthedocs.io/en/latest/generated/api/iris/analysis/trajectory.html>
module? Are the points you describe exact matches, or are you looking for
the nearest points to your points? Thanks!
—
Reply to this email directly, view it on GitHub
<#4869 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACG2XHUAA67TTSFA4YCUCP3VU7BW7ANCNFSM532U2BJQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I cannot find any examples of using the trajectory module, waypoints, etc.
Do you know where I can find some?
…On Thu, 21 Jul 2022 at 06:57, Greg King ***@***.***> wrote:
Thanks Martin, trajectory module looks interesting. Will investigate.
greg
On Wed, 20 Jul 2022 at 10:33, Martin Yeo ***@***.***> wrote:
> Hi @gkinglisboa <https://github.com/gkinglisboa>, have you looked at the
> trajectory
> <https://scitools-iris.readthedocs.io/en/latest/generated/api/iris/analysis/trajectory.html>
> module? Are the points you describe exact matches, or are you looking for
> the nearest points to your points? Thanks!
>
> —
> Reply to this email directly, view it on GitHub
> <#4869 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ACG2XHUAA67TTSFA4YCUCP3VU7BW7ANCNFSM532U2BJQ>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
gkinglisboa
-
Archived, since answered |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am a newbie. My experience is matlab.
In matlab the following is easy to do, but I cannot see how to do it with Iris (or any other netcdf tool).
I have a data cube of sea surface temperatures sst(lat, lon, time) in a region of the coastal ocean,
and a list of specific lat, lon values (along a curvy line close to the coast).
I want to extract the SST at these lats and lons from the data cube for each time value.
How do I extract this subset of data using Iris??
Hope you can help.
Beta Was this translation helpful? Give feedback.
All reactions