Re: [gdal-dev] Zip-Compressed GeoJSON Files?

2025-02-23 Thread Rahkonen Jukka via gdal-dev
Hi,

I think this is documented in 
https://gdal.org/en/stable/user/virtual_file_systems.html#write-capabilities. 
At least after reading it I concluded that I must define both the zip file and 
the file to be inserted, and in that order.

ogr2ogr -f "geojson" /vsizip/output.zip/geojson test.shp

Test what I have
ogrinfo /vsizip/output.zip
INFO: Open of `/vsizip/output.zip'
  using driver `GeoJSON' successful.
1: test (3D Multi Polygon)

-Jukka Rahkonen-

Lähettäjä: gdal-dev  Puolesta Simon Eves via 
gdal-dev
Lähetetty: lauantai 22. helmikuuta 2025 3.31
Vastaanottaja: gdal dev 
Aihe: Re: [gdal-dev] Zip-Compressed GeoJSON Files?

Same with 3.10.1.

On Fri, Feb 21, 2025 at 3:12 PM Simon Eves 
mailto:simon.e...@heavy.ai>> wrote:
Revisiting our geo export options after several years and hit something weird.

Testing with the command-line tools, this works...

ogr2ogr -f "geojson" /vsigzip//path/to/output.geojson.gz 

This does not...

ogr2ogr -f "geojson" /vsizip//path/to/output.geojson.zip 

It spits a ton of errors (attached) and while the zip file is created, it has 
no files in it.

Am I doing something silly, or is this a bug?

Does anyone really use or expect individually-zipped GeoJSON files anyway?

This is with GDAL 3.7.3. We are updating to 3.11 so I'll try that too.

--
Simon Eves
Senior Rendering Engineer
+1 (415) 902-1996
simon.e...@heavy.ai
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev


Re: [gdal-dev] Zip-Compressed GeoJSON Files?

2025-02-23 Thread Simon Eves via gdal-dev
Oops. So it is. Thanks, Jukka!

On Sun, Feb 23, 2025 at 2:06 AM Rahkonen Jukka <
jukka.rahko...@maanmittauslaitos.fi> wrote:

> Hi,
>
>
>
> I think this is documented in
> https://gdal.org/en/stable/user/virtual_file_systems.html#write-capabilities.
> At least after reading it I concluded that I must define both the zip file
> and the file to be inserted, and in that order.
>
>
>
> ogr2ogr -f "geojson" /vsizip/output.zip/geojson test.shp
>
>
> Test what I have
> ogrinfo /vsizip/output.zip
>
> INFO: Open of `/vsizip/output.zip'
>
>   using driver `GeoJSON' successful.
>
> 1: test (3D Multi Polygon)
>
>
>
> -Jukka Rahkonen-
>
>
>
> *Lähettäjä:* gdal-dev  *Puolesta *Simon
> Eves via gdal-dev
> *Lähetetty:* lauantai 22. helmikuuta 2025 3.31
> *Vastaanottaja:* gdal dev 
> *Aihe:* Re: [gdal-dev] Zip-Compressed GeoJSON Files?
>
>
>
> Same with 3.10.1.
>
>
>
> On Fri, Feb 21, 2025 at 3:12 PM Simon Eves  wrote:
>
> Revisiting our geo export options after several years and hit something
> weird.
>
>
>
> Testing with the command-line tools, this works...
>
>
>
> ogr2ogr -f "geojson" /vsigzip//path/to/output.geojson.gz 
>
>
>
> This does not...
>
>
>
> ogr2ogr -f "geojson" /vsizip//path/to/output.geojson.zip 
>
>
>
> It spits a ton of errors (attached) and while the zip file is created, it
> has no files in it.
>
>
>
> Am I doing something silly, or is this a bug?
>
>
>
> Does anyone really use or expect individually-zipped GeoJSON files anyway?
>
>
>
> This is with GDAL 3.7.3. We are updating to 3.11 so I'll try that too.
>
>
>
> --
>
> Simon Eves
>
> Senior Rendering Engineer
>
> +1 (415) 902-1996
> simon.e...@heavy.ai
>
>
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev