We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abc5f9e commit de5a7f8Copy full SHA for de5a7f8
doc/source/programs/ogrinfo.rst
@@ -529,4 +529,10 @@ Adding a column to an input file:
529
530
ogrinfo input.shp -sql "ALTER TABLE input ADD fieldX float"
531
532
+Sometimes there is no input file involved in a calculation. In such cases one may
533
+use the ``:memory:`` input file which is a in-memory empty SQLite file (and the SQLite SQL dialect will be implicitly used).
534
+
535
+.. code-block:: bash
536
537
+ ogrinfo :memory: -sql "SELECT ST_Buffer(ST_GeomFromText('POINT(0 0)'), 1)"
538
0 commit comments