Clip all layers in a geopackage with QGIS - 01 | burdGIS

Поделиться
HTML-код
  • Опубликовано: 26 ноя 2024

Комментарии • 7

  • @valentinbuira4290
    @valentinbuira4290 Год назад +4

    If anyone want the expression as text to write to a geopackage in the batch processing :
    'ogr:dbname=\'' || @project_home || '\\batch.gpkg\' table="' || layer_property( @INPUT , 'name') || '"(geom)'
    where @INPUT is the name of your input in the process

    • @burdGIS
      @burdGIS  Год назад

      This is really helpful! Thanks @valentinbuira4290

  • @StefanoVerugi
    @StefanoVerugi 3 года назад +1

    thanks, looking forward to the next one

  • @Pooneil1984
    @Pooneil1984 3 года назад +1

    Nice trick for a newbie to learn. And a well made video.

    • @burdGIS
      @burdGIS  3 года назад +1

      Thanks Tom. The expression editor is really powerful in qgis

  • @lemfor
    @lemfor Год назад +1

    i can not find part 3 using python

    • @burdGIS
      @burdGIS  Год назад

      Because I did not make it! But I'll fix that now :)