On Sun, May 26, 2019 at 07:33:03AM -0700, Tom Norton wrote:
>I was wondering what way to locate GPS coordinates for an address? I
> know that OSM does not have every address available but I was
> thinking if I could use GPS coordinates this would help us on our
> cycling tour.
Assuming that the address is present in OSM, you can use Nominatim
(
https://nominatim.openstreetmap.org/) to search OSM for the address.
Then, when you get a result back, you can push the "details" button for
the result and one of the elements that returns is "Centre Point".
That will either be the gps coordinate of an actual point (when the
address is stored in OSM on a point) or the geometric center of a
polygon (when the address in OSM is placed on a closed way, which is an
OSM polygon).