change CRS in netcdf4 files

8 次查看(过去 30 天)
Sri Adiyanti
Sri Adiyanti 2024-8-5
移动Walter Roberson 2024-8-6
Hi, I have a bunch of netcdf4 files and need to convert to different coordinate system.
How can we do that?
thanks.
  2 个评论
KSSV
KSSV 2024-8-5
More inofrmation is needed....
  1. Read the variables.
  2. Check in what projection they are
  3. USe certain defined transformation and convert them.
Sri Adiyanti
Sri Adiyanti 2024-8-6
Hi, I am familiar with netcdf4 processing (reading, define and put variables, copy and put attributes, etc.). My MATLAB license include Mapping toolbox. Original coordinates CRS is WGS84 (epsg 4326). I want to convert it to GDA2020 (epsg 7850). What is the transformation function i can use for the conversion?
Thanks.

请先登录,再进行评论。

回答(1 个)

Walter Roberson
Walter Roberson 2024-8-6
移动:Walter Roberson 2024-8-6
  3 个评论
Walter Roberson
Walter Roberson 2024-8-6
移动:Walter Roberson 2024-8-6
Use projfwd to convert from WGS84 to x y, then use projinv to convert the x y to GDA2020
Sri Adiyanti
Sri Adiyanti 2024-8-6
移动:Walter Roberson 2024-8-6
Thanks Walter, got it!

请先登录,再进行评论。

标签

产品


版本

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by