Generation of geographical coordinates in Lambert Conic Conformal projection
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
Answers (1)
Muhammad Zeeshan Ahmed Khan
on 24 Dec 2021
Simply USe the MAtlab command
pointstoWorld
Categories
Find more on Vector and Raster Map Display in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!