Changes between Version 1 and Version 2 of Ticket #5605


Ignore:
Timestamp:
Aug 4, 2014, 2:33:18 PM (10 years ago)
Author:
drf5n
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5605 – Description

    v1 v2  
    33Something like :
    44
    5    gdal_grid  -of GTIFF -co PROFILE=GDALGeoTIFF \
    6               -co TIFFTAG_GDAL_NODATA=-9999 -nodata -9999 \ 
    7               -a invdist:power=2.0:smoothing=1.0:radius1=100:radius2=100:nodata=-9999 \
    8               -txe 85000 89000 -tye 894000 890000 -outsize 400 400 -of GTiff -ot Float64 -l dem dem.vrt dem.tiff
     5   gdal_grid  -of GTiff -co PROFILE=GDALGeoTIFF \
     6         -co TIFFTAG_GDAL_NODATA=-9999 -nodata -9999 \
     7         -a invdist:power=2.0:smoothing=1.0:radius1=100:radius2=100:nodata=-9999 \
     8    -txe 85000 89000 -tye 894000 890000\
     9    -outsize 400 400 -ot Float64 -l dem dem.vrt dem.tiff
    910
    1011...seems like it should make a geotiff with identified nodata.