GeoRaster layer for Leaflet example

Table of Contents

GeoRaster layer for Leaflet example

https://github.com/GeoTIFF/georaster-layer-for-leaflet-example

Simple Example of GeoRasterLayer for Leaflet

main demo

https://geotiff.github.io/georaster-layer-for-leaflet-example/

other examples

  1. Loading the georaster-layer-for-leaflet library via a script tag. You can view the source code here and the live demo here.
  2. Loading a Cloud Optimized GeoTIFF via a script tag. You can view the source code here and the live demo here.
  3. Display Wind Direction arrows by using the customDrawFunction option. You can view the source code here and the live demo here.
  4. Loading the georaster-layer-for-leaflet library along with GeoBlaze via a script tag. You can view the source code here and the live demo here.
  5. Loading a GeoTIFF file via a file input tag and loading the georaster-layer-for-leaflet and georaster libraries via script tags. You can view the source code here and the live demo here.
  6. Combining two Cloud Optimized GeoTIFFs together to create an NDVI map. You can view the source code here and the live demo here.
  7. Display with a color scale. You can view the source code here and the live demo here.
  8. Identifying Wildfires from a Landsat 8 Scene. You can view the source code here and the live demo here.
  9. Visualizing Population COG. You can view the source code here and the live demo here.
  10. Displaying Bathymetry Layer from a COG. You can view the source code here and the live demo here. Data comes from here.
  11. Display a COG in an Angular Application. You can view the source code here. You'll want to review the dependencies here and the Map Component 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. You can view the source code here and the live demo here.
  13. Loading a Cloud Optimized GeoTIFF via a URL Parameter. You can view the source code here and the live demo here.
  14. Display a COG with YCbCr Photometric Interpretation. You can view the source code here and the live demo here.
  15. Display a Scene where the Red, Green, and Blue bands are stored in separate COG files. You can view the source code here and the live demo here.

Leave a Reply

Your email address will not be published. Required fields are marked *