Interactive plot missing with geoviews
- Vorherrschende Sprache
- Julia
- Sterne
- 1.5k
- Forks
- 186
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
Hi,
I want to make an interactive plot with google map imagery as the base map. It works in python, but the plot is missing in Julia. Here is minimal example:
In Python:
```Python
from geoviews import element as elmt
GoogleMapsImagery = elmt.WMTS("https://mt1.google.com/vt/lyrs=s&x={X}&y={Y}&z={Z}",
name="GoogleMapsImagery")
GoogleMapsImagery
```
will generate a interactive map like

When converting it to Julia:
```Julia
using PyCall
elmt = pyimport("geoviews.element")
GoogleMapsImagery = elmt.WMTS("https://mt1.google.com/vt/lyrs=s&x={X}&y={Y}&z={Z}",
name="GoogleMapsImagery")
GoogleMapsImagery
```
No plot shows up. It only prints
```
PyObject :WMTS [Longitude,Latitude]
```
I am using Julia 1.8.2 and the PyCall.jl version is v1.94.1.
How to fix it? Thanks for your help!
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
Reproduziere das minimale geoviews-WMTS-Beispiel mit Julia 1.8.2, PyCall.jl v1.94.1 sowie den gezeigten Python- und Julia-Snippets. Beginne damit nachzuverfolgen, wie das zurückgegebene WMTS-PyObject in Julia angezeigt wird; abgeschlossen ist die Aufgabe, wenn der Julia-Ausdruck die erwartete interaktive Karte rendert, anstatt nur die Objektdarstellung auszugeben.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- julia, python
- Bereich
- data-visualization
- Issue-Typ
- Bug
- Schwierigkeit
- 4/5
- Geschätzter Aufwand
- 3-5 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 25/100