giswqs commited on
Commit
dc20248
1 Parent(s): 178e7f7

Update README

Browse files
Files changed (2) hide show
  1. README.md +7 -1
  2. pages/02_google_buildings.py +2 -0
README.md CHANGED
@@ -9,4 +9,10 @@ license: mit
9
  app_port: 8765
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
9
  app_port: 8765
10
  ---
11
 
12
+ # An interactive web app for visualizing geospatial data
13
+
14
+ ## Introduction
15
+
16
+ - Web App: <https://giswqs-geospatial-dataviz.hf.space>
17
+ - GitHub: <https://github.com/opengeos/geospatial-dataviz>
18
+ - Hugging Face: <https://huggingface.co/spaces/giswqs/geospatial-dataviz>
pages/02_google_buildings.py CHANGED
@@ -65,6 +65,8 @@ def add_widget(m, position="topright"):
65
 
66
  m.add_widget(country, position=position)
67
 
 
 
68
 
69
  class Map(leafmap.Map):
70
  def __init__(self, **kwargs):
 
65
 
66
  m.add_widget(country, position=position)
67
 
68
+ html = "Source: <a href='https://sites.research.google/open-buildings/' target='_blank'>Google Open Buildings</a>"
69
+ m.add_html(html, position='bottomright')
70
 
71
  class Map(leafmap.Map):
72
  def __init__(self, **kwargs):