Even Rouault

Results 1301 comments of Even Rouault

They don't fail for me. I've no theory why it would fail for you For reference, here's my debug output: ``` $ CPL_DEBUG=ON pytest autotest/gdrivers/ecw.py::test_ecw_25 --capture=no -ra -vv /home/even/.local/lib/python3.8/site-packages/pytest_benchmark/logger.py:46: PytestBenchmarkWarning:...

@tlguoc Please share a whole file. Does it open fine in other DXF readers?

I've tried to investigate, by adapting the content above into one of the sample DXF file of GDAL test suite: [test.dxf.zip](https://github.com/user-attachments/files/16158676/test.dxf.zip) The error I get on reading is: ERROR 1:...

Note: full @changliao1025 's changeset at https://github.com/OSGeo/gdal/compare/master...changliao1025:gdal:changliao It would be desirable to keep the current entry point, but for example extend the DISTUNITS option to accept PIXEL, GEO and METER....

> When running `cmake --install`, the libraries that do not have the RUNPATH set are installed under `GDAL_PYTHON_INSTALL_PREFIX` That's on purpose. CMake default behaviour is to have artifacts in the...

oh, I see. Your issue might actually be that comment of https://github.com/OSGeo/gdal/pull/6382/files#diff-551e48cf6490157c9880dfacac6e870873440f0de93dc9fb85c65a5994cb6f60R215 (Python bindings building is really dark magic. swig/python/CMakeLists.txt is certainly the most challenging CMake scripts of the whole...

A few hints: - basic write support involves implementing GDALDataset::ICreateLayer(), OGRLayer::CreateField() and OGRLayer::ICreateFeature() - I don't know DM Database to be able to point to the most relevant driver. But...

> "INFO: PostgreSQL: TestCreate skip." You can't "create" a PostgreSQL datasource with the driver. That would mean creating a new PostgreSQL database. The PG driver can only create layers/table, hence...

I don't think there's a point to keep that ticket opened. I'm not sure how strong the appetite of the project is for an upstream driver for a new exotic...

@DM-WYL On a very very quick skimming through your branch, I don't see any automated tests in autotest/ogr for the driver, or use documentation in https://github.com/DM-WYL/DMForOgr/tree/master/doc/source/drivers/vector I believe it would...