datashader Questions
1
Solved
I'm trying to reproduce this tutorial with my own data. I've a simple square grid of polygons:
from shapely import wkt
import pandas as pd
import geopandas as gpd
data_list = [
[0,51, wkt.loads(&...
Peeved asked 14/5, 2023 at 8:39
2
I'm using plotly's Scattermapbox to overlay a map with a shaded image of polygons created by datashader's shade function (based on https://plotly.com/python/datashader/), but the projections do not...
Buhrstone asked 9/12, 2021 at 13:53
1
Solved
I'm trying to map google phone history locations on to a map using holoviews, datashader and bokeh. Mostly very similar to the examples given in the datashader website. But when I do the map overla...
Urana asked 17/7, 2018 at 7:4
1
Solved
I have recently created an interactive Datashader-Bokeh Interactive Map that looks like this NYC Taxi Example on a Jupyter Notebook. The dynamic aggregation works beautifully when I run the code lo...
Tautomer asked 14/2, 2018 at 9:52
1
Solved
I have created to datashader plots with holoviews:
datashade(hv.Points(df[
[
'PS Engine-% Load',
'PS Engine-Fuel Rate',
]
])) + datashade(hv.Points(df[
[
'SB Engine-% Load',
'SB Engine-Fu...
Snigger asked 31/8, 2017 at 11:58
2
Solved
In following the Datashader example notebook demonstrating lines, the input is a Pandas DataFrame (though it seems a Dask DataFrame would work as well). My data is in a NumPy array. Can I use Datas...
Menke asked 10/2, 2017 at 14:59
1
© 2022 - 2024 — McMap. All rights reserved.