|
| 1 | +OGR Layer Converter Pluginm, Version 0.1 (Alpha) |
| 2 | +------------------------------------------------------------------------------ |
| 3 | +Author: Mateusz Loskot <mateusz@loskot.net> |
| 4 | + |
| 5 | +OGR Layer Converter aims to be a GUI-based implementation of well-known |
| 6 | +ogr2ogr utility from GDAL/OGR package. The plugin translates layers |
| 7 | +between OGR supported formats built-in GDAL/OGR library available for |
| 8 | +particular QGIS installation. |
| 9 | +Built-in formats are listed in drop-down boxes. |
| 10 | + |
| 11 | +Currently, it is possible to translate one selected source |
| 12 | +layer to another OGR format. |
| 13 | + |
| 14 | +Testing appreciated. |
| 15 | + |
| 16 | +------------------------------------------------------------------------------ |
| 17 | + TODO |
| 18 | +------------------------------------------------------------------------------ |
| 19 | +translator.h: // TODO: Implement, currently always overwrite |
| 20 | +translator.h: // TODO: Append option not supported |
| 21 | +dialog.cpp:// TODO: Add support of QGIS projection selector |
| 22 | +dialog.cpp: // TODO: Transformation support |
| 23 | +dialog.cpp: // TODO: Transformation support |
| 24 | +dialog.cpp: // TODO: SRS transformation support |
| 25 | +dialog.cpp: // TODO: Use try-catch to display more meaningful error messages from Translator |
| 26 | +plugin.cpp: // TODO: Who is responsible for OGR cleanup? |
| 27 | +translator.cpp: // TODO: RAII for OGR handlers!!! |
| 28 | +translator.cpp: // TODO: Support translation of all layers from input data source |
| 29 | +translator.cpp: // TODO: -nlt option support |
| 30 | +translator.cpp: // TODO: Implement SRS transformation |
| 31 | +translator.cpp: // TODO: Append and createion options not implemented |
| 32 | +translator.cpp: // TODO: RAII for feature handlers!!! |
| 33 | +translator.cpp: // TODO: Transform feature geometry |
| 34 | +translator.cpp: // TODO: Skip failures support |
| 35 | +translator.cpp: // TODO: Add support for creation options |
0 commit comments