Skip to content

Commit 187b3e4

Browse files
committed
Merge branch 'main' into KahramanmarasDemo
2 parents 9c1d5fb + c9f1d1f commit 187b3e4

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

docs/src/notebooks/eoAPI_Maxar_demo.ipynb

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,17 @@
2424
"\n",
2525
"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",
2626
"\n",
27-
"To learn more about how we ingest Maxar OpenData STAC catalog into PgSTAC see https://github.com/vincentsarago/MAXAR_opendata_to_pgstac.\n",
27+
"To learn more about how we ingest the Maxar OpenData STAC catalog into PgSTAC see https://github.com/vincentsarago/MAXAR_opendata_to_pgstac.\n",
2828
"\n",
29+
"---\n",
2930
"\n",
30-
"### eoapi\n",
31-
"\n",
32-
"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",
31+
"> 📣 **Note: Important Information**\n",
32+
"> - **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",
33+
"> - **Authentication**: While the demo endpoints are currently open to the public, we may introduce authentication features in the future.\n",
34+
"> - **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",
35+
"> - **Breaking changes**: DevelopmentSeed does not guarantee that these eoAPI endpoints will stay `open`, and breaking changes might be introduced anytime.\n",
3336
"\n",
34-
"You can check https://eoapi.dev if you want to learn how to deploy your own services.\n"
37+
"---"
3538
]
3639
},
3740
{

0 commit comments

Comments
 (0)