home.social

#geoviews β€” Public Fediverse posts

Live and recent posts from across the Fediverse tagged #geoviews, aggregated by home.social.

  1. Exploring the data app publishing options of .

    panel convert (panel.holoviz.org/how_to/wasm/) looks super promising but tricky since both and seem to be missing from

    But for now, enjoy this demo viewer for visualizing data from @datagvat

    mybinder.org/v2/gh/anitagraser

  2. I'm so happy that we're finally in a place where we can whip up a quick trajectory data exploration app with maps and graphs from rather arbitrary inputs, be it plain old csv with x/y in any crs known to proj, or fancy gis formats in just a few minutes.

    It's minimal extra effort and seems to impress most people so much more than comparable plots in a notebook πŸ€·β€β™€οΈπŸ˜€

    #MovingPandas #panel #hvplot #holoviz #holoviews #geoviews #geopandas #SpatialDataScience #mobilitydatascience #dataviz

  3. I'm so happy that we're finally in a place where we can whip up a quick trajectory data exploration app with maps and graphs from rather arbitrary inputs, be it plain old csv with x/y in any crs known to proj, or fancy gis formats in just a few minutes.

    It's minimal extra effort and seems to impress most people so much more than comparable plots in a notebook πŸ€·β€β™€οΈπŸ˜€

  4. I'm so happy that we're finally in a place where we can whip up a quick trajectory data exploration app with maps and graphs from rather arbitrary inputs, be it plain old csv with x/y in any crs known to proj, or fancy gis formats in just a few minutes.

    It's minimal extra effort and seems to impress most people so much more than comparable plots in a notebook πŸ€·β€β™€οΈπŸ˜€

    #MovingPandas #panel #hvplot #holoviz #holoviews #geoviews #geopandas #SpatialDataScience #mobilitydatascience #dataviz

  5. I'm so happy that we're finally in a place where we can whip up a quick trajectory data exploration app with maps and graphs from rather arbitrary inputs, be it plain old csv with x/y in any crs known to proj, or fancy gis formats in just a few minutes.

    It's minimal extra effort and seems to impress most people so much more than comparable plots in a notebook πŸ€·β€β™€οΈπŸ˜€

    #MovingPandas #panel #hvplot #holoviz #holoviews #geoviews #geopandas #SpatialDataScience #mobilitydatascience #dataviz

  6. I'm so happy that we're finally in a place where we can whip up a quick trajectory data exploration app with maps and graphs from rather arbitrary inputs, be it plain old csv with x/y in any crs known to proj, or fancy gis formats in just a few minutes.

    It's minimal extra effort and seems to impress most people so much more than comparable plots in a notebook πŸ€·β€β™€οΈπŸ˜€

    #MovingPandas #panel #hvplot #holoviz #holoviews #geoviews #geopandas #SpatialDataScience #mobilitydatascience #dataviz

  7. πŸ₯³ for @movingpandas example are up and running:

    github.com/movingpandas/moving

    The setup takes a while but not longer than on

    I found it impossible to search for devcontainer examples with and , so maybe you'll find this one useful

  8. I love the idea of turning #Jupyter notebooks into slides. I've figured out most issues with rendering interactive plots πŸ‘©β€πŸ’» but there is one thing I'm stuck with:

    #GeoViews & #Datashader works great in a #notebook but is not not rendered in the slides

    The output is: BokehModel(combine_events=True, render_bundle={'docs_json': {'8bb4dc3b-92b9-4d6e-9b03-060b443bfa47': {'defs': …

    Any pointers much appreciated

    #nbconvert #bokeh #geopandas #holoviz #hvplot #datascience #Dataviz #VisualAnalytics

  9. I love the idea of turning notebooks into slides. I've figured out most issues with rendering interactive plots πŸ‘©β€πŸ’» but there is one thing I'm stuck with:

    & works great in a but is not not rendered in the slides

    The output is: BokehModel(combine_events=True, render_bundle={'docs_json': {'8bb4dc3b-92b9-4d6e-9b03-060b443bfa47': {'defs': …

    Any pointers much appreciated

  10. I love the idea of turning #Jupyter notebooks into slides. I've figured out most issues with rendering interactive plots πŸ‘©β€πŸ’» but there is one thing I'm stuck with:

    #GeoViews & #Datashader works great in a #notebook but is not not rendered in the slides

    The output is: BokehModel(combine_events=True, render_bundle={'docs_json': {'8bb4dc3b-92b9-4d6e-9b03-060b443bfa47': {'defs': …

    Any pointers much appreciated

    #nbconvert #bokeh #geopandas #holoviz #hvplot #datascience #Dataviz #VisualAnalytics

  11. I love the idea of turning #Jupyter notebooks into slides. I've figured out most issues with rendering interactive plots πŸ‘©β€πŸ’» but there is one thing I'm stuck with:

    #GeoViews & #Datashader works great in a #notebook but is not not rendered in the slides

    The output is: BokehModel(combine_events=True, render_bundle={'docs_json': {'8bb4dc3b-92b9-4d6e-9b03-060b443bfa47': {'defs': …

    Any pointers much appreciated

    #nbconvert #bokeh #geopandas #holoviz #hvplot #datascience #Dataviz #VisualAnalytics

  12. I love the idea of turning #Jupyter notebooks into slides. I've figured out most issues with rendering interactive plots πŸ‘©β€πŸ’» but there is one thing I'm stuck with:

    #GeoViews & #Datashader works great in a #notebook but is not not rendered in the slides

    The output is: BokehModel(combine_events=True, render_bundle={'docs_json': {'8bb4dc3b-92b9-4d6e-9b03-060b443bfa47': {'defs': …

    Any pointers much appreciated

    #nbconvert #bokeh #geopandas #holoviz #hvplot #datascience #Dataviz #VisualAnalytics

  13. Today's success moment: came up with a hack to have arrow markers in πŸ‘©β€πŸ’» while building a app with @geopandas & .

    I'm still surprised that the built-in @bokeh markers don't include any arrows. None of the available markers can be used to unambiguously show direction docs.bokeh.org/en/latest/docs/

  14. While working with , I noticed that the map zoom tool is not active by default.

    I think this may be one of the main reasons why users find GeoViews less intuitive than

    We can set the zoom tool active using:

    from holoviews import opts
    opts.defaults(opts.Overlay(active_tools=['wheel_zoom'])

    Full code and examples:

    movingpandas.github.io/movingp