: gdal-dev@lists.osgeo.org
Aihe: [gdal-dev] -sql switch in gdal_rasterize
Other gdal utilities that use the -sql switch allow you to specify a
path to an sql file preceded with the @ symbol, such as:
-sql @/path/to/source.sql
Is there a way to do this with gdal_rasterize? Adding the above to an
--optfi
_rasterize --optfile optfile.txt helsinki_city_region.gpkg
test.tif -burn 10 -tr 10 10
-Jukka Rahkonen-
-Alkuperäinen viesti-
Lähettäjä: gdal-dev Puolesta Scott
Lähetetty: lauantai 11. helmikuuta 2023 23.15
Vastaanottaja: gdal-dev@lists.osgeo.org
Aihe: [gdal-dev] -sql switch in gdal
a Rahkonen-
-Alkuperäinen viesti-
Lähettäjä: gdal-dev Puolesta Scott
Lähetetty: lauantai 11. helmikuuta 2023 23.15
Vastaanottaja: gdal-dev@lists.osgeo.org
Aihe: [gdal-dev] -sql switch in gdal_rasterize
Other gdal utilities that use the -sql switch allow you to specify a path to an
sql fil
: gdal-dev@lists.osgeo.org
Aihe: [gdal-dev] -sql switch in gdal_rasterize
Other gdal utilities that use the -sql switch allow you to specify a path to an
sql file preceded with the @ symbol, such as:
-sql @/path/to/source.sql
Is there a way to do this with gdal_rasterize? Adding the above to an --optfil
Other gdal utilities that use the -sql switch allow you to specify a
path to an sql file preceded with the @ symbol, such as:
-sql @/path/to/source.sql
Is there a way to do this with gdal_rasterize? Adding the above to an
--optfile returns the same error as doing it on the command line.
TIA