W
W
WoLfhOUnD2015-03-23 09:05:57
Python
WoLfhOUnD, 2015-03-23 09:05:57

How to display geodata using Python/etc?

Tell me how and by what means you can display a set of points on the map (ideally, draw circles around these points with a given radius)?
For a very simple output of a single point, I used:

url = "http://maps.google.com/maps?q=%s,%s"% (latitude, longitude)
webbrowser.open(url)

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Anatoly Scherbakov, 2015-03-23
@Altaisoft

Leaflet is very popular . A very handy item.
You can pass data to the map from a Python program via JSON using the LayerJSON plugin .
You can draw geodesic circles around a point using Leaflet.Geodesic .
Well, to effectively store geodata in the program itself, use GeoDjango on PostgreSQL.

A
Andrey K, 2015-03-23
@mututunus

I think you are here https://developers.google.com/maps/documentation/j...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question