<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>You can use the -spat + (-clipsrc or -clipdst) switches of
      ogr2ogr<br>
    </p>
    <div class="moz-cite-prefix">Le 05/12/2023 à 14:57, Jan Wolski via
      gdal-dev a écrit :<br>
    </div>
    <blockquote type="cite"
cite="mid:CAHFTwpHesVg71OFjrZajxstXC6G-4cEH30A=9wNLNeESeGhzkg@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">Hi,
        <div><br>
        </div>
        <div>I'm creating MVT tilesets for the ETRS-TM35FIN tiling
          scheme using GDAL/OGR. I'm prototyping with ogr2ogr but later
          I will be using Python bindings to create the production
          workflow.</div>
        <div><br>
        </div>
        <div>Is there a way to limit the geographic extent of where the
          MVT driver creates tiles? By default it seems to create all
          tiles that intersect any input feature. I would like to create
          only tiles that intersect a given extent. This is to enable
          partial update of a MVT tileset.</div>
        <div><br>
        </div>
        <div>This is the ogr2ogr command I have now:</div>
        <div>
          <p class="gmail-p1"
style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-variant-alternates:normal;font-kerning:auto;font-feature-settings:normal;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span
              class="gmail-s1"
              style="font-variant-ligatures:no-common-ligatures">ogr2ogr
              -f MVT stand MV_R5232B.gpkg stand -dsco "MAXZOOM=11" -dsco
              "MINZOOM=8" -dsco "TILE_EXTENSION=mvt" -dsco
              "TILING_SCHEME=EPSG:3067,-548576,8388608,2097152" -dsco
              "TYPE=overlay" -dsco "COMPRESS=NO"</span></p>
        </div>
        <div><br>
        </div>
        <div><br>
        </div>
        <div>Thanks,</div>
        <div>Jan Wolski</div>
      </div>
      <br>
      <fieldset class="moz-mime-attachment-header"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
gdal-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="https://lists.osgeo.org/mailman/listinfo/gdal-dev">https://lists.osgeo.org/mailman/listinfo/gdal-dev</a>
</pre>
    </blockquote>
    <pre class="moz-signature" cols="72">-- 
<a class="moz-txt-link-freetext" href="http://www.spatialys.com">http://www.spatialys.com</a>
My software is free, but my time generally not.</pre>
  </body>
</html>