giswqs commited on
Commit
640345f
1 Parent(s): 39e6a7b

Updated repo URL

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -4,8 +4,8 @@ import leafmap.foliumap as leafmap
4
 
5
  st.set_page_config(layout="wide")
6
 
7
- url = 'https://giswqs.github.io/maxar-open-data'
8
- repo = 'https://github.com/giswqs/maxar-open-data/blob/master/datasets'
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/giswqs/maxar-open-data/blob/master/streamlit_app.py)
65
- - [GitHub Repo](https://github.com/giswqs/maxar-open-data)
66
- - [Notebook Example](https://github.com/giswqs/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#/)
 
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#/)