If you’re creating a debugging post, please include the following info:
Are you running your app locally or is it deployed? locally-deployed
If your app is deployed:
a. Is it deployed on Community Cloud or another hosting platform?
b. Share the link to the public deployed app. (https://skylite.streamlit.app/)Share the link to your app’s public GitHub repository (including a requirements file). (streamlit-skylite/pages/geospatial_stats.py at main · yvesmango/streamlit-skylite · GitHub)
Share the full text of the error message (not a screenshot). no error, just the data not rendering on the map.
Share the Streamlit and Python versions.
python 3.12 and Streamlit version 1.32.1
more context:
as you can see from the screenshot, i’m trying to render an arc map via pydeck but my data is not rendering sadly. i turn to the experts on this message board for some troubleshooting help. based on the screenshot provided, the map is rendering but the data is not. my suspicion is that it maybe to do with how i am configuring the layer
variable? but i’m not sure…
fyi, my coordinates are in long-lat format, which is the format that pydeck accepts from what i gather.
expectation:
the map should represent the many different flights from the my dataset as “connections” between cities (coordinates_origin vs coordinates_destination).