Can anyone please help me to add maps created from geojson to my app?? The result is fine in python but show errors in streamlit … Any advice would be nice
I don’t quite understand what you are trying to say, streamlit runs in python…
I suspect that is a problem with the pyproj library, which geopandas relies on as far as I know.
I would first try to update geopandas to the latest version.
Can you provide a link to your public github repo?
Thanks for your reply,
I was trying to say that i can simply see the maps in spyder but get an error when runing the app.
Currently using 0.10.2 gpd can this version be causing an issue?
I’m a new streamlit user so maybe i’m missing something in the code also …