Spaces:
Running
Running
Update README
Browse files- README.md +7 -1
- pages/02_google_buildings.py +2 -0
README.md
CHANGED
|
@@ -9,4 +9,10 @@ license: mit
|
|
| 9 |
app_port: 8765
|
| 10 |
---
|
| 11 |
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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):
|