I need some dummy data with lat/lng points

Hello,
Working with maps I need to add some dummy data(several dozens rows ) with lat/lng points
and some data, both at see and earth with some seaports, shops, cities etc by these points.
Britain preferable.
Are there some demo data/database or convinient service to fill it?
I tried to use google maps and it seems not convinient.
I did not find how to get lat/lng points google maps…

Thanks!

Mokaroo is what you’re looking for

Lat & Lng are available in the field types

1 Like

Thanks! Very interesting service, but looks like not good for lat/lan values, as having random values say
showing shops where some good can be bought, it can show shop at see or say Antarktida…

I didn’t noticed that you wanted real location data, as you mentioned “dummy data”.

Getting the lat/lng coordinates woyth Google maps is fairly easy with the Google maps API.
You just have to send a cUrl request & parse the result.
Sample code here with geocoding API: https://developers.google.com/maps/documentation/geocoding/start

So the question becomes: how to find data with seaports, shops, cities addresses

You can export them from this page:
https://public.opendatasoft.com/explore/dataset/us-zip-code-latitude-and-longitude/table/

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.