I hereby claim:
- I am keithyoder on github.
- I am keithyoder (https://keybase.io/keithyoder) on keybase.
- I have a public key ASDC62j8xDnG06dnvqGaYGbVh67HeLTgAZUVb4ukPTDCJQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
# create KML overlay from GeoTIFF | |
gdal_translate -a_nodata 0 -of KMLSUPEROVERLAY -co FORMAT=PNG ENTRADA-EM-TIF SAIDA-EM-KMZ | |
# cut GeoTIFF to KML | |
gdalwarp -cutline path/to/shapefile.shp -crop_to_cutline input.tif output.tif |