giswqs commited on
Commit
be04b51
1 Parent(s): 68b2f91

Updated README

Browse files
Files changed (2) hide show
  1. README.md +9 -1
  2. apps/housing.py +3 -2
README.md CHANGED
@@ -1,2 +1,10 @@
1
  # streamlit-geospatial
2
- A multi-page streamlit app for geospatial
 
 
 
 
 
 
 
 
 
1
  # streamlit-geospatial
2
+
3
+ A multi-page streamlit app for the geospatial community.
4
+
5
+ - Web app: <https://gishub.org/streamlit-geospatial>
6
+ - Source code: <https://github.com/giswqs/streamlit-geospatial>
7
+
8
+ ## Real Estate Data and Market Trends
9
+
10
+ ![](https://i.imgur.com/ZfzdIJT.gif)
apps/housing.py CHANGED
@@ -208,8 +208,9 @@ def app():
208
  st.markdown(
209
  """**Introduction:** This interactive dashboard is designed for visualizing U.S. real estate data and market trends at multiple levels (i.e., national,
210
  state, county, and metro). The data sources include [Real Estate Data](https://www.realtor.com/research/data) from realtor.com and
211
- [Cartographic Boundary Files](https://www.census.gov/geographies/mapping-files/time-series/geo/carto-boundary-file.html) from the U.S. Census Bureau.
212
- Several open-source packages are used to process the data and generate the visualizations, such as [streamlit](https://streamlit.io), [geopandas](https://geopandas.org), [leafmap](https://leafmap.org), and [pydeck](https://deckgl.readthedocs.io).
 
213
  """
214
  )
215
 
 
208
  st.markdown(
209
  """**Introduction:** This interactive dashboard is designed for visualizing U.S. real estate data and market trends at multiple levels (i.e., national,
210
  state, county, and metro). The data sources include [Real Estate Data](https://www.realtor.com/research/data) from realtor.com and
211
+ [Cartographic Boundary Files](https://www.census.gov/geographies/mapping-files/time-series/geo/carto-boundary-file.html) from U.S. Census Bureau.
212
+ Several open-source packages are used to process the data and generate the visualizations, e.g., [streamlit](https://streamlit.io),
213
+ [geopandas](https://geopandas.org), [leafmap](https://leafmap.org), and [pydeck](https://deckgl.readthedocs.io).
214
  """
215
  )
216