Even Rouault
Even Rouault
What is currently missing in cmake builds: - [X] `make dist` target - #2690 - [x] regeneration of src/wkt1_generated_parser.c/.h and src/wkt2_generated_parser.c/.h with bison : those are currently generated with "make...
Details at https://www.enricozini.org/blog/2021/debian/an-educational-debugging-session/ We should probably resolve the symbol link potentially returned by dladdr()
http://docs.opengeospatial.org/is/18-010r7/18-010r7.html#128
Currently we have no entry in grid_alternatives table for the nz_linz_nzgd2000-20180701.json deformation model used for PROJ:NZGD2000-20180701 . It would be easy to add one, but the .json file itself depends...
I've given a try at a proj_destroy_with_ctx() API that would deprecate proj_destroy(), so as to make sure that users destroy a PJ* object with a still alive PJ_CONTEXT: https://github.com/rouault/PROJ/commit/c04bf9d1a71296a4220bc9a4bbd7d376755001e3 But...
Limitation of bounding box approach in PROJ 6 (seen on Italian Monte Mario to WGS84 transformations)
cs2cs / proj_create_crs_to_crs()+proj_trans() use a bounding box based approach to determine which candidate coordinate operation to use. They use the list of coordinate operations returned by proj_create_operations() in its sorted...
(warning: I'm still new to Arrow Feather format) As far as I can see key-value metadata can be attached to the schema in its RecordBatch, or a file footer. Looking...
'attributes' and 'tiles' were missing in the list of known relation_name
This test case which refers to req 152 mentions: "i. Fail if gc.flags.Y == 1 and gc.flags.E != 0 ii. Fail if the geometry is empty but the envelope is...
Coming from https://github.com/qgis/QGIS/issues/45760 With the attached dataset [COASTS.gdb.zip](https://github.com/Esri/file-geodatabase-api/files/7988403/COASTS.gdb.zip), FileGDB_API-RHEL7-64gcc83 crashes on the following test program (adapted from samples/Querying/Querying.cpp) during the second iteration on EnumRows::Next(), if Table::Search() requests the binary field...