Re: [gdal-dev] sozip and tile index

2023-07-03 Thread Andrew Terry
Thanks Even, that’s great I’ll try again using those! From: Even Rouault Sent: Sunday, July 2, 2023 2:20 PM To: Andrew Terry ; gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] sozip and tile index Hi, ogrtindex can index any OGR supported file including through the /vsi virtual file systems

Re: [gdal-dev] sozip and tile index

2023-07-02 Thread Even Rouault
Hi, ogrtindex can index any OGR supported file including through the /vsi virtual file systems such as /vsizip/ , /vsicurl/ or combinations of those Even Le 27/06/2023 à 13:00, Andrew Terry a écrit : Hi, Is it possible to include a virtual file system file in a ogrtindex (or alternative?)

[gdal-dev] sozip and tile index

2023-06-27 Thread Andrew Terry
Hi, Is it possible to include a virtual file system file in a ogrtindex (or alternative?) vector file index? My ideal use case is to include sozip enabled or just plain zip files. At the moment the files are one shp per zip which makes it easy to swap out changed data. Thanks Andy _