gswis / pages /00_home.py
giswqs's picture
Pin solara version
d4fa6e8
import solara
@solara.component
def Page():
with solara.Column(align="center"):
markdown = """
## Global Surface Water Information System (GSWIS)
### Introduction
We have used 5 global datasets viz., ESA, ESRI, JRC, OSM and HydroLAKES,
to generate a processed multi-band gridded GSWE dataset at 10 m spatial
resolution, with each band corresponding to one of the 5 datasets used.
The dataset comprises of a total of 5153 grids, each grid having a 2°×2° dimension.
- Web App: <https://giswqs-gswis.hf.space>
- Hugging Face: <https://huggingface.co/spaces/giswqs/solara-gswis>
### Demos
![](https://i.imgur.com/4uIEnAJ.gif)
"""
solara.Markdown(markdown)