photo

Angus


Last seen: 1 day ago Active since 2024

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Answered
I need to create a polygon or buffer along an irregular shaped coastline in a 2D array of gridded sea temperature data.
Hi thanks for your help. I made the following changes to Umars code to get it to work. nan_mask = isnan(meanSST); buffered_da...

2 days ago | 0

| accepted

Question


I need to create a polygon or buffer along an irregular shaped coastline in a 2D array of gridded sea temperature data.
I have a 578x235 grid of ocean temperature data in which the land pixels are NaN. I would like to create a 1 pixel buffer around...

4 days ago | 2 answers | 0

2

answers

Question


I need to find the index of a 2d matrix within a 3rd array which has the lowest number of NaN values.
I have a 3D array of dimensions 942x523x365 with numerical and NaN values. I would like to find the 2D slice along the 3rd Dimen...

1 month ago | 1 answer | 0

1

answer