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
> 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
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
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
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
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
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
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
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