Spaces:
Runtime error
Runtime error
Updated repo URL
Browse files
app.py
CHANGED
@@ -4,8 +4,8 @@ import leafmap.foliumap as leafmap
|
|
4 |
|
5 |
st.set_page_config(layout="wide")
|
6 |
|
7 |
-
url = 'https://
|
8 |
-
repo = 'https://github.com/
|
9 |
m = leafmap.Map()
|
10 |
|
11 |
|
@@ -61,9 +61,9 @@ m
|
|
61 |
|
62 |
st.info('About')
|
63 |
markdown = f"""
|
64 |
-
- [Web App Source Code](https://github.com/
|
65 |
-
- [GitHub Repo](https://github.com/
|
66 |
-
- [Notebook Example](https://github.com/
|
67 |
- [Maxar Open Data Program](https://www.maxar.com/open-data)
|
68 |
- [Maxar Open Data on AWS](https://registry.opendata.aws/maxar-open-data/)
|
69 |
- [Maxar Open Data on STAC Index](https://stacindex.org/catalogs/maxar-open-data-catalog-ard-format#/)
|
|
|
4 |
|
5 |
st.set_page_config(layout="wide")
|
6 |
|
7 |
+
url = 'https://opengeos.github.io/maxar-open-data'
|
8 |
+
repo = 'https://github.com/opengeos/maxar-open-data/blob/master/datasets'
|
9 |
m = leafmap.Map()
|
10 |
|
11 |
|
|
|
61 |
|
62 |
st.info('About')
|
63 |
markdown = f"""
|
64 |
+
- [Web App Source Code](https://github.com/opengeos/maxar-open-data/blob/master/streamlit_app.py)
|
65 |
+
- [GitHub Repo](https://github.com/opengeos/maxar-open-data)
|
66 |
+
- [Notebook Example](https://github.com/opengeos/maxar-open-data/blob/master/examples/maxar_open_data.ipynb)
|
67 |
- [Maxar Open Data Program](https://www.maxar.com/open-data)
|
68 |
- [Maxar Open Data on AWS](https://registry.opendata.aws/maxar-open-data/)
|
69 |
- [Maxar Open Data on STAC Index](https://stacindex.org/catalogs/maxar-open-data-catalog-ard-format#/)
|