diff --git a/docs/src/notebooks/eoAPI_Maxar_demo.ipynb b/docs/src/notebooks/eoAPI_Maxar_demo.ipynb index 2ed9875..9627a1c 100644 --- a/docs/src/notebooks/eoAPI_Maxar_demo.ipynb +++ b/docs/src/notebooks/eoAPI_Maxar_demo.ipynb @@ -24,14 +24,17 @@ "\n", "Maxar releases open data for select sudden-onset major crisis events. In addition to making the data (as nice COGs) freely available on AWS, they also add STAC (static) metadata alongside the images. Having the STAC items already created makes ingestion into the PgSTAC database easy (we don't have to produce the items ourselves and thus have to read the images).\n", "\n", - "To learn more about how we ingest Maxar OpenData STAC catalog into PgSTAC see https://github.com/vincentsarago/MAXAR_opendata_to_pgstac.\n", + "To learn more about how we ingest the Maxar OpenData STAC catalog into PgSTAC see https://github.com/vincentsarago/MAXAR_opendata_to_pgstac.\n", "\n", + "---\n", "\n", - "### eoapi\n", - "\n", - "For this notebook, we will use the DevelopmentSeed eoAPI's demo endpoints hosted at `stac.eoapi.dev` and `raster.eoapi.dev`. DevelopmentSeed do not guarantee that those endpoints will stay `open` and breaking changes might be introduced during time. \n", + "> 📣 **Note: Important Information**\n", + "> - **Demo Endpoints**: This notebook uses the demo endpoints [stac.eoapi.dev](https://stac.eoapi.dev) and [raster.eoapi.dev](https://raster.eoapi.dev). These are not intended for production use.\n", + "> - **Authentication**: While the demo endpoints are currently open to the public, we may introduce authentication features in the future.\n", + "> - **Set Up Your Own Services**: If you're interested in setting up your own eoAPI services, you can easily do so. For a step-by-step guide, please check out the 'Getting Started' section of the [eoAPI GitHub repository](https://github.com/developmentseed/eoAPI).\n", + "> - **Breaking changes**: DevelopmentSeed does not guarantee that these eoAPI endpoints will stay `open`, and breaking changes might be introduced anytime.\n", "\n", - "You can check https://eoapi.dev if you want to learn how to deploy your own services.\n" + "---" ] }, {