Generation of geographical coordinates in Lambert Conic Conformal projection
7 views (last 30 days)
Show older comments
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
0 Comments
Answers (1)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!