Re: [gdal-dev] gdal_translate clip PostGIS raster

2021-05-10 Thread Andreas Oxenstierna
Thanks but still stumbling (using 2.3.2) gdalwarp -cutline "PG:dbname=gisdb" -csql 'select * from polytest where id=1' -crop_to_cutline -of GTiff -srcnodata - -dstnodata - "PG: schema=a table=rastertable" dest.tif returns: ERROR 1: Input file has no raster bands. gdalinfo reports that

Re: [gdal-dev] Fwd: GDAL NumFOCUS Application

2021-05-10 Thread Norman Vine via gdal-dev
> On May 10, 2021, at 6:17 PM, Even Rouault wrote: > > All, > > some good news below ! Awesome news !!! > > Message transféré > > Hi Howard and GDAL team, > > I'm excited to share the news that GDAL has been approved as a NumFOCUS > sponsored project! It's fantastic to

[gdal-dev] Fwd: GDAL NumFOCUS Application

2021-05-10 Thread Even Rouault
All, some good news below ! Message transféré Hi Howard and GDAL team, I'm excited to share the news that GDAL has been approved as a NumFOCUS sponsored project! It's fantastic to have you on board. Arliss will be reaching out with details on next steps. We look forward t

Re: [gdal-dev] gdal_translate clip PostGIS raster

2021-05-10 Thread Even Rouault
Try with gdalwarp and the -cutline family of arguments Le 10/05/2021 à 19:23, Andreas Oxenstierna a écrit : Hi list Is it possible to clip a PostGIS raster with a PostGIS vector poly using gdal_translate? I cannot find a working syntax to define the clipping table in the WHERE clause. Eg. t

[gdal-dev] gdal_translate clip PostGIS raster

2021-05-10 Thread Andreas Oxenstierna
Hi list Is it possible to clip a PostGIS raster with a PostGIS vector poly using gdal_translate? I cannot find a working syntax to define the clipping table in the WHERE clause. Eg. this returns "Error browsing database for PostGIS Raster properties : ERROR: syntax error at or near "FROM" gda

[gdal-dev] RFC 82

2021-05-10 Thread Andrew Bell
Hi, I've made a PR for RFC 82 that addresses norms for memory allocation in GDAL. https://github.com/OSGeo/gdal/pull/3829 Thanks, -- Andrew Bell andrew.bell...@gmail.com ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailm

[gdal-dev] Call for discussion on RFC 81 (was Re: Support for coordinate epoch of dynamic CRS)

2021-05-10 Thread Even Rouault
I've formalized that work as a RFC : https://github.com/OSGeo/gdal/pull/3827 Le 10/05/2021 à 13:38, Even Rouault a écrit : Hi, for those not actively tracking github pull requests, I wanted to point at https://github.com/OSGeo/gdal/pull/3810 which adds initial support for coordinate epoch of

Re: [gdal-dev] Support for coordinate epoch of dynamic CRS

2021-05-10 Thread Greg Troxel
Even Rouault writes: > https://github.com/rouault/gdal/blob/coordinate_epoch/gdal/doc/source/user/coordinate_epoch.rst > The :cpp:func:`OGRSpatialReference::SetCoordinateEpoch` and > :cpp:func:`OGRSpatialReference::GetCoordinateEpoch` methods can be > used to set/retrieve a coordinate epo

[gdal-dev] Support for coordinate epoch of dynamic CRS

2021-05-10 Thread Even Rouault
Hi, for those not actively tracking github pull requests, I wanted to point at https://github.com/OSGeo/gdal/pull/3810 which adds initial support for coordinate epoch of dynamic CRS. You might want to start by reading https://github.com/rouault/gdal/blob/coordinate_epoch/gdal/doc/source/user/c