Created
June 7, 2016 12:40
-
-
Save Fifan31/7c9e2fffdb7a71202cfca7a1e3297e32 to your computer and use it in GitHub Desktop.
Utilisation de gdal_cal.py avec le typage des données
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gdal_calc.py -A IMG.tif -B IMG.tif --B_band=2 --outfile=titi.tif --calc="1.0*((A.astype(float)*A.astype(float))+(B.astype(float)*B.astype(float)))" --type=Float32 --overwrite |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment