Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ Fully client-side with direct image loading, no server required.

[^1]: The raster reprojection has not been tested on polar projections or when spanning the antimeridian.

## Examples

- **[Land Cover](https://developmentseed.org/deck.gl-raster/examples/land-cover/)**: 1.3GB NLCD land cover COG with custom colormap
- **[NAIP Client-side Mosaic](https://developmentseed.org/deck.gl-raster/examples/naip-mosaic/)**: Client-side mosaic of [NAIP](https://www.usgs.gov/centers/eros/science/usgs-eros-archive-aerial-photography-national-agriculture-imagery-program-naip) COGs, loaded directly from [Microsoft Planetary Computer](https://planetarycomputer.microsoft.com/dataset/naip). No server involved. Switch between true color, false color infrared, and NDVI renderings
- **[COG Basic](https://developmentseed.org/deck.gl-raster/examples/cog-basic/)**: RGB aerial imagery with automatic reprojection

## Quick Start

```typescript
Expand Down
2 changes: 2 additions & 0 deletions examples/cog-basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This example demonstrates how to use the `COGLayer` to visualize a Cloud-Optimized GeoTIFF (COG) in deck.gl.

Deployed to <https://developmentseed.org/deck.gl-raster/examples/cog-basic/>.

## Features

- Loads and displays RGB imagery from a GeoTIFF file
Expand Down
2 changes: 2 additions & 0 deletions examples/land-cover/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This example visualizes a 1.3GB land cover dataset using deck.gl and the `COGLayer`.

Deployed to <https://developmentseed.org/deck.gl-raster/examples/land-cover/>.

## Setup

1. Install dependencies from the repository root:
Expand Down
2 changes: 2 additions & 0 deletions examples/naip-mosaic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This example demonstrates how to use the `MosaicLayer` to visualize a client-side mosaic of Cloud-Optimized GeoTIFFs (COGs) in deck.gl.

Deployed to <https://developmentseed.org/deck.gl-raster/examples/naip-mosaic/>.

## Setup

1. Install dependencies from the repository root:
Expand Down