Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarto GHA Workflow Runner committed Dec 14, 2024
1 parent 8cd76c2 commit a4c5c84
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
da253df3
19158ab3
55 changes: 28 additions & 27 deletions index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion search.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"href": "index.html#tiling-service-details",
"title": "icesat2-boreal tile benchmarking",
"section": "Tiling service details",
"text": "Tiling service details\nWe are testing two dynamic tile rendering services that use different methods to construct the list of assets required for each tile. Both services are deployed as serverless functions on AWS in the us-west-2 region and are reading raster data from the same S3 bucket and returning rendered tile images to the client.\n\ntitiler-pgstac: /collections/{collection_id}/tiles endpoint\n\nQueries a pgstac database to determine which STAC items in the icesat2-boreal collection are required to render an image for an XYZ tile\nRequires a Lambda and Postgresql database to be deployed\nStruggles to render tiles at zoom levels 5 and below\n\n\n\ntitiler: /mosaicjson/{mosaic_id}/tiles endpoint\n\nQueries a MosaicJSON document in a dynamodb table to get the pre-calculated list of assets required to render an image for an XYZ tile\nRequires a Lambda but does not require a database instance\nStruggles to render tiles at zoom levels 6 and below"
"text": "Tiling service details\nWe are testing two dynamic tile rendering services that use different methods to construct the list of assets required for each tile. Both services are deployed as serverless functions on AWS in the us-west-2 region and are reading raster data from the same S3 bucket and returning rendered tile images to the client.\n\ntitiler-pgstac: /collections/{collection_id}/tiles endpoint\n\nQueries a pgstac database to determine which STAC items in the icesat2-boreal collection are required to render an image for an XYZ tile\nRequires a Lambda and Postgresql database to be deployed\nStruggles to render tiles at zoom levels 5 and below\nSee deployment details in maap-eoapi\n\n\n\ntitiler: /mosaicjson/{mosaic_id}/tiles endpoint\n\nQueries a MosaicJSON document in a dynamodb table to get the pre-calculated list of assets required to render an image for an XYZ tile\nRequires a Lambda but does not require a database instance\nStruggles to render tiles at zoom levels 6 and below"
},
{
"objectID": "index.html#tile-rendering-benchmark-comparison",
Expand Down
2 changes: 1 addition & 1 deletion sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://developmentseed.org/icesat2-boreal-tile-benchmark/index.html</loc>
<lastmod>2024-12-14T12:45:04.742Z</lastmod>
<lastmod>2024-12-14T13:03:38.251Z</lastmod>
</url>
</urlset>

0 comments on commit a4c5c84

Please sign in to comment.