Spaces:
Sleeping
Sleeping
Peter Yang
commited on
Commit
·
4a1a4ce
1
Parent(s):
e11b0ef
Cloud Geospatial
Browse files
app.py
CHANGED
@@ -4,15 +4,12 @@ import leafmap.foliumap as leafmap
|
|
4 |
st.set_page_config(layout="wide")
|
5 |
|
6 |
|
7 |
-
st.title("
|
8 |
|
9 |
st.markdown(
|
10 |
"""
|
11 |
-
This
|
12 |
such as [leafmap](https://leafmap.org), [geemap](https://geemap.org), [pydeck](https://deckgl.readthedocs.io), and [kepler.gl](https://docs.kepler.gl/docs/keplergl-jupyter).
|
13 |
-
This is an open-source project and you are very welcome to contribute your comments, questions, resources, and apps as [issues](https://github.com/giswqs/streamlit-geospatial/issues) or
|
14 |
-
[pull requests](https://github.com/giswqs/streamlit-geospatial/pulls) to the [GitHub repository](https://github.com/giswqs/streamlit-geospatial).
|
15 |
-
|
16 |
"""
|
17 |
)
|
18 |
|
|
|
4 |
st.set_page_config(layout="wide")
|
5 |
|
6 |
|
7 |
+
st.title("Cloud Geospatial Applications")
|
8 |
|
9 |
st.markdown(
|
10 |
"""
|
11 |
+
This web app demonstrates various interactive web apps created using [streamlit](https://streamlit.io) and open-source mapping libraries,
|
12 |
such as [leafmap](https://leafmap.org), [geemap](https://geemap.org), [pydeck](https://deckgl.readthedocs.io), and [kepler.gl](https://docs.kepler.gl/docs/keplergl-jupyter).
|
|
|
|
|
|
|
13 |
"""
|
14 |
)
|
15 |
|