フィルターのクリア

Generation of geographical coordinates in Lambert Conic Conformal projection

10 ビュー (過去 30 日間)
Vojtech Bliznak
Vojtech Bliznak 2021 年 3 月 29 日
Hello,
I am trying to generate [lat,lon] matrices for a Lambert Conic Conformal projection (EPSG code 5325). Does anybody know how to do it if I have an information about geographical coordinates of the bottom left and upper right corner and also number of pixels in my domain?
More specifically, I want to get [lat,lon] coordinates of each cell in the domain with bottom left corner [Lat = 40N, Lon = 5E] and upper right corner [Lat = 60N, Lon = 30E] and number of grid points in x and y axes are [nx = 1000, ny = 800];
I know there are functions meshgrat or geographicGrid but those do not consider the required projection and the final [lat,lon] matrices are regular.
Thank you for your helpful suggestions and advices,
Vojtech

回答 (1 件)

Muhammad Zeeshan Ahmed Khan
Muhammad Zeeshan Ahmed Khan 2021 年 12 月 24 日
Simply USe the MAtlab command
pointstoWorld

Community Treasure Hunt

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

Start Hunting!

Translated by