Scattered Interpolation: Defining my own triangulation?

조회 수: 3 (최근 30일)
millercommamatt
millercommamatt 2020년 9월 17일
답변: Noah Prisament 2023년 6월 12일
I'm interpolating data the comes from polar coordiate systems or terrain-following coordiante system used in numerical weather models. While that data isn't gridded in the since that it's not grid aligned, it is structured.
Scattered interpolation is slow. My understanding is that this stems from computing the delaunay triangulation. For my data it would be trivial to provide the triangulation connectivity graph along with the points.
Is there a way I can provide a pre computed triangulation to scatteredInterpolant or griddata in order to speed up my scattered interpolations? Is there some hidden class property I could fill in somewhere?
  댓글 수: 5
John Kearns
John Kearns 2023년 6월 7일
이동: KSSV 2023년 6월 7일
Hey Matt,
Did you manage to find a solution to this? This idea has recently become relevant in my own work, and I would be grateful if you were able to share an successes you've had.
Cheers,
John
millercommamatt
millercommamatt 2023년 6월 7일
I don't have any new information to share on this front.
In my case my data had a grid-like connectivity pattern so I transformed my data into a virtural coordinate system that I treated as gridded and used the much faster gridded interpolation and then converted back to my native coordinate system. It's a dirty hack that would get you in a lot of trouble unless you knew exactly what the assumptions, implications, and impacts were.

댓글을 달려면 로그인하십시오.

답변 (1개)

Noah Prisament
Noah Prisament 2023년 6월 12일
Hi, I work at MathWorks and I wanted to let you all know that we have forwarded this feedback to the relevant team. We will consider this request and it may be included in a future release.

카테고리

Help CenterFile Exchange에서 Delaunay Triangulation에 대해 자세히 알아보기

제품


릴리스

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by