An open API service indexing awesome lists of open source software.

https://github.com/streamlit/demo-pydeck-maps

A Streamlit app demonstrating usage of the pydeck library to display geospacial data
https://github.com/streamlit/demo-pydeck-maps

Last synced: 5 months ago
JSON representation

A Streamlit app demonstrating usage of the pydeck library to display geospacial data

Awesome Lists containing this project

README

        

[![Open in Streamlit](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://streamlit-demo-pydeck-maps-streamlit-app-gr4tsr.streamlitapp.com)

# Streamlit Demo: Displaying Geospacial Data Using PyDeck

A Streamlit app demonstrating usage of the pydeck library to display geospacial data.

## Run this demo locally

```
pip install --upgrade streamlit pydeck
streamlit run https://raw.githubusercontent.com/streamlit/demo-pydeck-maps/main/streamlit_app.py
```

### Questions? Comments?

Please ask in the [Streamlit community](https://discuss.streamlit.io).