Skip to content

Instantly share code, notes, and snippets.

@mdsumner
Created October 18, 2021 01:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mdsumner/f35c12779eb1750f973c0c94f4afa0e8 to your computer and use it in GitHub Desktop.
Save mdsumner/f35c12779eb1750f973c0c94f4afa0e8 to your computer and use it in GitHub Desktop.
gdal_translate "http://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer?f=json" wms.xml -of WMS
gdalwarp wms.xml -te -1e6 -1e6 1e6 1e6 -ts 512 512 -t_srs "+proj=laea +lon_0=147 +lat_0=-42" out.tif -of COG
library(terra)
plotRGB(terra::rast("out.tif"))

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment