Awesome
georaster-layer-for-leaflet-example
Simple Example of GeoRasterLayer for Leaflet
Main demo
https://geotiff.github.io/georaster-layer-for-leaflet-example/
Other Examples
# | Description | Source Code | Demo | Note |
---|---|---|---|---|
1 | Loading the georaster-layer-for-leaflet library via a script tag | code | demo | |
2 | Loading a Cloud Optimized GeoTIFF via a script tag | code | demo | |
3 | Display Wind Direction arrows by using the customDrawFunction option | code | demo | |
4 | Loading the georaster-layer-for-leaflet library along with GeoBlaze via a script tag | code | demo | |
5 | Loading a GeoTIFF file via a file input tag and loading the georaster-layer-for-leaflet and georaster libraries via script tags | code | demo | |
6 | Combining two Cloud Optimized GeoTIFFs together to create an NDVI map | code | demo | |
7 | Display with a color scale | code | demo | |
8 | Identifying Wildfires from a Landsat 8 Scene | code | demo | |
9 | Visualizing Population COG | code | demo | |
10 | Displaying Bathymetry Layer from a COG | code | demo | |
11 | Display a COG in an Angular Application | code | n/a | The Map Component is here. In order to run it, clone this repo, change into the georaster-layer-angular-example directory, install npm dependencies, and run npm run start . |
12 | Display a COG that represents only one band of a Landsat scene | code | demo | |
13 | Loading a Cloud Optimized GeoTIFF via a URL Parameter | code | demo | |
14 | Display a COG with YCbCr Photometric Interpretation | code | demo | |
15 | Display a Scene where the Red, Green, and Blue bands are stored in separate COG files | code | demo | |
11 | Elevation model for the city of Lisbon | code | demo |