Skip to main content

Questions tagged [geoviews]

GeoViews is a Python library that makes it easy to explore and visualize geographical, meteorological, and oceanographic datasets, such as those used in weather, climate, and remote sensing research.

0 votes
0 answers
13 views

Holoviews Dynamic map returns only one entry for time

I am trying to create a Panel program, which displays Holoviews.DynamicMaps. Right now I can create the Maps and Display them. I only display one at a time and change between them using a dropdown ...
user24681547's user avatar
1 vote
1 answer
41 views

geoviews select widget to color by column in geopandas dataframe

I have a geoviews map that shows points from my geopandas dataframe. I would like to use panel to create a select widget to color the map by one of the columns, as I have done with pandas dataframes ...
Rachel W's user avatar
  • 137
0 votes
0 answers
32 views

xarray geoviews vectorfield

I'm having trouble implementing this for a vector field with a time dimension. My data is stored in an xarray dataset. Currently I am only implementing this for one time step of the data, whereas the ...
oben's user avatar
  • 21
0 votes
0 answers
101 views

How to specify map extent in GeoViews with map tiles in the background

If I have a GeoDataFrame of point geometries, I can plot it up with GeoViews and specify the longitude extent of the display like this: import geopandas as gpd import geoviews as gv import numpy as np ...
hm8's user avatar
  • 1,443
3 votes
1 answer
7k views

How to resolve ImportError: cannot import name 'Box' from 'bokeh.models'?

I'm trying to change the coordinate reference system crs to a tile provider in bokeh and I was suggested to use geoviews but after install it I get this error import geoviews as gv Traceback (most ...
Peter's user avatar
  • 31
0 votes
0 answers
255 views

hvplot(geo=True) argument maps XY coordinates to incorrect latitude coordinates

I have a raster of the Northern beaches, Australia, in the UTM CRS projection for this region (56S). Now when I'm plotting this data using the hvplot.xarray extension as da.hvplot(x="x", y=&...
sir_olf's user avatar
  • 11
0 votes
1 answer
53 views

RangeX in geoviews, trying to understand x axis range

Can someone please explain to me the meaning of the x axis range retrieved using RangeX for geospatial data? import geoviews as gv import holoviews as hv background = gv.tile_sources.Wikipedia rng = ...
Moritz's user avatar
  • 5,386
1 vote
1 answer
402 views

Legend for gridded Holoviews visualization with categorical data

I'm using the holoviz xarray extension (holoviews.xarray) to visualize a gridded dataset with landcover classes. Plotting the data is straightforward with da.hvplot(). This results however in a ...
sir_olf's user avatar
  • 11
0 votes
0 answers
53 views

ValueError: Unexpected option 'height' for Points type when using the 'matplotlib' extension. No similar options found

I am trying to do this project in the link. But various errors first concerning the library installation to now this value error. I am writing the code as how it is shown in this link. But unable to ...
machineinsurgence87's user avatar
1 vote
1 answer
645 views

Delaunay Triangulation on sphere (unstructured long lat grid)

I work with an unstructured grid of weather data, and I'm trying to plot it. For that I use the Delaunay triangulation. def triangulate(vertices, x="Longitude", y="Latitude"): &...
menaiseen's user avatar
0 votes
0 answers
211 views

Error installing Geoviews (cartopy) on Windows

after started using and learning Holoviews-Panel-HvPlot, I'd like to learn Geoviews. Unfortunatly, problems started when I tried to install it. Down below the message. Just some more details: I'm a ...
Polar's user avatar
  • 147
0 votes
1 answer
275 views

How to specify axis limits in geoviews (python)?

I have been using geopandas, but I am trying to switch to geoviews because it is more interactive. I'm wondering how to specify the axis limits for plotted data as a default view. I understand that it ...
Richard Strott's user avatar
0 votes
0 answers
203 views

xarray holoviews (hvplot.xarray) issue in Spyder

I have some .nc data that I use xarray to analyze. I wanted to overlay a shapefile on the plot and came across hv.plot which seems to have the interactive component I have been needing. However, when ...
Cecilia Lopez-Gamundi's user avatar
1 vote
2 answers
364 views

Import geoviews in Anaconda

I am trying to install the geoviews module. I installed it successfully but when I am trying to import it in my code I have this message: No module named 'channels I don't know how to proceed.
Atori's user avatar
  • 5
1 vote
0 answers
220 views

Interactive time-series based on x-y location on map with hvplot

When I have a very large xarray.DataArray da with only two dimensions (x and y) I normally plot using something like: da.hvplot(x="x", y="y", rasterize=True) Now, if I have a ...
duff18's user avatar
  • 722

15 30 50 per page
1
2 3 4 5