How to add latitude and longitude in to a map and find-out a particular place in map using latitude and longitude?

3 Ansichten (letzte 30 Tage)
I want to 1) convert/change the first image into second image by adding latitude and longitude to first image. 2) find-out or mark the place 'X' based on latitude and longitude.

Antworten (1)

Vidhi Agarwal
Vidhi Agarwal am 30 Sep. 2024
Hi,
To add latitude and longitude to an image following steps might help you in getting started:
  1. Define the geographic extent of the image. These values should be determined from your data or metadata. Geographic extent means defining the maximum and minimum latitude and longitude.
  2. Overlay latitude and longitude grid lines
  3. Get image size and plot the latitude and longitude.
The output for provided image is given below:
To mark the specific location “X” based on longitude and latitude follow the given below steps:
  1. Define the latitude and longitude of the point “X”.
  2. Convert the latitude and longitude to image coordinates
  3. Mark the point 'X' on the image
Hope that helps!

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by