[gdal-dev] GDAL rasterize geometry

2021-08-30 Thread 黄宁
if i want to study the rasterize source code,which basic theory i need to know?___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] GDAL 3.3.2 RC1 available

2021-08-30 Thread Even Rouault
Hi Javier, Good catch. should read 3.3.2. Will re-issue a RC2 tomorrow Even Le 30/08/2021 à 17:47, Javier Jimenez Shaw a écrit : Thanks Even The NEWS link starts with: = GDAL/OGR 3.3.1 Release Notes = The 3.3.1 release is a bug fix release. Is it right? .___ ._ ..._ .. . ._. .___ .. __ . _.

Re: [gdal-dev] GDAL 3.3.2 RC1 available

2021-08-30 Thread Javier Jimenez Shaw
Thanks Even The NEWS link starts with: = GDAL/OGR 3.3.1 Release Notes = The 3.3.1 release is a bug fix release. Is it right? .___ ._ ..._ .. . ._. .___ .. __ . _. . __.. ... ._ .__ Entre dos pensamientos racionales hay infinitos pensamientos irracionales. On Mon, 30 Aug 2021 at 14:27,

Re: [gdal-dev] Lossless JPEG2000 compression with NITF Format and OpenJPEG

2021-08-30 Thread Even Rouault
Hi, yes, in the 3.3 branch and earlier, there was no tunable to ask for lossless JPEG2000 compression If you use GDAL master, you can now use the PROFILE=NPJE_NUMERICALLY_LOSSLESS option for that Even Le 30/08/2021 à 17:16, Chastain, Raymond Lee (MU-Student) a écrit : We're trying to creat

[gdal-dev] Lossless JPEG2000 compression with NITF Format and OpenJPEG

2021-08-30 Thread Chastain, Raymond Lee (MU-Student)
We're trying to create NITFs with lossless compression using the OpenJPEG driver for JPEG2000 compression. We've set the "QUALITY=100" creation option but are still noticing that repeated conversions generate different perceptual image hashes. The OpenJPEG driver mentions "REVERSIBLE=YES" but t

[gdal-dev] GDAL 3.3.2 RC1 available

2021-08-30 Thread Even Rouault
Hi, I have prepared a GDAL/OGR 3.3.2 release candidate. Pick up an archive among the following ones (by ascending size):   https://download.osgeo.org/gdal/3.3.2/gdal-3.3.2rc1.tar.xz   https://download.osgeo.org/gdal/3.3.2/gdal-3.3.2rc1.tar.gz   https://download.osgeo.org/gdal/3.3.2/gdal332rc1.z

Re: [gdal-dev] WFS Vector Layer Improvement

2021-08-30 Thread aharon david
Thanks! It is very helpful. Aharon David. ‫בתאריך יום ב׳, 30 באוג׳ 2021 ב-12:15 מאת ‪Robert Coup‬‏ <‪ robert.c...@koordinates.com‬‏>:‬ > FYI, the way it works with GeoServer is to use the URL paths: > > /geoserver/wfs?service=WFS&request=GetCapabilities&version=2.0.0 → > results for all workspac

Re: [gdal-dev] WFS Vector Layer Improvement

2021-08-30 Thread Robert Coup
FYI, the way it works with GeoServer is to use the URL paths: /geoserver/wfs?service=WFS&request=GetCapabilities&version=2.0.0 → results for all workspaces & datasets /geoserver/myworkspace/wfs?service=WFS&request=GetCapabilities&version=2.0.0 → results for all datasets in a single workspace /geos