Generation of geographical coordinates in Lambert Conic Conformal projection
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Muhammad Zeeshan Ahmed Khan
am 24 Dez. 2021
Simply USe the MAtlab command
pointstoWorld
0 Kommentare
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!