[gdal-dev] gdalwarp resampling

M. LATTES ml at interatlas.fr
Mon Aug 19 03:40:22 PDT 2013


Hi Laura,

As far I remember, it is in target srs unit.

So for an UTM output, (meter is the srs unit), so you may specify :

-tr 12500 12500 

(note that -tr is used with the X pixel size and Y pixel size)

Regards.

Mathieu LATTES
Directeur Technique
m.lattes at interatlas.fr
Tel : 05 32 09 03 22
http://www.interatlas.fr
http://www.urbimap.com




-----Message d'origine-----
De : gdal-dev-bounces at lists.osgeo.org
[mailto:gdal-dev-bounces at lists.osgeo.org] De la part de laura0
Envoyé : lundi 19 août 2013 12:25
À : gdal-dev at lists.osgeo.org
Objet : [gdal-dev] gdalwarp resampling

Hi all,
I am going to use gdalwarp to resample a 800x800 wgs84 image but I did not
understand how to set output file resolution: gdalwarp description page says
to use the option -tr , but what does it mean with "in target georeferenced
units"?
This is my input image:

Size is 800, 800
Coordinate System is:
GEOGCS["WGS 84",
    DATUM["WGS_1984",
        SPHEROID["WGS 84",6378137,298.257223563,
            AUTHORITY["EPSG","7030"]],
        AUTHORITY["EPSG","6326"]],
    PRIMEM["Greenwich",0],
    UNIT["degree",0.0174532925199433],
    AUTHORITY["EPSG","4326"]]
Origin = (-115.730941999999999,-47.002102000000001)
Pixel Size = (0.039353161250000,-0.018197036250000)
Metadata:
  AREA_OR_POINT=Area
Image Structure Metadata:
  INTERLEAVE=BAND
Corner Coordinates:
Upper Left  (-115.7309420, -47.0021020) (115d43'51.39"W, 47d 0' 7.57"S)
Lower Left  (-115.7309420, -61.5597310) (115d43'51.39"W, 61d33'35.03"S)
Upper Right ( -84.2484130, -47.0021020) ( 84d14'54.29"W, 47d 0' 7.57"S)
Lower Right ( -84.2484130, -61.5597310) ( 84d14'54.29"W, 61d33'35.03"S)
Center      ( -99.9896775, -54.2809165) ( 99d59'22.84"W, 54d16'51.30"S)
Band 1 Block=800x2 Type=Float32, ColorInterp=Gray

I would like to resample it to a grid 12.5 km resolution and then (or in the
same time?) reproject into UTM (zone depending from coordinates), can anyone
help me? How should I express 12.5 km in the -tr option?
(the default resampling method nearest neighbor is fine for me).
Many thanks
Laura




--
View this message in context:
http://osgeo-org.1560.x6.nabble.com/gdalwarp-resampling-tp5073114.html
Sent from the GDAL - Dev mailing list archive at Nabble.com.
_______________________________________________
gdal-dev mailing list
gdal-dev at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev



More information about the gdal-dev mailing list