Skip to content

Commit

Permalink
Merge branch 'main' into KahramanmarasDemo
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyDez committed Aug 25, 2023
2 parents 9c1d5fb + c9f1d1f commit 187b3e4
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions docs/src/notebooks/eoAPI_Maxar_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
"---"
]
},
{
Expand Down

0 comments on commit 187b3e4

Please sign in to comment.