Philipp Rudiger
Philipp Rudiger
Currently both HoloViews and GeoViews allow zooming out beyond the actual domain of the data which is at best useless and sometimes annoying. While tile sources repeat the data is...
It can be confusing when combining geoviews and holoviews elements particularly when the coordinate systems are mismatched. We should think about making the differences more obvious and one immediate way...
Since we have a VectorField element now it would be nice if we had a similar Barbs element. Cartopy and matplotlib already support drawing barbs and it shouldn't be too...
This adds a class that makes it easy to edit very large TriMeshes by selecting just certain regions. Once a button is clicked the edits are then merged with the...
Implements https://github.com/pyviz/geoviews/issues/372 We could separately add support for a pandas DataFrame with a 'geohash' column or more simply upgrade such a DataFrame to a geopandas DataFrame by converting the 'geohash'...
- [x] Fixes #295
[Geohashes](https://en.wikipedia.org/wiki/Geohash) are a common way to represent parcels of land. It would be nice if we could support them as a data format, e.g. just like we have support for...
I realize Interactive is inefficient as hell and intermediate calculation aren't cached. I think at some point this warrants a rewrite of the execution model inside Interactive. However this PR...
Currently there's no hvPlot argument that controls the color of values that are NaNs or values that are outside the color range, which means users have to fall back to...
Meta-issue to collect important improvements to the Lumen UI before a first release: - [ ] Add CLI command to launch `lumen gui` with options to configure UI - [...