Skip to content

Instantly share code, notes, and snippets.

@VictorVelarde
Created October 1, 2018 08:46
Show Gist options
  • Save VictorVelarde/8a0c574219efd94bb1a74ddb07a09aab to your computer and use it in GitHub Desktop.
Save VictorVelarde/8a0c574219efd94bb1a74ddb07a09aab to your computer and use it in GitHub Desktop.
[Reproject geotiff to Mercator] gdal, geotiff
./gdalwarp -t_srs EPSG:3857 -r near -ot Float32 -of GTiff /Users/victor/Downloads/SkySat_Freeport_s03_20170831T162740Z3.tif /Users/victor/CARTO/carto-vl/examples/raster/photo_3857.tif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment