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
- Host: GitHub
- URL: https://github.com/streamlit/demo-pydeck-maps
- Owner: streamlit
- License: apache-2.0
- Created: 2022-07-13T23:35:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-12T17:46:40.000Z (over 1 year ago)
- Last Synced: 2025-01-29T10:36:27.516Z (5 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 4
- Watchers: 5
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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).