[gdal-dev] ZMAP driver, support for comment section "+"

2017-11-09 Thread Olivier Chatry
Hello ! I have a ZMAP file that apparently have comment inside, after the @ ( start of the grid definition). Here is an extract : ! bla bla ! bla bla ! GRID FILE NAME : bla bla ! CREATION DATE: bla bla ! CREATION TIME: bla bla @blabla.zmap HEADER

Re: [gdal-dev] Call for discussion on RFC 70: Guessing output format from output file name extension

2017-11-09 Thread Even Rouault
On samedi 19 août 2017 22:49:19 CET Even Rouault wrote: > Hi, > > This is a call for discussion on: > https://trac.osgeo.org/gdal/wiki/rfc70_output_format_guess > > Summary: > This proposal is to add syntaxic sugar to make GDAL and OGR command line > utilities, so they take into account the exten

[gdal-dev] transformation failure from WGS 84 to GRS 1980

2017-11-09 Thread Donovan Cameron
Afternoon! I recently upgraded to gdal 2.2.2 from 2.1 on linux and when I try to use ogr2ogr to append/update an existing table in PostgreSQL/PostGIS the command fails because it can't apply a transformation. The command works fine in gdal 2.1. The command I'm using is: ogr2ogr -update -

Re: [gdal-dev] WCS GetCoverage with AxisOrder swap

2017-11-09 Thread Peter Baumann
On 11/09/2017 10:44 AM, Andrea Aime wrote: > On Thu, Nov 9, 2017 at 10:36 AM, jratike80 > > wrote: > > Hi folks, > > I think that it is extremely good to discuss about axisOrder, > GridFunctions, > offsetVectors, axisLabels etc. because fo

Re: [gdal-dev] WCS GetCoverage with AxisOrder swap

2017-11-09 Thread Peter Baumann
Even- very good question: On 11/09/2017 08:41 AM, Even Rouault wrote: > > Peter, > >   > > > the axisLabels attribute determines axis order, and this in turn refers to > > the > > > CRS definition behind the URL in srsName. > >   > > Does the value of RectifiedGrid.axisLabels must be correlated

Re: [gdal-dev] WCS GetCoverage with AxisOrder swap

2017-11-09 Thread Ari Jolma
Ari Jolma kirjoitti 09.11.2017 klo 15:52: jratike80 kirjoitti 09.11.2017 klo 15:18: Piero Campa wrote And for WCS subsetting, when you write something like SUBSET=AXIS_NAME(min,max), ​ ​ where AXIS_NAME should come from ? From the RectifiedGrid.axisLabels I guess ? ​ ​NO, subsetting/subspacin

Re: [gdal-dev] WCS GetCoverage with AxisOrder swap

2017-11-09 Thread Ari Jolma
jratike80 kirjoitti 09.11.2017 klo 15:18: Piero Campa wrote And for WCS subsetting, when you write something like SUBSET=AXIS_NAME(min,max), ​ ​ where AXIS_NAME should come from ? From the RectifiedGrid.axisLabels I guess ? ​ ​NO, subsetting/subspacing​ is meant to work aligned with the coordi

Re: [gdal-dev] WCS GetCoverage with AxisOrder swap

2017-11-09 Thread jratike80
Piero Campa wrote >> And for WCS subsetting, when you write something like >> SUBSET=AXIS_NAME(min,max), >> ​ ​ >> where AXIS_NAME should come from ? From the RectifiedGrid.axisLabels I >> guess ? >> > ​ > ​NO, subsetting/subspacing​ is meant to work aligned with the coordinate > system (!) > You c

[gdal-dev] Fwd: Request for OSGeo Budget 2018

2017-11-09 Thread Even Rouault
Hi, See below: OSGeo board asking projects is they need budget for 2018. Even -- Forwarded Message -- [...] We are trying to collect the budget requests for each commitee before the next board meeting (21st of November) to make sure we can approve them before the start of the

Re: [gdal-dev] WCS GetCoverage with AxisOrder swap

2017-11-09 Thread Piero Campalani
Even, On 8 November 2017 at 16:31, Even Rouault wrote: > OK thanks for the explanations. Makes some sense > > So it would seem that if you want to return a GeoTIFF in > > traditional GIS order (ie faster varying dimension corresponds to > longitude), AND you emit > ​ ​ > offsetVector in the

Re: [gdal-dev] WCS GetCoverage with AxisOrder swap

2017-11-09 Thread Andrea Aime
On Thu, Nov 9, 2017 at 10:36 AM, jratike80 < jukka.rahko...@maanmittauslaitos.fi> wrote: > Hi folks, > > I think that it is extremely good to discuss about axisOrder, > GridFunctions, > offsetVectors, axisLabels etc. because for sure we all want to build > interoperability between different WCS 2.

Re: [gdal-dev] WCS GetCoverage with AxisOrder swap

2017-11-09 Thread jratike80
Even Rouault-2 wrote > Peter, > >> the axisLabels attribute determines axis order, and this in turn refers >> to the >> CRS definition behind the URL in srsName. > > Does the value of RectifiedGrid.axisLabels must be correlated with the one > of the CRS, > or can it be a "random" value ? > For ex