Re: [gdal-dev] Most Efficient MVT Creation

2024-10-01 Thread Even Rouault via gdal-dev
Patrick, Is there any advantage to doing this vs writing features directly to a MVT datasource? no there's no advantage in going through the Memory driver. Not sure why I did that when writing the tests. Also, is there a way to create just a single MVT with the driver? I think the answer

[gdal-dev] Most Efficient MVT Creation

2024-10-01 Thread Patrick Young via gdal-dev
Hi, I've been playing around a little with the MVT driver and noticed in the test suite, features are written first via the Memory driver and then gdal.VectorTranslate is used to create the MVTs. Is there any advantage to doing this vs writing features directly to a MVT datasource? From what I c