Re: [gdal-dev] RPC orthorectification accuracy issues.

2015-06-21 Thread Pablo d'Angelo
Hi Even, Am 19.06.2015 um 23:53 schrieb Even Rouault: Actually keeping the RPC metadata as it is found in the sources (with the exception of Pleiades and their weird center of pixel (1,1) convention perhaps, as proposed in https://trac.osgeo.org/gdal/attachment/ticket/5993/fix_PleiadesRPC.patch

[gdal-dev] RPC orthorectification accuracy issues.

2015-06-19 Thread Pablo d'Angelo
those be discussed on the list, or just added to a ticket? Best regards, Pablo d'Angelo -- Deutsches Zentrum für Luft- und Raumfahrt (DLR) Earth Observation Center | Institut für Methodik der Fernerkundung | Oberpfaffenhofen | 82234 Weßling Dr.-Ing.

[gdal-dev] Re: Motion: Adopt RFC 32: gdallocationinfo utility

2010-11-18 Thread Pablo d'Angelo
Hi all, A usefuly enhancement for the gdallocationinfo tool would IMHO be the possibility to supply the x y coordinates via standard in, instead on the command line. This is very convinient for using it in pipes. Example: coords.txt contains: 1 2 3 4 2 4 cat coords.txt | gdallocationinfo -v