diff --git a/space2stats_api/src/space2stats/api/app.py b/space2stats_api/src/space2stats/api/app.py index cb86d4a..06da597 100644 --- a/space2stats_api/src/space2stats/api/app.py +++ b/space2stats_api/src/space2stats/api/app.py @@ -41,7 +41,10 @@ async def lifespan(app: FastAPI): The Space2Stats program is designed to provide academics, statisticians, and data scientists with easier access to regularly requested geospatial aggregate data. - For more information, see the [Space2Stats docs](https://worldbank.github.io/DECAT_Space2Stats/readme.html). + Geographic variables were generated at the hexagon (h3) level 6 and this API enables + users to query the data by area of interest and generate aggregate statistics efficiently. + + For more information on the datasets available and usage examples, see the [Space2Stats docs](https://worldbank.github.io/DECAT_Space2Stats/readme.html). """ ), contact={