Opened 5 years ago
Last modified 5 years ago
#4734 closed defect
Debbie failing regress on gdal_polygonize on GDAL 3.2 and 3.1 — at Initial Version
Reported by: | robe | Owned by: | dustymugs |
---|---|---|---|
Priority: | blocker | Milestone: | PostGIS 2.5.5 |
Component: | raster | Version: | master |
Keywords: | Cc: |
Description
I had switched debbie to testing with GDAL 2.4 on PostGIS Master because GDAL 3.1 was failing. Just retested with GDAL 3.2 (master) and still failing. Can't find the original ticket I put in.
I'm not sure if it's proj or what.
20:28:35 Suite: gdal 20:28:35 Test: test_gdal_configured ...passed 20:28:35 Test: test_gdal_drivers ...passed 20:28:35 Test: test_gdal_rasterize ...passed 20:28:35 Test: test_gdal_polygonize ...FAILED 20:28:35 1. cu_gdal.c:180 - CU_ASSERT_STRING_EQUAL(wkt,"POLYGON((3 1,3 2,2 2,2 3,1 3,1 6,2 6,2 7,3 7,3 8,5 8,5 6,3 6,3 3,4 3,5 3,5 1,3 1))") 20:28:35 2. cu_gdal.c:196 - CU_ASSERT_STRING_EQUAL(wkt,"POLYGON((0 0,0 9,9 9,9 0,0 0),(6 7,6 8,3 8,3 7,2 7,2 6,1 6,1 3,2 3,2 2,3 2,3 1,6 1,6 2,7 2,7 3,8 3,8 6,7 6,7 7,6 7))") 20:28:35 3. cu_gdal.c:232 - CU_ASSERT_STRING_EQUAL(wkt,"POLYGON((0 0,0 9,9 9,9 0,0 0),(6 7,6 8,3 8,3 7,2 7,2 6,1 6,1 3,2 3,2 2,3 2,3 1,6 1,6 2,7 2,7 3,8 3,8 6,7 6,7 7,6 7))") 20:28:35 4. cu_gdal.c:260 - CU_ASSERT_STRING_EQUAL(wkt,"POLYGON((0 0,0 9,9 9,9 0,0 0),(6 7,6 8,3 8,3 7,2 7,2 6,1 6,1 3,2 3,2 2,3 2,3 1,6 1,6 2,7 2,7 3,8 3,8 6,7 6,7 7,6 7))") 20:28:35 5. cu_gdal.c:264 - CU_ASSERT_STRING_EQUAL(wkt,"POLYGON((3 1,3 2,2 2,2 3,1 3,1 6,2 6,2 7,3 7,3 8,5 8,5 6,3 6,3 3,4 3,5 3,5 1,3 1))") 20:28:35 6. cu_gdal.c:295 - CU_ASSERT_STRING_EQUAL(wkt,"POLYGON((3 1,3 2,2 2,2 3,1 3,1 6,2 6,2 7,3 7,3 8,5 8,5 6,3 6,3 3,4 3,5 3,5 1,3 1))") 20:28:35 7. cu_gdal.c:327 - CU_ASSERT_STRING_EQUAL(wkt,"POLYGON((3 1,3 2,2 2,2 3,1 3,1 6,2 6,2 7,3 7,3 8,5 8,5 6,3 6,3 3,4 3,5 3,5 1,3 1))") 20:28:35 8. cu_gdal.c:343 - CU_ASSERT_STRING_EQUAL(wkt,"POLYGON((0 0,0 9,9 9,9 0,0 0),(6 7,6 8,3 8,3 7,2 7,2 6,1 6,1 3,2 3,2 2,3 2,3 1,6 1,6 2,7 2,7 3,8 3,8 6,7 6,7 7,6 7))") 20:28:35 Test: test_raster_to_gdal ...Warning 6: PNG driver doesn't support data type Float64. Only eight bit (Byte) and sixteen bit (UInt16) bands supported. Defaulting to Byte
Note:
See TracTickets
for help on using tickets.