Generation of geographical coordinates in Lambert Conic Conformal projection

9 views (last 30 days)
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

Answers (1)

Muhammad Zeeshan Ahmed Khan
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!