Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
morandd authored Dec 13, 2024
1 parent 5e2fe95 commit 40ce90c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,14 @@ builds the app for production and compiles the web page(s) the `dist` folder.<br
### Github Pages
This repo contains a `.yml` file in ./github/workflows which builds the webapp and deploys it to GitHub Pages.


## Creating Cloud Optimized GeoTIFFs

The easiest way is
```
gdalwarp -of COG -t_srs EPSG:3857 inputdata.tiff result.tiff
```
This will create the COG file, including overview tiles, and warp it to EPSG:3857 which is the normal for web maps.

Learn about COG format here: https://cogeo.org/

0 comments on commit 40ce90c

Please sign in to comment.