I have a map of a certain area, and I need to determine whether a given location with the coordinates of the slider gets into any grid that covers this map.
I decided to split the map of the area that I got into square meshes measuring 1 km x 1 km using Google Earth to create square meshes using CTRL + L and scale to the appropriate scale so that the grid lines are 1000 meters apart - and extract all the data as KML, to get the latitude and longitude values for the angles of each individual grid on my map and search from there to see if the given bosom / lat fits into any square grid, and if so, which grid, etc. etc., but I don’t know if this can be done - if the Earth Google allows me to extract my own square grid coordinates in KML format.
Can someone provide any information on whether this is possible, and if possible, how can this be done?
source
share